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 f8a325d commit 2bf9740Copy full SHA for 2bf9740
windows-release/sign-files.yml
@@ -89,7 +89,7 @@ steps:
89
scriptType: 'ps'
90
scriptLocation: 'inlineScript'
91
inlineScript: |
92
- "##vso[task.setvariable variable=AZURE_CLIENT_ID;issecret=true]${env:servicePrincipalId}"
+ "##vso[task.setvariable variable=AZURE_CLIENT_ID;issecret=true]${env:servicePrincipalId}"
93
"##vso[task.setvariable variable=AZURE_ID_TOKEN;issecret=true]${env:idToken}"
94
"##vso[task.setvariable variable=AZURE_TENANT_ID;issecret=true]${env:tenantId}"
95
addSpnToEnvironment: true
0 commit comments