mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
[build.bat] Restore "libse\obj\project.assets.json"
This commit is contained in:
parent
6c870292dd
commit
39ab2e0dca
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user