Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2019-11-08 03:08:23 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2019-11-08 06:16:29 +0300
commita63be88b4cf760d834dd9ee5c71a76d745ac8e04 (patch)
tree78a211df90a969e78e4d04fbe0d85435e3327f98 /Directory.Build.props
parentcb1806aa8a7bba8951cfdd468a9dd811926ee08d (diff)
Build .snupkg archives for nuget.org publishing
This allows the VS debugger to automatically find the pdb files and allow stepping into MessagePack code from a consuming application.
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 422a08e0..deed8968 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -18,7 +18,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
- <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
+ <IncludeSymbols>true</IncludeSymbols>
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" />