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 cdfbd15 commit e8f0239Copy full SHA for e8f0239
azure-pipelines.yml
@@ -24,6 +24,7 @@ jobs:
24
SourceFolder: build\$(BuildConfiguration)
25
Contents: '*.nupkg'
26
TargetFolder: $(Build.ArtifactStagingDirectory)\Packages
27
+ condition: eq(variables['BuildConfiguration'], 'Release')
28
- task: PublishBuildArtifacts@1
29
displayName: Publish packages as build artifacts
30
inputs:
0 commit comments