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.
2 parents f702b5b + 0957c10 commit a242323Copy full SHA for a242323
azure-pipelines/build.yml
@@ -67,6 +67,7 @@ jobs:
67
PathtoPublish: '$(Build.SourcesDirectory)/vsix'
68
ArtifactName: 'VSIX_$(channel)'
69
- task: 1ES.PublishBuildArtifacts@1
70
+ condition: succeededOrFailed()
71
displayName: 'Publish Signing Logs'
72
inputs:
73
PathtoPublish: '$(Build.SourcesDirectory)/out/logs'
0 commit comments