[build.bat] Restore "libse\obj\project.assets.json"

This commit is contained in:
Waldi Ravens 2020-02-09 10:09:05 +01:00
parent 6c870292dd
commit 39ab2e0dca

View File

@ -93,7 +93,7 @@ IF EXIST "%VSINSTALLDIR%MSBuild\Current\Bin\MSBuild.exe" (
ECHO Cannot find Visual Studio 2017. ECHO Cannot find Visual Studio 2017.
GOTO EndWithError GOTO EndWithError
)) ))
"%MSBUILD%" SubtitleEdit.sln /t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU"^ "%MSBUILD%" SubtitleEdit.sln /r /t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU"^
/maxcpucount /consoleloggerparameters:DisableMPLogging;Summary;Verbosity=minimal /maxcpucount /consoleloggerparameters:DisableMPLogging;Summary;Verbosity=minimal
IF %ERRORLEVEL% NEQ 0 GOTO EndWithError IF %ERRORLEVEL% NEQ 0 GOTO EndWithError