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 30aec15 commit 0ed342dCopy full SHA for 0ed342d
azure-pipelines.yml
@@ -69,4 +69,5 @@ steps:
69
- task: PublishPipelineArtifact@0
70
displayName: Publish $(BuildConfiguration)
71
inputs:
72
- targetPath: $(Build.ArtifactStagingDirectory)
+ targetPath: $(Build.ArtifactStagingDirectory)
73
+ condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
0 commit comments