Skip to content

Commit 16a674c

Browse files
committed
Stop doing symbols package
1 parent 358c87e commit 16a674c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
<Authors>Justin Baur</Authors>
99
<PackageTags>mocking;testing;unittests;source-generators</PackageTags>
1010
<PublishRepositoryUrl>true</PublishRepositoryUrl>
11-
<IncludeSymbols>true</IncludeSymbols>
1211
</PropertyGroup>
1312
</Project>

src/Pretender/Pretender.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<PackageId>Pretender</PackageId>
88
<PackageTags>mocking;testing;unittests;source-generators</PackageTags>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
10+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
11+
<DebugType>embedded</DebugType>
1012
</PropertyGroup>
1113

1214
<ItemGroup>

0 commit comments

Comments
 (0)