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 6f5af47 commit 7f043a1Copy full SHA for 7f043a1
builds/template-steps-publish.yaml
@@ -43,7 +43,7 @@ steps:
43
displayName: 'Delete CodeSignSummary files'
44
condition: and(succeeded(), eq(variables['SignArtifacts'], 'true'))
45
inputs:
46
- contents: '**/CodeSignSummary-*.md'
+ contents: '$(Build.ArtifactStagingDirectory)/**/CodeSignSummary-*.md'
47
48
- task: PublishBuildArtifacts@1
49
displayName: 'Publish Artifacts'
0 commit comments