diff --git a/NuGet.config b/NuGet.config index 6a62aeda63..93f1ac47df 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,8 +1,7 @@  - - + diff --git a/build.ps1 b/build.ps1 index f55974f3e6..32de239258 100644 --- a/build.ps1 +++ b/build.ps1 @@ -64,4 +64,5 @@ if (!(Test-Path $buildFolder)) { } } +&".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 diff --git a/build.sh b/build.sh index 2f6c7fe68e..1097efe657 100755 --- a/build.sh +++ b/build.sh @@ -43,4 +43,5 @@ if test ! -d $buildFolder; then fi fi +./dotnet/dotnet-install.sh --shared-runtime --channel master --version 1.2.0-beta-001304-00 $buildFile -r $repoFolder "$@" \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests.csproj b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests.csproj index 0e570f4019..5c3fc9f160 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests.csproj +++ b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests.csproj @@ -12,12 +12,12 @@ - - + + - + \ No newline at end of file