We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445923a commit 4080772Copy full SHA for 4080772
azure-pipelines.yml
@@ -666,6 +666,9 @@ jobs:
666
brew uninstall azure-cli
667
668
echo == Install azure-cli.rb formula ==
669
+ # Do not upgrade installed dependents to avoid unrelated installation failure
670
+ export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
671
+
672
brew install --build-from-source $SYSTEM_ARTIFACTSDIRECTORY/homebrew/azure-cli.rb
673
674
echo == Az Version ==
0 commit comments