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 b413d32 commit c2e2bdcCopy full SHA for c2e2bdc
1 file changed
src/bunit.generators/bunit.generators.csproj
@@ -64,6 +64,11 @@
64
</None>
65
</ItemGroup>
66
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
+
72
<ItemGroup>
73
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
74
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
0 commit comments