Skip to content

Commit

Permalink
Update build-net8.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visioforge authored Oct 24, 2024
1 parent 9bd621a commit b97b450
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-net8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
build:
env:
Solution_Name_MB1: "Media Blocks SDK/VisioForge.MediaBlocks.Demos.CS net8.sln"

Solution_Name_MB2: "Media Blocks SDK/VisioForge.MediaBlocks.Demos.CS MAUI net8.sln"

Solution_Name_MP1: "Media Player SDK/VisioForge.MediaPlayer.Demos.CS (NuGet) net8.sln"
Solution_Name_MP2: "Media Player SDK X (crossplatform)/VisioForge.MediaPlayer.X.Demos.CS.Windows net8.sln"

Expand Down Expand Up @@ -42,6 +43,12 @@ jobs:
- name: Build app for release $env:Solution_Name_MB1
run: msbuild $env:Solution_Name_MB1 -t:rebuild -verbosity:diag -property:Configuration=Release

- name: Restore dependencies $env:Solution_Name_MB2
run: dotnet restore $env:Solution_Name_MB2

- name: Build app for release $env:Solution_Name_MB2
run: msbuild $env:Solution_Name_MB2 -t:rebuild -verbosity:diag -property:Configuration=Release

## Media Player

- name: Restore dependencies $env:Solution_Name_MP1
Expand Down

0 comments on commit b97b450

Please sign in to comment.