Update dotnet build lines

This commit is contained in:
Natsumi
2025-09-04 04:24:54 +12:00
parent 6aa544ea7a
commit fd217f12b4
3 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
@echo off
cd ../../
dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:WarningLevel=0 -p:Platform=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m --self-contained
dotnet build Dotnet\VRCX-Cef.csproj -p:Configuration=Release -p:WarningLevel=0 -p:Platform=x64 -p:PlatformTarget=x64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a x64 --self-contained
pause