From 8726158fca5622d4bf6cbff3cc58e244c4fda687 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:04:25 +0200 Subject: [PATCH] [macOS] Disable removing default Xcode CLT for macOS-15 (#10691) --- images/macos/scripts/build/install-bicep.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/images/macos/scripts/build/install-bicep.sh b/images/macos/scripts/build/install-bicep.sh index 0ab263ed6..6a5a3ddb2 100644 --- a/images/macos/scripts/build/install-bicep.sh +++ b/images/macos/scripts/build/install-bicep.sh @@ -6,11 +6,6 @@ source ~/utils/utils.sh -if is_Sequoia; then - sudo rm -rf /Library/Developer/CommandLineTools - sudo xcode-select --install -fi - echo "Installing bicep cli..." brew tap azure/bicep brew_smart_install bicep