service connection

This commit is contained in:
oneonezhang 2025-02-18 12:54:44 +08:00
commit 9024113bbf

View file

@ -28,6 +28,15 @@ jobs:
contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle
targetFolder: $(Pipeline.Workspace)\vpack\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 - task: UniversalPackages@0
displayName: Download internals package displayName: Download internals package
inputs: inputs: