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 aee82e1 commit 543ff51Copy full SHA for 543ff51
windows-release/sign-files.yml
@@ -47,6 +47,7 @@ steps:
47
"##vso[task.setvariable variable=AZURE_CLIENT_ID;issecret=true]${env:servicePrincipalId}"
48
"##vso[task.setvariable variable=AZURE_ID_TOKEN;issecret=true]${env:idToken}"
49
"##vso[task.setvariable variable=AZURE_TENANT_ID;issecret=true]${env:tenantId}"
50
+ "##vso[task.setvariable variable=AZURE_TOKEN_CREDENTIALS]AzureCliCredential"
51
addSpnToEnvironment: true
52
53
- powershell: >
0 commit comments