From a8d929445d5a4c67a85bd85e6521d29a80533b81 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sun, 8 Dec 2024 21:42:26 +0100 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6e4381c..10a767d 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -41,7 +41,7 @@ jobs: - name: Build RebootS20 working-directory: ${{env.GITHUB_WORKSPACE}} - run: msbuild /p:DefineConstants=ABOVE_S20 ${{env.SOLUTION_FILE_PATH}} /t:Clean,Build /p:Configuration=Release + run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants="ABOVE_S20" /t:Clean,Build /p:Configuration=Release - name: Upload Artifact with ABOVE_S20 uses: actions/upload-artifact@v3