Skip to content

Commit

Permalink
wix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7714 committed Jan 15, 2025
1 parent 86c1054 commit 6cd4cb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:

- name: Add NuGet Feed for WiX
run: dotnet nuget add source https://nuget.pkg.github.com/wixtoolset/index.json -n wixtoolset


#Debugging wix extensions
- name: Search for WiX Extensions
run: dotnet search wix --prerelease

- name: Install WiX Extensions
run: |
dotnet tool install --global WixToolset.Util
Expand Down

0 comments on commit 6cd4cb1

Please sign in to comment.