We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886f09f commit 66b611fCopy full SHA for 66b611f
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet restore SourceGrid_2013.sln
26
27
- name: Build
28
- run: D:\MSbuild\12.0\Bin\MSBuild.exe SourceGrid_2013.sln
+ run: D:\MSbuild\12.0\Bin\MSBuild.exe -m -t:Rebuild -p:Configuration=Release -bl:continous-clearing.binlog -noconlog SourceGrid_2013.sln
29
30
- name: Archive Build Log
31
uses: actions/upload-artifact@v2
0 commit comments