workflows/test: update
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Test MS build / Build (Release, x64) (push) Failing after 22s

This commit is contained in:
2023-11-20 18:30:38 +01:00
parent 52fbfa873d
commit d32ecd1eb1

View File

@ -17,5 +17,4 @@ jobs:
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- name: Build Installer
shell: powershell -Command 'Start-Process -NoNewWindow -Wait {0}'
run: msbuild 'Installer/Installer.wixproj' -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }} | find /v ""
run: powershell -Command "Start-Process -NoNewWindow -Wait \"msbuild 'Installer/Installer.wixproj' -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }}\"""