Skip to content

Commit 1cf6fc4

Browse files
authored
housekeeping: Limit files generated (#22)
1 parent 6e90f80 commit 1cf6fc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Splat.DependencyInjection.SourceGenerator/Splat.DependencyInjection.SourceGenerator.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919
<Target Name="PackBuildOutputs">
2020
<ItemGroup>
21-
<TfmSpecificPackageFile Include="$(OutputPath)\**\*" PackagePath="analyzers/dotnet/cs" Visible="false" />
21+
<TfmSpecificPackageFile Include="$(OutputPath)\**\ReactiveMarbles*.dll" PackagePath="analyzers/dotnet/cs" Visible="false" />
22+
<TfmSpecificPackageFile Include="$(OutputPath)\**\Splat*.dll" PackagePath="analyzers/dotnet/cs" Visible="false" />
23+
<TfmSpecificPackageFile Include="$(OutputPath)\**\Splat*.pdb" PackagePath="analyzers/dotnet/cs" Visible="false" />
2224
</ItemGroup>
2325
</Target>
2426
</Project>

0 commit comments

Comments
 (0)