Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza authored Feb 13, 2024
1 parent aeb39bc commit 28cadee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2

- name: Install dependencies
run: nuget restore $env:Solution_Name

# Create the app installer
- name: Create the installer package
run: devenv $env:Solution_Name /build "$env:Configuration" /project "SunSynkTrayInstaller"
Expand Down

0 comments on commit 28cadee

Please # to comment.