1
0
Fork 0
mirror of synced 2026-06-05 19:08:19 +00:00

Temp change ci test for a bug in azps (#416)

This commit is contained in:
Shiying Chen 2024-02-20 13:33:37 +08:00 committed by GitHub
commit dcaef1266d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -219,7 +219,7 @@ jobs:
with:
azPSVersion: "latest"
inlineScript: |
$checkResult = (Get-AzContext -ListAvailable).Count -eq 2
$checkResult = (Get-AzContext).Environment.Name -eq 'AzureCloud'
if(-not $checkResult){
throw "Not all checks passed!"
}