Skip to content

Commit f57e6dc

Browse files
author
Mirroring
committed
Merge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'
2 parents 0c9b70d + d9d0ae0 commit f57e6dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

eng/pipelines/official/jobs/prepare-signed-artifacts.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
parameters:
99
name: 'PrepareSignedArtifacts'
1010
displayName: 'Prepare Signed Artifacts'
11+
12+
# Disable SBOM at job template level
13+
enableSbom: false
1114

1215
pool:
1316
name: $(DncEngInternalBuildPool)
@@ -52,7 +55,11 @@ jobs:
5255
/p:DotNetSignType=$(_SignType)
5356
/bl:$(Build.SourcesDirectory)\prepare-artifacts.binlog
5457
displayName: Prepare artifacts and upload to build
55-
58+
59+
- template: /eng/common/templates-official/steps/generate-sbom.yml
60+
parameters:
61+
BuildDropPath: $(Build.SourcesDirectory)\artifacts
62+
5663
- task: CopyFiles@2
5764
displayName: Copy Files to $(Build.StagingDirectory)\BuildLogs
5865
inputs:

0 commit comments

Comments
 (0)