diff --git a/packaging/osx/scripts/postinstall b/packaging/osx/scripts/postinstall index 4b4b810a9..2584f0c78 100755 --- a/packaging/osx/scripts/postinstall +++ b/packaging/osx/scripts/postinstall @@ -12,4 +12,8 @@ ln -s $2/bin/dotnet-restore /usr/local/bin/ ln -s $2/bin/dotnet-restore /usr/local/bin/ ln -s $2/bin/resgen /usr/local/bin/ +# A temporary solution to unblock dotnet compile +cp $2/bin/corehost /usr/local/bin/ + + exit 0