Update the path to dotnet-install.sh

This commit is contained in:
Pranav K 2017-01-23 16:05:25 -08:00
parent e4eb08dd68
commit 0ce64a5b83
1 changed files with 1 additions and 1 deletions

View File

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