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 9fa53ed commit f5be9e2Copy full SHA for f5be9e2
1 file changed
windows-release/stage-layout-embed.yml
@@ -95,6 +95,7 @@ jobs:
95
96
- task: PublishBuildArtifacts@1
97
displayName: 'Publish Artifact: sbom'
98
+ condition: and(succeeded(), not(variables['SkipSBOM']))
99
inputs:
100
PathtoPublish: $(Build.ArtifactStagingDirectory)\sbom
101
ArtifactName: sbom
0 commit comments