Skip to content

Commit

Permalink
Update build-maui-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visioforge authored Dec 3, 2024
1 parent 3acc23d commit 5adcc19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-maui-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ jobs:
run: 'dotnet restore "$env:Solution_Name_MB1"'

- name: Build app for release $env:Solution_Name_MB1
run: 'dotnet build "$env:Solution_Name_MB1" --configuration Release --no-restore --verbosity diag'
run: 'dotnet build "$env:Solution_Name_MB1" --configuration Release --no-restore'

## Media Player

- name: Restore dependencies $env:Solution_Name_MP1
run: 'dotnet restore "$env:Solution_Name_MP1"'

- name: Build app for release $env:Solution_Name_MP1
run: 'dotnet build "$env:Solution_Name_MP1" --configuration Release --no-restore --verbosity diag'
run: 'dotnet build "$env:Solution_Name_MP1" --configuration Release --no-restore'

## Video Capture

- name: Restore dependencies $env:Solution_Name_VC1
run: 'dotnet restore "$env:Solution_Name_VC1"'

- name: Build app for release $env:Solution_Name_VC1
run: 'dotnet build "$env:Solution_Name_VC1" --configuration Release --no-restore --verbosity diag'
run: 'dotnet build "$env:Solution_Name_VC1" --configuration Release --no-restore'

0 comments on commit 5adcc19

Please sign in to comment.