Skip to content

Commit 9b370df

Browse files
committed
[CI] Fix workflow run and add tests back into solution's Release builds.
1 parent 63280b2 commit 9b370df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/verify-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
6.0.x
2929
8.0.x
3030
31-
- name: Restore dependencies
32-
run: dotnet restore
3331
- name: Build
34-
run: dotnet build --no-restore --configuration Release -p:Platform=${{ matrix.platform }}
32+
run: dotnet build --configuration Release -p:Platform=${{ matrix.platform }}
3533
- name: Test
36-
run: dotnet test --no-restore --verbosity normal --configuration Release -p:Platform=${{ matrix.platform }}
34+
run: dotnet test --verbosity normal --configuration Release -p:Platform=${{ matrix.platform }}

MSFSTouchPortalPlugin.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ Global
7676
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Publish|FSX.ActiveCfg = Release|FSX
7777
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Publish|MSFS.ActiveCfg = Release|MSFS
7878
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|FSX.ActiveCfg = Release|FSX
79+
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|FSX.Build.0 = Release|FSX
7980
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|MSFS.ActiveCfg = Release|MSFS
81+
{562A58FF-DD9A-4839-B503-4520D3BE96DA}.Release|MSFS.Build.0 = Release|MSFS
8082
EndGlobalSection
8183
GlobalSection(SolutionProperties) = preSolution
8284
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)