Browse Source

Do not run analyzers for the .Addin project during build

pull/2465/head
Christoph Wille 4 years ago
parent
commit
0d9005a578
  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