Install the extensions in container

This commit is contained in:
Christoph Stahl 2025-02-16 00:25:19 +01:00
parent 66b4f5de95
commit 56da2ffb1b

View file

@ -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