mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Add clean to msbuild
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
@echo off
|
||||
setlocal
|
||||
cd /d %~dp0
|
||||
msbuild -t:restore -p:RestorePackagesConfig=true
|
||||
msbuild VRCX.sln /p:Configuration=Release /p:Platform=x64 -m
|
||||
msbuild VRCX.sln -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m
|
||||
cd html
|
||||
call npm ci
|
||||
call npm run production
|
||||
|
||||
Reference in New Issue
Block a user