Skip to content

Commit d4e07cf

Browse files
committed
Fixed incorrect deterministic build
1 parent 7a29bf4 commit d4e07cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Pitcher/Pitcher.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@
4343
<DocumentationFile>docs\Pitcher.xml</DocumentationFile>
4444

4545
<!-- SourceLink -->
46-
<IncludeSymbols>true</IncludeSymbols>
47-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4846
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4947
<RepositoryUrl>https://github.com/akamsteeg/Pitcher.git</RepositoryUrl>
5048
<EmbedUntrackedSources>true</EmbedUntrackedSources>
49+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
5150

5251
<!-- Strong naming -->
5352
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)