prime cache macos
Using dotnet new after pkg install
This commit is contained in:
parent
37d826d763
commit
8a3225c44b
1 changed files with 3 additions and 0 deletions
|
@ -11,4 +11,7 @@ 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
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue