mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
chore: 优化 CI 编译
This commit is contained in:
parent
9eef765a0c
commit
a6244532a5
1 changed files with 0 additions and 7 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue