workflows/test: update
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Test MS build / Build (Release, x64) (push) Successful in 20s

This commit is contained in:
2023-11-20 18:27:51 +01:00
parent a89b252aac
commit 52fbfa873d

View File

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