This commit is contained in:
Don Syme 2017-05-17 14:07:44 +01:00 коммит произвёл GitHub
Родитель e56ef20cf1
Коммит 0500e78248
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -527,8 +527,8 @@ if defined TF_BUILD (
git fetch --all
)
REM set msbuildflags=/maxcpucount %_nrswitch% /nologo
set msbuildflags=%_nrswitch% /nologo
set msbuildflags=/maxcpucount %_nrswitch% /nologo
REM set msbuildflags=%_nrswitch% /nologo
set _ngenexe="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\ngen.exe"
if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :failure