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:32:57 +01:00
parent fd3bb88cb1
commit 614e55e7a9

View File

@ -17,4 +17,4 @@ jobs:
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- name: Build Installer
run: msbuild '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 }}