diff --git a/cibuild.cmd b/cibuild.cmd index 1b33658ffdd018fa42fbf3af5066fcead2866904..7a2620dcc3a190edc689b349f70aa9d3f7d4b244 100644 --- a/cibuild.cmd +++ b/cibuild.cmd @@ -17,8 +17,8 @@ call :Usage && exit /b 1 call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat" REM Build the compiler so we can self host it for the full build -nuget.exe restore -verbosity quiet %RoslynRoot%build/ToolsetPackages/project.json -nuget.exe restore -verbosity quiet %RoslynRoot%build/Toolset.sln +nuget.exe restore -nocache -verbosity quiet %RoslynRoot%build/ToolsetPackages/project.json +nuget.exe restore -nocache -verbosity quiet %RoslynRoot%build/Toolset.sln msbuild /nologo /v:m /m %RoslynRoot%build/Toolset.sln /p:Configuration=%BuildConfiguration% mkdir %RoslynRoot%Binaries\Bootstrap