We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0975f47 commit 85058c7Copy full SHA for 85058c7
1 file changed
azure-pipelines.yml
@@ -137,7 +137,7 @@ extends:
137
displayName: Upload PackageArtifacts
138
condition: and(succeeded(), notin(variables['Build.Reason'], 'PullRequest'))
139
path: artifacts/packages/$(_BuildConfig)/Shipping
140
- artifact: PackageArtifacts
+ artifact: PackageArtifactsSbom
141
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }}:
142
- template: /eng/common/templates-official/post-build/post-build.yml@self
143
parameters:
0 commit comments