5 lines
172 B
Batchfile
5 lines
172 B
Batchfile
|
@echo off
|
||
|
|
||
|
"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\master-server.sln /p:Configuration=Release /p:Platform=x64
|
||
|
|
||
|
pause
|