Skip to content

Commit

Permalink
Update build-net7-winui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visioforge authored Jan 18, 2024
1 parent 992241b commit c47000e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-net7-winui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
run: dotnet restore $env:Solution_Name_VC1

- name: Build app for release $env:Solution_Name_VC1
run: msbuild $env:Solution_Name_VC1 -t:rebuild -verbosity:diag -property:Configuration=Release
run: dotnet build $env:Solution_Name_VC1 --configuration Release --verbosity diagnostic

# run: msbuild $env:Solution_Name_VC1 -t:rebuild -verbosity:diag -property:Configuration=Release

0 comments on commit c47000e

Please sign in to comment.