We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653dab2 commit 288cc91Copy full SHA for 288cc91
builds/template-steps-publish.yaml
@@ -50,7 +50,7 @@ steps:
50
displayName: 'Delete CodeSignSummary Files'
51
condition: and(succeeded(), eq(variables['SignArtifacts'], 'true'))
52
inputs:
53
- contents: '$(Build.ArtifactStagingDirectory)\**\CodeSignSummary-*.md'
+ contents: '$(Build.ArtifactStagingDirectory)/CodeSignSummary-*.md'
54
55
- task: PublishBuildArtifacts@1
56
displayName: 'Publish Artifacts'
0 commit comments