Skip to content

Commit

Permalink
Stop doing symbols package
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Sep 24, 2023
1 parent 358c87e commit 16a674c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
<Authors>Justin Baur</Authors>
<PackageTags>mocking;testing;unittests;source-generators</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions src/Pretender/Pretender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<PackageId>Pretender</PackageId>
<PackageTags>mocking;testing;unittests;source-generators</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 16a674c

Please sign in to comment.