Skip to content

Commit 66b611f

Browse files
Update main.yml
1 parent 886f09f commit 66b611f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet restore SourceGrid_2013.sln
2626

2727
- name: Build
28-
run: D:\MSbuild\12.0\Bin\MSBuild.exe SourceGrid_2013.sln
28+
run: D:\MSbuild\12.0\Bin\MSBuild.exe -m -t:Rebuild -p:Configuration=Release -bl:continous-clearing.binlog -noconlog SourceGrid_2013.sln
2929

3030
- name: Archive Build Log
3131
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)