mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
Test building content master against engine in release configuration (#6557)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user