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