Skip to content

Commit c2e2bdc

Browse files
committed
fix: Wrong output for gemerator package
1 parent b413d32 commit c2e2bdc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/bunit.generators/bunit.generators.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
</None>
6565
</ItemGroup>
6666

67+
<ItemGroup>
68+
<!-- Package the generator in the analyzer directory of the nuget package -->
69+
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
70+
</ItemGroup>
71+
6772
<ItemGroup>
6873
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
6974
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">

0 commit comments

Comments
 (0)