Skip to content

Commit d71a0fe

Browse files
[windows] actually suppress output of "az devops login" (#8492)
1 parent ddebd05 commit d71a0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/win/scripts/Installers/Install-AzureDevOpsCli.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Write-Host "Warmup 'az-devops'"
3636
}
3737

3838
# calling az devops login to force it to install `keyring`. Login will actually fail, redirecting error to null
39-
Write-Host 'fake token' | az devops login | Out-Null
39+
Write-Output 'fake token' | az devops login | Out-Null
4040
# calling az devops logout to be sure no credentials remain.
4141
az devops logout | out-null
4242

0 commit comments

Comments
 (0)