Skip to content

Commit

Permalink
Code analysis disabled by default
Browse files Browse the repository at this point in the history
Slows builds down measurably
  • Loading branch information
kevinobee1 committed Jun 7, 2019
1 parent 756e7a2 commit 3760c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn />
<ErrorReport>prompt</ErrorReport>
<RunCodeAnalysis>true</RunCodeAnalysis>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 3760c70

Please sign in to comment.