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.
2 parents 6eee28c + 160b2be commit c1fb47bCopy full SHA for c1fb47b
eng/pipelines/official/jobs/prepare-signed-artifacts.yml
@@ -8,6 +8,8 @@ jobs:
8
- job: PrepareSignedArtifacts
9
displayName: Prepare Signed Artifacts
10
dependsOn: ${{ parameters.dependsOn }}
11
+ # Disable SBOM at job template level
12
+ enableSbom: false
13
pool:
14
name: $(DncEngInternalBuildPool)
15
demands: ImageOverride -equals 1es-windows-2022
@@ -64,6 +66,10 @@ jobs:
64
66
/bl:$(Build.SourcesDirectory)\prepare-artifacts.binlog
65
67
displayName: Prepare artifacts and upload to build
68
69
+ - template: /eng/common/templates-official/steps/generate-sbom.yml
70
+ parameters:
71
+ BuildDropPath: $(Build.SourcesDirectory)\artifacts
72
+
73
- task: CopyFiles@2
74
displayName: Copy Files to $(Build.StagingDirectory)\BuildLogs
75
inputs:
0 commit comments