mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
service connection
This commit is contained in:
parent
11c708b695
commit
9024113bbf
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@ jobs:
|
|||
contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle
|
||||
targetFolder: $(Pipeline.Workspace)\vpack\msixBundle
|
||||
|
||||
- task: AzureCLI@2
|
||||
displayName: Register SBOM sign service connection
|
||||
inputs:
|
||||
azureSubscription: Essential Experiences SBOMSign PME
|
||||
scriptType: ps
|
||||
scriptLocation: inlineScript
|
||||
inlineScript: Write-Host "Registering service connection for current run"
|
||||
visibleAzLogin: false
|
||||
|
||||
- task: UniversalPackages@0
|
||||
displayName: Download internals package
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue