Skip to content

Commit

Permalink
Merge pull request #970 from dotnet/dev/jorobich/generate-sbom
Browse files Browse the repository at this point in the history
Add build step to generate SBOM
  • Loading branch information
JoeRobich authored Feb 22, 2022
2 parents 5cbe455 + 4a8d293 commit 7a04db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ stages:
/p:DotnetPublishUsingPipelines=true
displayName: Build

- template: eng\common\templates\steps\generate-sbom.yml

- task: PublishTestResults@1
displayName: Publish Test Results
inputs:
Expand Down

0 comments on commit 7a04db4

Please sign in to comment.