Skip to content

Commit

Permalink
Use .snupkg symbol package format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jun 22, 2020
1 parent 3b2392c commit 2f08cd6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj" />
Expand Down
1 change: 1 addition & 0 deletions XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ test_script:
- pip install codecov
- codecov -f "coverage.netcoreapp2.2.xml"
artifacts:
- path: 'XmlSchemaClassGenerator\**\*.nupkg'
- path: 'XmlSchemaClassGenerator.Console\**\*.nupkg'
- path: 'xscgen\**\*.nupkg'
- path: 'xscgen-proj\**\*.nupkg'
- path: 'XmlSchemaClassGenerator\**\*.*nupkg'
- path: 'XmlSchemaClassGenerator.Console\**\*.*nupkg'
- path: 'xscgen\**\*.*nupkg'
- path: 'xscgen-proj\**\*.*nupkg'
- path: XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip
on_success:
- ps: |
Expand Down
1 change: 1 addition & 0 deletions xscgen-proj/xscgen-proj.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj" />
Expand Down
1 change: 1 addition & 0 deletions xscgen/xscgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj" />
Expand Down

0 comments on commit 2f08cd6

Please sign in to comment.