Files
VRCX/build-scripts/dotnet/build-dotnet.cmd
2025-09-04 04:37:07 +12:00

5 lines
225 B
Batchfile

@echo off
cd ../../
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