Sync from GitHub main #1
@@ -34,11 +34,10 @@ if "!QT6_PATH!"=="" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
echo Qt6: !QT6_PATH!
|
echo Qt6: !QT6_PATH!
|
||||||
echo .NET:
|
for /f "tokens=*" %%V in ('dotnet --version') do echo .NET: %%V
|
||||||
dotnet --version
|
|
||||||
|
|
||||||
dotnet build server\CommonwealthOnline.Server.csproj -c Release --nologo || exit /b 1
|
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
|
if not exist build mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
|
|||||||
Reference in New Issue
Block a user