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 28cadee commit e7083fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
- name: Install dependencies
run: nuget restore $env:Solution_Name

# how on earth is this so bad??
- name: Fix Visual Studio
run: |
SET current_path="%CD%"
CD "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\VSI\DisableOutOfProcBuild"
CALL DisableOutOfProcBuild.exe
CD %current_path%
# 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 e7083fb

Please sign in to comment.