mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Add clean to msbuild
This commit is contained in:
@@ -7,8 +7,7 @@ IF ERRORLEVEL 1 (
|
|||||||
set ZIP_BIN=7z
|
set ZIP_BIN=7z
|
||||||
)
|
)
|
||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
msbuild -t:restore -p:RestorePackagesConfig=true
|
msbuild VRCX.sln -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m
|
||||||
msbuild VRCX.sln /p:Configuration=Release /p:Platform=x64 -m
|
|
||||||
cd html
|
cd html
|
||||||
call npm ci
|
call npm ci
|
||||||
call npm run production
|
call npm run production
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ $ZipName = "VRCX_" + $Date + ".zip"
|
|||||||
$SetupName = "VRCX_" + $Date + "_Setup.exe"
|
$SetupName = "VRCX_" + $Date + "_Setup.exe"
|
||||||
|
|
||||||
Write-Host "Building .Net..." -ForegroundColor Green
|
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
|
Write-Host "Building Node.js..." -ForegroundColor Green
|
||||||
cd "html"
|
cd "html"
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
setlocal
|
setlocal
|
||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
msbuild -t:restore -p:RestorePackagesConfig=true
|
msbuild VRCX.sln -p:Configuration=Release -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m
|
||||||
msbuild VRCX.sln /p:Configuration=Release /p:Platform=x64 -m
|
|
||||||
cd html
|
cd html
|
||||||
call npm ci
|
call npm ci
|
||||||
call npm run production
|
call npm run production
|
||||||
|
|||||||
Reference in New Issue
Block a user