We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a29bf4 commit d4e07cfCopy full SHA for d4e07cf
src/Pitcher/Pitcher.csproj
@@ -43,11 +43,10 @@
43
<DocumentationFile>docs\Pitcher.xml</DocumentationFile>
44
45
<!-- SourceLink -->
46
- <IncludeSymbols>true</IncludeSymbols>
47
- <SymbolPackageFormat>snupkg</SymbolPackageFormat>
48
<PublishRepositoryUrl>true</PublishRepositoryUrl>
49
<RepositoryUrl>https://github.com/akamsteeg/Pitcher.git</RepositoryUrl>
50
<EmbedUntrackedSources>true</EmbedUntrackedSources>
+ <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
51
52
<!-- Strong naming -->
53
<SignAssembly>true</SignAssembly>
0 commit comments