Sync from GitHub main #1

Open
nomad wants to merge 145 commits from sync/from-github into main
Showing only changes of commit 55b9c178b3 - Show all commits
+2 -3
View File
@@ -34,11 +34,10 @@ if "!QT6_PATH!"=="" (
)
echo Qt6: !QT6_PATH!
echo .NET:
dotnet --version
for /f "tokens=*" %%V in ('dotnet --version') do echo .NET: %%V
dotnet build server\CommonwealthOnline.Server.csproj -c Release --nologo || exit /b 1
dotnet run --project server\tests\CommonwealthOnline.Server.Tests.csproj -c Release --no-restore || exit /b 1
dotnet run --project server\tests\CommonwealthOnline.Server.Tests.csproj -c Release || exit /b 1
if not exist build mkdir build
pushd build