We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c9b70d + d9d0ae0 commit f57e6dcCopy full SHA for f57e6dc
eng/pipelines/official/jobs/prepare-signed-artifacts.yml
@@ -8,6 +8,9 @@ jobs:
8
parameters:
9
name: 'PrepareSignedArtifacts'
10
displayName: 'Prepare Signed Artifacts'
11
+
12
+ # Disable SBOM at job template level
13
+ enableSbom: false
14
15
pool:
16
name: $(DncEngInternalBuildPool)
@@ -52,7 +55,11 @@ jobs:
52
55
/p:DotNetSignType=$(_SignType)
53
56
/bl:$(Build.SourcesDirectory)\prepare-artifacts.binlog
54
57
displayName: Prepare artifacts and upload to build
-
58
59
+ - template: /eng/common/templates-official/steps/generate-sbom.yml
60
+ parameters:
61
+ BuildDropPath: $(Build.SourcesDirectory)\artifacts
62
63
- task: CopyFiles@2
64
displayName: Copy Files to $(Build.StagingDirectory)\BuildLogs
65
inputs:
0 commit comments