Skip to content

Commit

Permalink
Update build-net7.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visioforge authored Jan 16, 2024
1 parent 005e2c3 commit 1aaf847
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-net7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
Solution_Name_MP1: "Media Player SDK/VisioForge.MediaPlayer.Demos.CS (NuGet) net7.sln"
Solution_Name_MP2: "Media Player SDK X (crossplatform)/VisioForge.MediaPlayer.X.Demos.CS.Windows net7.sln"
Solution_Name_MP3: "Media Player SDK X (crossplatform)/VisioForge.MediaPlayer.X.Demos.CS.Avalonia.sln"
Solution_Name_MP4: "Media Player SDK/VisioForge.MediaPlayer.Demos.CS WinUI.sln"

Solution_Name_VC1: "Video Capture SDK/VisioForge.VideoCapture.Demos.CS (NuGet) net7.sln"
Solution_Name_VC2: "Video Capture SDK/VisioForge.VideoCapture.Demos.CS Avalonia.sln"
Solution_Name_VC3: "Video Capture SDK/VisioForge.VideoCapture.Demos.CS.CV (NuGet) net7.sln"
Solution_Name_VC4: "Video Capture SDK X (crossplatform)/VisioForge.VideoCaptureX.Demos.CS net7.sln"
Solution_Name_VC5: "Video Capture SDK/VisioForge.VideoCapture.Demos.CS WinUI.sln"

Solution_Name_VE1: "Video Edit SDK/VisioForge.VideoEdit.Demos.CS (NuGet) net7.sln"
Solution_Name_VE2: "Video Edit SDK X (crossplatform)/VisioForge.VideoEdit.X.Demos.CS.WinForms net7.sln"
Expand Down Expand Up @@ -76,12 +74,6 @@ jobs:
- name: Build app for release $env:Solution_Name_MP3
run: msbuild $env:Solution_Name_MP3 -t:rebuild -verbosity:diag -property:Configuration=Release

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

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

## Video Capture

- name: Restore dependencies $env:Solution_Name_VC1
Expand All @@ -108,12 +100,6 @@ jobs:
- name: Build app for release $env:Solution_Name_VC4
run: msbuild $env:Solution_Name_VC4 -t:rebuild -verbosity:diag -property:Configuration=Release

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

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

## Video Edit

- name: Restore dependencies $env:Solution_Name_VE1
Expand Down

0 comments on commit 1aaf847

Please sign in to comment.