From 1147b6c2fed5db434896dd86d231670097e3b833 Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 11 Jul 2017 10:08:59 -0700 Subject: [PATCH] Sync with windows installer experience for mac --- packaging/osx/clisdk/scripts/postinstall | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/osx/clisdk/scripts/postinstall b/packaging/osx/clisdk/scripts/postinstall index 4d69748e9..1ec0bf6fa 100755 --- a/packaging/osx/clisdk/scripts/postinstall +++ b/packaging/osx/clisdk/scripts/postinstall @@ -11,7 +11,6 @@ INSTALL_DESTINATION=$2 # A temporary fix for the permissions issue(s) chmod -R 755 $INSTALL_DESTINATION -# Run 'dotnet new' to trigger the first time experience to initialize the cache -$INSTALL_DESTINATION/dotnet new > /dev/null 2>&1 || true +$INSTALL_DESTINATION/dotnet internal-reportinstallsuccess "$1" > /dev/null 2>&1 || true exit 0