From b4fed9261ba20b2fb8aa3f313f2e5a05de61661a Mon Sep 17 00:00:00 2001 From: Erik Bershel Date: Thu, 26 Sep 2024 16:43:08 +0200 Subject: [PATCH] [macOS] Disable removing default Xcode CLT for macOS-15 --- 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 0ab263ed60b8..6a5a3ddb22d4 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