Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 1147b6c

Browse files
author
William Li
committed
Sync with windows installer experience for mac
1 parent da3ff8f commit 1147b6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packaging/osx/clisdk/scripts/postinstall

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ INSTALL_DESTINATION=$2
1111
# A temporary fix for the permissions issue(s)
1212
chmod -R 755 $INSTALL_DESTINATION
1313

14-
# Run 'dotnet new' to trigger the first time experience to initialize the cache
15-
$INSTALL_DESTINATION/dotnet new > /dev/null 2>&1 || true
14+
$INSTALL_DESTINATION/dotnet internal-reportinstallsuccess "$1" > /dev/null 2>&1 || true
1615

1716
exit 0

0 commit comments

Comments
 (0)