From 5c3f586d26754c41ae0b71499bee5136274a41a5 Mon Sep 17 00:00:00 2001 From: prasenjeetnath <147582543+prasenjeetnath@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:14:44 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e9d941..d6224a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: run: dotnet restore SourceGrid_2013.sln - name: Build - run: D:\MSbuild\12.0\Bin\MSBuild.exe -t:rebuild -verbosity:diag -property:Configuration=Release SourceGrid_2013.sln + run: D:\MSbuild\12.0\Bin\MSBuild.exe -m -t:Rebuild -p:Configuration=Releas SourceGrid_2013.sln env: MSBUILD: ${{ secrets.TEST }}