File tree 3 files changed +4
-1
lines changed 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<PublishRepositoryUrl >true</PublishRepositoryUrl >
20
20
<EmbedUntrackedSources >true</EmbedUntrackedSources >
21
- <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
21
+ <IncludeSymbols >true</IncludeSymbols >
22
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
22
23
</PropertyGroup >
23
24
<ItemGroup >
24
25
<None Include =" $(MSBuildThisFileDirectory)LICENSE" Pack =" true" PackagePath =" " />
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ steps:
117
117
inputs :
118
118
Contents : |
119
119
bin/**/$(BuildConfiguration)/**/*.nupkg
120
+ bin/**/$(BuildConfiguration)/**/*.snupkg
120
121
bin/**/$(BuildConfiguration)/**/*.vsix
121
122
TargetFolder : $(Build.ArtifactStagingDirectory)/deployables
122
123
flattenFolders : true
Original file line number Diff line number Diff line change 7
7
<PackageTags >MsgPack;MessagePack;Serialization;Formatter;Analyzer</PackageTags >
8
8
<IncludeBuildOutput >false</IncludeBuildOutput >
9
9
<TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage >
10
+ <IncludeSymbols >false</IncludeSymbols >
10
11
</PropertyGroup >
11
12
<ItemGroup >
12
13
<Content Include =" tools\*.ps1" Pack =" true" PackagePath =" tools\" />
You can’t perform that action at this time.
0 commit comments