Files
UnrealEngineUWP/Engine/Source/Programs/WebTestsServer/runserver_unixsocket.bat
2024-09-11 05:00:46 -04:00

2 lines
139 B
Batchfile
Executable File

dotnet build .\unixsockets\unixsocketsserver.csproj -c "Release"
dotnet run --project ".\unixsockets\unixsocketsserver.csproj" -c "Release"