We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e2496 commit 7bccb56Copy full SHA for 7bccb56
azure-pipelines.yml
@@ -27,8 +27,10 @@ steps:
27
28
- pwsh: |
29
$ErrorActionPreference = "Stop"
30
- ./build.ps1 -Clean -Configuration Release -BuildNumber "$(buildNumber)"
+ ./build.ps1 -Clean -Configuration Release -BuildNumber "$(buildNumber)" -AddSBOM -SBOMUtilSASUrl $env:SBOMUtilSASUrl
31
displayName: 'Build worker code'
32
+ env:
33
+ SBOMUtilSASUrl: $(SBOMUtilSASUrl)
34
35
- pwsh: ./build.ps1 -NoBuild -Test
36
displayName: 'Running UnitTest'
0 commit comments