mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[windows] actually suppress output of "az devops login" (#8492)
This commit is contained in:
@@ -36,7 +36,7 @@ Write-Host "Warmup 'az-devops'"
|
|||||||
}
|
}
|
||||||
|
|
||||||
# calling az devops login to force it to install `keyring`. Login will actually fail, redirecting error to null
|
# calling az devops login to force it to install `keyring`. Login will actually fail, redirecting error to null
|
||||||
Write-Host 'fake token' | az devops login | Out-Null
|
Write-Output 'fake token' | az devops login | Out-Null
|
||||||
# calling az devops logout to be sure no credentials remain.
|
# calling az devops logout to be sure no credentials remain.
|
||||||
az devops logout | out-null
|
az devops logout | out-null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user