We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a29932 commit bac962dCopy full SHA for bac962d
1 file changed
.github/workflows/pr-build.yml
@@ -101,8 +101,8 @@ jobs:
101
102
- name: Add WiX extensions
103
run: |
104
- wix extension add WixToolset.UI.wixext
105
- wix extension add WixToolset.Util.wixext
+ dotnet wix extension add WixToolset.UI.wixext
+ dotnet wix extension add WixToolset.Util.wixext
106
107
- name: Restore dependencies
108
run: dotnet restore
0 commit comments