From a3f0f6f06156c195d7e22f849629c7047e8b59b5 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Mon, 20 Nov 2023 14:36:23 +0100 Subject: [PATCH] workflows/test: add /interactive:False --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 540d4bc..ad8d6fd 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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 }}