Skip to content

Commit

Permalink
Merge pull request #232 from earloc/fix/package
Browse files Browse the repository at this point in the history
fix: package
  • Loading branch information
earloc authored Oct 25, 2024
2 parents 2020398 + 261ee3a commit 4c748c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

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

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
Expand Down
3 changes: 3 additions & 0 deletions src/TypealizeR.Analyzers/TypealizeR.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

<ItemGroup>
<None Remove="AnalyzerReleases.Shipped.md" />
Expand Down

0 comments on commit 4c748c8

Please sign in to comment.