workflows/test: Update
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 23s
Test MS build / Build (Release, x64) (push) Failing after 20s

This commit is contained in:
2023-11-20 20:21:18 +01:00
parent 78e07d50dd
commit 20e8ad625e

View File

@ -17,5 +17,5 @@ jobs:
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- name: Build Installer
shell: powershell
shell: cmd /U /C {0}
run: $(& msbuild -verbosity:minimal Installer/Installer.wixproj -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }}; $a=$lastexitcode) | findstr x*; exit $a