4 lines
78 B
Batchfile
4 lines
78 B
Batchfile
@echo off
|
|
dotnet run --project Content.Server --property WarningLevel=0
|
|
pause
|