We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc23d3 commit fc697baCopy full SHA for fc697ba
src/KubeOps.Generator/KubeOps.Generator.csproj
@@ -5,6 +5,7 @@
5
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
6
<IsRoslynComponent>true</IsRoslynComponent>
7
<GenerateDocumentationFile>false</GenerateDocumentationFile>
8
+ <IncludeBuildOutput>false</IncludeBuildOutput>
9
</PropertyGroup>
10
11
<PropertyGroup>
@@ -22,5 +23,8 @@
22
23
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
24
</ItemGroup>
25
26
+ <ItemGroup>
27
+ <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
28
+ </ItemGroup>
29
30
</Project>
0 commit comments