Skip to content

Commit

Permalink
Symbol package enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Feb 28, 2021
1 parent c76520d commit 9377470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Simplify.Web.MessageBox/Simplify.Web.MessageBox.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile>

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ before_build:

build:
publish_nuget: true
use_snupkg_format: true
parallel: true
verbosity: minimal

0 comments on commit 9377470

Please sign in to comment.