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 }}\"""