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

This commit is contained in:
2023-11-20 14:45:27 +01:00
parent a3f0f6f061
commit d83e77d4ac

View File

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