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 /azure-pipelines
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 'azure-pipelines')
-rw-r--r--azure-pipelines/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml
index 383e9455..8e2ebd0a 100644
--- a/azure-pipelines/build.yml
+++ b/azure-pipelines/build.yml
@@ -117,6 +117,7 @@ steps:
inputs:
Contents: |
bin/**/$(BuildConfiguration)/**/*.nupkg
+ bin/**/$(BuildConfiguration)/**/*.snupkg
bin/**/$(BuildConfiguration)/**/*.vsix
TargetFolder: $(Build.ArtifactStagingDirectory)/deployables
flattenFolders: true