workflows/test: add /interactive:False
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Test MS build / Build (Release, x64) (push) Has started running

This commit is contained in:
2023-11-20 14:36:23 +01:00
parent 614e55e7a9
commit a3f0f6f061

View File

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