From ee6e7419f17448ab8d1deaa04fa062176100e715 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 8 Feb 2017 17:29:11 -0800 Subject: [PATCH] Install the shared runtime --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 685a445230..2acf6cd799 100644 --- a/build.ps1 +++ b/build.ps1 @@ -64,5 +64,5 @@ if (!(Test-Path $buildFolder)) { } } -# &".build\dotnet\dotnet-install.ps1" -Channel 'master' -SharedRuntime -Version '1.2.0-beta-001304-00' -Architecture x64 +&".build\dotnet\dotnet-install.ps1" -Channel 'master' -SharedRuntime -Version '1.2.0-beta-001304-00' -Architecture x64 &"$buildFile" $args \ No newline at end of file