Skip to content

Commit fc697ba

Browse files
committed
fix(generator): correctly build nuget package
1 parent 5fc23d3 commit fc697ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/KubeOps.Generator/KubeOps.Generator.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
66
<IsRoslynComponent>true</IsRoslynComponent>
77
<GenerateDocumentationFile>false</GenerateDocumentationFile>
8+
<IncludeBuildOutput>false</IncludeBuildOutput>
89
</PropertyGroup>
910

1011
<PropertyGroup>
@@ -22,5 +23,8 @@
2223
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
2324
</ItemGroup>
2425

26+
<ItemGroup>
27+
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
28+
</ItemGroup>
2529

2630
</Project>

0 commit comments

Comments
 (0)