From 0ce64a5b83e14020c4b400cd89df678a712af564 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 23 Jan 2017 16:05:25 -0800 Subject: [PATCH] Update the path to dotnet-install.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1097efe657..a64ed3a22d 100755 --- a/build.sh +++ b/build.sh @@ -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 "$@" \ No newline at end of file