Skip to content

Commit f8c6fe7

Browse files
Enable NuGet symbol packages
1 parent d09d7ee commit f8c6fe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/nuget.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626

2727
<!-- REF: https://github.com/dotnet/sourcelink/blob/master/README.md -->
2828
<PropertyGroup Label="SourceLink">
29+
<IncludeSymbols>true</IncludeSymbols>
30+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2931
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3032
<EmbedUntrackedSources>true</EmbedUntrackedSources>
31-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3233

3334
<!-- REF: https://github.com/clairernovotny/DeterministicBuilds -->
3435
<ContinuousIntegrationBuild Condition=" ('$(TF_BUILD)' == 'true') OR ('$(GITHUB_ACTIONS)' == 'true') ">true</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)