mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-13 11:53:51 +02:00
Add clean to msbuild
This commit is contained in:
@@ -7,8 +7,7 @@ IF ERRORLEVEL 1 (
|
||||
set ZIP_BIN=7z
|
||||
)
|
||||
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
|
||||
|
||||
@@ -9,7 +9,7 @@ $ZipName = "VRCX_" + $Date + ".zip"
|
||||
$SetupName = "VRCX_" + $Date + "_Setup.exe"
|
||||
|
||||
Write-Host "Building .Net..." -ForegroundColor Green
|
||||
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
|
||||
|
||||
Write-Host "Building Node.js..." -ForegroundColor Green
|
||||
cd "html"
|
||||
|
||||
@@ -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