We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76520d commit 9377470Copy full SHA for 9377470
Simplify.Web.MessageBox/Simplify.Web.MessageBox.csproj
@@ -1,6 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
4
+ <IncludeSymbols>true</IncludeSymbols>
5
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
6
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
7
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile>
8
appveyor.yml
@@ -13,5 +13,6 @@ before_build:
13
14
build:
15
publish_nuget: true
16
+ use_snupkg_format: true
17
parallel: true
18
verbosity: minimal
0 commit comments