Skip to content

Commit 153419e

Browse files
[nightly] Update common Docker engineering infrastructure with latest (#6075)
1 parent 814e58f commit 153419e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/templates/steps/init-docker-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
$authedImageBuilderCmds = @(
5252
'$env:AZURE_TENANT_ID = $env:tenantId'
5353
'$env:AZURE_CLIENT_ID = $env:servicePrincipalId'
54-
'$env:AZURE_FEDERATED_TOKEN_FILE' + " = $tokenHostFilePath"
54+
'$env:AZURE_FEDERATED_TOKEN_FILE = ' + "'" + "$tokenHostFilePath" + "'"
5555
$runImageBuilderCmd
5656
)
5757

0 commit comments

Comments
 (0)