Skip to content

Commit

Permalink
Make apple sign faster
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 8, 2023
1 parent c8457c3 commit 5a34f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/CI/applesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ sudo xcrun notarytool submit --apple-id "$APPLE_ID" --password "$APPLE_ID_PASSWO
sudo xcrun stapler staple "$dmg_file"

echo "Installing az..."
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update
brew install azure-cli || true
BLOB_NAME="$DIRECTORY_NAME/$dmg_file"
Expand Down

0 comments on commit 5a34f56

Please sign in to comment.