Browse Source

Merge pull request #2465 from icsharpcode/christophwille/silenceaddinanalyzers

Do not run analyzers for the .Addin project during build
pull/2479/head
Siegfried Pammer 4 years ago committed by GitHub
parent
commit
64b4b38bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -209,6 +209,8 @@ @@ -209,6 +209,8 @@
<PropertyGroup>
<UseCodebase>true</UseCodebase>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>true</RunAnalyzersDuringLiveAnalysis>
</PropertyGroup>
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />

Loading…
Cancel
Save