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 72a8e62 commit 1f0f75bCopy full SHA for 1f0f75b
ci/release.yml
@@ -145,6 +145,9 @@ stages:
145
"##vso[task.setvariable variable=AZURE_CLIENT_ID;issecret=true]$servicePrincipalId"
146
"##vso[task.setvariable variable=AZURE_ID_TOKEN;issecret=true]$idToken"
147
"##vso[task.setvariable variable=AZURE_TENANT_ID;issecret=true]$tenantId"
148
+ $tokenPath = "$env:AGENT_TEMPDIRECTORY\federated-token.jwt"
149
+ Set-Content -Path $tokenPath -Value $env:idToken
150
+ Write-Host "##vso[task.setvariable variable=AZURE_FEDERATED_TOKEN_FILE]$tokenPath"
151
addSpnToEnvironment: true
152
153
- powershell: |
0 commit comments