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 0b8ef28 commit 04f1f0bCopy full SHA for 04f1f0b
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