Skip to content

Commit

Permalink
Fix LGTM configuration: use dotnet build, not MSBuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Sep 11, 2021
1 parent 71801d0 commit 18237d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ extraction:
nuget_restore: false
dotnet:
version: 5.0.9
msbuild:
arguments: "-property:Configuration=Release -maxCpuCount:1"
arguments: "-c Release -maxCpuCount:1"

0 comments on commit 18237d3

Please sign in to comment.