Skip to content

Commit

Permalink
Pass GenerateSbom option during CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed May 3, 2023
1 parent 46c2dd5 commit 73d294d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ variables:
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
/p:VisualStudioDropName=$(VisualStudioDropName)
/p:GenerateSbom=true

- ${{ if eq(parameters.isRTM, True) }}:
- name: _InternalBuildArgs
Expand Down

0 comments on commit 73d294d

Please sign in to comment.