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 23s

This commit is contained in:
2023-11-20 17:49:49 +01:00
parent 6ed30299f2
commit b595f7cd6b

View File

@ -17,5 +17,4 @@ jobs:
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- name: Build Installer
shell: cmd -c {0}
run: msbuild 'Installer/Installer.wixproj' -p:configuration=${{ matrix.configuration }} -p:platform=${{ matrix.platform }}
run: msbuild 'Installer/Installer.wixproj' -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }}