File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
.azure-pipelines/templates
.github/actions/install-azure-cli-edge Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ steps:
1111 - script : ' pip uninstall azure-cli -y'
1212 displayName : ' Remove Azure CLI'
1313
14- - script : ' pip install --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge --upgrade-strategy eager'
14+ # - script: 'pip install --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge --upgrade-strategy eager'
15+ # displayName: 'Install Azure CLI Edge'
16+
17+ - script : ' pip install azure-cli'
1518 displayName : ' Install Azure CLI Edge'
1619
1720 - script : ' python --version'
Original file line number Diff line number Diff line change 1212 shell : bash
1313 - run : pip uninstall azure-cli -y
1414 shell : bash
15- - run : pip install --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge --upgrade-strategy eager
15+ # - run: pip install --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge --upgrade-strategy eager
16+ # shell: bash
17+ - run : pip install azure-cli
1618 shell : bash
1719 - run : python --version
1820 shell : bash
You can’t perform that action at this time.
0 commit comments