Make dotnet-install runnable

This commit is contained in:
Pranav K 2017-01-23 16:11:57 -08:00
parent 0ce64a5b83
commit 6fd04366b1
1 changed files with 1 additions and 0 deletions

View File

@ -43,5 +43,6 @@ if test ! -d $buildFolder; then
fi
fi
chmod +x .build/dotnet/dotnet-install.sh
.build/dotnet/dotnet-install.sh --shared-runtime --channel master --version 1.2.0-beta-001304-00
$buildFile -r $repoFolder "$@"