Add clean to msbuild

This commit is contained in:
Natsumi
2021-11-04 23:44:03 +13:00
parent 7af5055b7b
commit e80102dd03
3 changed files with 3 additions and 5 deletions

View File

@@ -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