Skip to content
9 changes: 8 additions & 1 deletion eng/pipelines/official/jobs/prepare-signed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
parameters:
name: 'PrepareSignedArtifacts'
displayName: 'Prepare Signed Artifacts'

# Disable SBOM at job template level
enableSbom: false

pool:
name: $(DncEngInternalBuildPool)
Expand Down Expand Up @@ -52,7 +55,11 @@ jobs:
/p:DotNetSignType=$(_SignType)
/bl:$(Build.SourcesDirectory)\prepare-artifacts.binlog
displayName: Prepare artifacts and upload to build


- template: /eng/common/templates-official/steps/generate-sbom.yml
parameters:
BuildDropPath: $(Build.SourcesDirectory)\artifacts

- task: CopyFiles@2
displayName: Copy Files to $(Build.StagingDirectory)\BuildLogs
inputs:
Expand Down
Loading