Install the extensions in container
This commit is contained in:
parent
66b4f5de95
commit
56da2ffb1b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/windows.yaml
vendored
4
.github/workflows/windows.yaml
vendored
|
@ -92,7 +92,9 @@ jobs:
|
||||||
- name: Add msbuild to PATH
|
- name: Add msbuild to PATH
|
||||||
uses: microsoft/setup-msbuild@v2
|
uses: microsoft/setup-msbuild@v2
|
||||||
- name: Install WiX
|
- name: Install WiX
|
||||||
run: dotnet tool install --global wix
|
run: |
|
||||||
|
dotnet tool install --global wix
|
||||||
|
dotnet add package WixToolset.UI.wixext
|
||||||
- name: Copy wix file to dist
|
- name: Copy wix file to dist
|
||||||
run:
|
run:
|
||||||
Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs
|
Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs
|
||||||
|
|
Loading…
Add table
Reference in a new issue