Browse Source

Don't use parallel build; the .NET core tooling is too broken.

pull/863/head
Daniel Grunwald 8 years ago
parent
commit
ed55b503d4
  1. 2
      debugbuild.bat
  2. 2
      releasebuild.bat

2
debugbuild.bat

@ -13,7 +13,7 @@
@echo Could not find VS2017 MSBuild @echo Could not find VS2017 MSBuild
@exit /b 1 @exit /b 1
) )
"%MSBUILD%" /m ILSpy.sln /p:Configuration=Debug "/p:Platform=Any CPU" "%MSBUILD%" ILSpy.sln /p:Configuration=Debug "/p:Platform=Any CPU"
@IF %ERRORLEVEL% NEQ 0 ( @IF %ERRORLEVEL% NEQ 0 (
@pause @pause
@exit /b 1 @exit /b 1

2
releasebuild.bat

@ -12,7 +12,7 @@
@echo Could not find VS2017 MSBuild @echo Could not find VS2017 MSBuild
@exit /b 1 @exit /b 1
) )
"%MSBUILD%" /m ILSpy.sln /p:Configuration=Release "/p:Platform=Any CPU" "%MSBUILD%" ILSpy.sln /p:Configuration=Release "/p:Platform=Any CPU"
@IF %ERRORLEVEL% NEQ 0 ( @IF %ERRORLEVEL% NEQ 0 (
@pause @pause
@exit /b 1 @exit /b 1

Loading…
Cancel
Save