Skip to content

Commit 9377470

Browse files
committed
Symbol package enabled
1 parent c76520d commit 9377470

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Simplify.Web.MessageBox/Simplify.Web.MessageBox.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
4+
<IncludeSymbols>true</IncludeSymbols>
5+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
46
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
57
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile>
68

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ before_build:
1313

1414
build:
1515
publish_nuget: true
16+
use_snupkg_format: true
1617
parallel: true
1718
verbosity: minimal

0 commit comments

Comments
 (0)