Skip to content

Commit d92adea

Browse files
committed
Release builds for pipeline
1 parent d502c2f commit d92adea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/dotnet-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Restore dependencies - tests
2929
run: dotnet restore engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj
3030
- name: Build engine
31-
run: dotnet build engine/Orbit.Engine/Orbit.Engine.csproj --no-restore
31+
run: dotnet build engine/Orbit.Engine/Orbit.Engine.csproj --no-restore -c Release
3232
- name: Build input
33-
run: dotnet build engine/Orbit.Input/Orbit.Input.csproj --no-restore
33+
run: dotnet build engine/Orbit.Input/Orbit.Input.csproj --no-restore -c Release
3434
- name: Build tests
35-
run: dotnet build engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj --no-restore
35+
run: dotnet build engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj --no-restore -c Release
3636
- name: Run tests
3737
run: dotnet test engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj --no-restore

.github/workflows/dotnet-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Restore dependencies - tests
2929
run: dotnet restore engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj
3030
- name: Build engine
31-
run: dotnet build engine/Orbit.Engine/Orbit.Engine.csproj --no-restore
31+
run: dotnet build engine/Orbit.Engine/Orbit.Engine.csproj --no-restore -c Release
3232
- name: Build input
33-
run: dotnet build engine/Orbit.Input/Orbit.Input.csproj --no-restore
33+
run: dotnet build engine/Orbit.Input/Orbit.Input.csproj --no-restore -c Release
3434
- name: Build tests
35-
run: dotnet build engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj --no-restore
35+
run: dotnet build engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj --no-restore -c Release
3636
- name: Run tests
3737
run: dotnet test engine/Orbit.Engine.Tests/Orbit.Engine.Tests.csproj --no-restore

0 commit comments

Comments
 (0)