Skip to content

Commit

Permalink
Use .snupkg format
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Aug 3, 2020
1 parent fd4ff7c commit c281b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_script:
- pip install codecov
- codecov -f "coverage.netcoreapp2.2.xml"
artifacts:
- path: 'src\**\*.nupkg'
- path: 'src\**\*.*nupkg'
on_success:
- ps: |
if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down
1 change: 1 addition & 0 deletions src/HtmlSanitizer/HtmlSanitizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c281b10

Please sign in to comment.