提交 f2a1bc23 编写于 作者: T Tanner Gooding

Update cibuild.cmd to specify '-nocache'

上级 eb1539e8
...@@ -17,8 +17,8 @@ call :Usage && exit /b 1 ...@@ -17,8 +17,8 @@ call :Usage && exit /b 1
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat" 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 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 -nocache -verbosity quiet %RoslynRoot%build/ToolsetPackages/project.json
nuget.exe restore -verbosity quiet %RoslynRoot%build/Toolset.sln nuget.exe restore -nocache -verbosity quiet %RoslynRoot%build/Toolset.sln
msbuild /nologo /v:m /m %RoslynRoot%build/Toolset.sln /p:Configuration=%BuildConfiguration% msbuild /nologo /v:m /m %RoslynRoot%build/Toolset.sln /p:Configuration=%BuildConfiguration%
mkdir %RoslynRoot%Binaries\Bootstrap mkdir %RoslynRoot%Binaries\Bootstrap
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册