Skip to content

Commit

Permalink
housekeeping: Limit files generated (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Jul 20, 2021
1 parent 6e90f80 commit 1cf6fc4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

<Target Name="PackBuildOutputs">
<ItemGroup>
<TfmSpecificPackageFile Include="$(OutputPath)\**\*" PackagePath="analyzers/dotnet/cs" Visible="false" />
<TfmSpecificPackageFile Include="$(OutputPath)\**\ReactiveMarbles*.dll" PackagePath="analyzers/dotnet/cs" Visible="false" />
<TfmSpecificPackageFile Include="$(OutputPath)\**\Splat*.dll" PackagePath="analyzers/dotnet/cs" Visible="false" />
<TfmSpecificPackageFile Include="$(OutputPath)\**\Splat*.pdb" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 1cf6fc4

Please sign in to comment.