We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f529dd + 4c7bd0a commit baa4e49Copy full SHA for baa4e49
1 file changed
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ on:
8
workflow_dispatch:
9
env:
10
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
14
jobs:
15
build:
16
name: ${{ matrix.name }}
0 commit comments