Skip to content

[release/9.0] fix SBOM issues for runtime #113463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 13, 2025
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