Skip to content

Commit

Permalink
fix(generator): correctly build nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Oct 3, 2023
1 parent 5fc23d3 commit fc697ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/KubeOps.Generator/KubeOps.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<IsRoslynComponent>true</IsRoslynComponent>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

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

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

</Project>

0 comments on commit fc697ba

Please sign in to comment.