From d32ecd1eb174d6348b3a44fbd38e089d29574552 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Mon, 20 Nov 2023 18:30:38 +0100 Subject: [PATCH] workflows/test: update --- .gitea/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 47fdf09..89d072b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,5 +17,4 @@ jobs: - name: Setup NuGet uses: nuget/setup-nuget@v1 - name: Build Installer - shell: powershell -Command 'Start-Process -NoNewWindow -Wait {0}' - run: msbuild 'Installer/Installer.wixproj' -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }} | find /v "" + run: powershell -Command "Start-Process -NoNewWindow -Wait \"msbuild 'Installer/Installer.wixproj' -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.platform }}\"""