Skip to content

Commit baa4e49

Browse files
Merge pull request #674 from Particular/workaround-az-cli-issue
Workaround AZ CLI issue
2 parents 8f529dd + 4c7bd0a commit baa4e49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
workflow_dispatch:
99
env:
1010
DOTNET_NOLOGO: true
11+
# The following env var is required as a workaround to
12+
# https://github.com/Azure/azure-cli/issues/26272#issuecomment-1534158361
13+
AZURE_CORE_USE_COMMAND_INDEX: False
1114
jobs:
1215
build:
1316
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)