From 4ed6221451d16cd84a7205d63a2b6fcab95f6712 Mon Sep 17 00:00:00 2001 From: prasenjeetnath <147582543+prasenjeetnath@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:13:17 +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 d9d9748..3e9d941 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 -m -t:Rebuild -p:Configuration=Release -bl:sourcegrid.binlog -noconlog Configuration=Release SourceGrid_2013.sln + run: D:\MSbuild\12.0\Bin\MSBuild.exe -t:rebuild -verbosity:diag -property:Configuration=Release SourceGrid_2013.sln env: MSBUILD: ${{ secrets.TEST }}