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 548b607 commit e933f20Copy full SHA for e933f20
azure-pipelines.yml
@@ -64,6 +64,7 @@ steps:
64
contents: |
65
**\*.nupkg
66
targetFolder: $(Build.ArtifactStagingDirectory)
67
+ condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Release'))
68
69
- task: PublishPipelineArtifact@0
70
displayName: Publish $(BuildConfiguration)
0 commit comments