chore: 优化 CI 编译

This commit is contained in:
刘旭 2022-08-09 10:15:37 +08:00
commit a6244532a5

View file

@ -19,13 +19,6 @@ IF %ERRORLEVEL% NEQ 0 (
EXIT 1
)
msbuild /p:Configuration=Release;Platform=x64;OutDir=..\..\publish\ ..\App
IF %ERRORLEVEL% NEQ 0 (
ECHO Error: Failed to build App
EXIT 1
)
msbuild /m /p:Configuration=Release;Platform=x64;BuildProjectReferences=false;OutDir=..\..\publish\ ..\Magpie
IF %ERRORLEVEL% NEQ 0 (