Test building content master against engine in release configuration (#6557)

This commit is contained in:
Tayrtahn
2026-07-16 20:38:23 +10:00
committed by GitHub
parent faabd84348
commit 86464ca989
+3 -1
View File
@@ -40,7 +40,9 @@ jobs:
run: cp RobustToolbox/global.json .
- name: Install dependencies
run: dotnet restore
- name: Build
- name: Build (Release)
run: dotnet build --configuration Release --no-restore /m
- name: Build (Debug)
run: dotnet build --configuration DebugOpt --no-restore /m
- name: Content.Tests
shell: pwsh