Skip to content

Commit 7bccb56

Browse files
Update pipeline to generate manifest
1 parent 55e2496 commit 7bccb56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ steps:
2727

2828
- pwsh: |
2929
$ErrorActionPreference = "Stop"
30-
./build.ps1 -Clean -Configuration Release -BuildNumber "$(buildNumber)"
30+
./build.ps1 -Clean -Configuration Release -BuildNumber "$(buildNumber)" -AddSBOM -SBOMUtilSASUrl $env:SBOMUtilSASUrl
3131
displayName: 'Build worker code'
32+
env:
33+
SBOMUtilSASUrl: $(SBOMUtilSASUrl)
3234

3335
- pwsh: ./build.ps1 -NoBuild -Test
3436
displayName: 'Running UnitTest'

0 commit comments

Comments
 (0)