Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exzhawk authored Jun 25, 2024
1 parent 772c64c commit 800d0f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ jobs:
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=Release
env:
Configuration: ${{ matrix.configuration }}

- name: Build
run: dotnet build $env:Solution_Name
- name: Publish
run: dotnet publish -c Release
run: dotnet publish $env:Solution_Name -c Release

0 comments on commit 800d0f5

Please sign in to comment.