Skip to content

Commit e5a7998

Browse files
committed
package fix
1 parent c0cd2e4 commit e5a7998

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

ReportGenerator.BitbucketServerCodeCoverage.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ EndProject
77
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder1", "SolutionFolder1", "{E5E0F733-30BF-449E-8FF1-5B34126BF652}"
88
ProjectSection(SolutionItems) = preProject
99
README.md = README.md
10+
LICENSE = LICENSE
11+
icon.png = icon.png
1012
EndProjectSection
1113
EndProject
1214
Global

ReportGenerator.BitbucketServerCodeCoverage/ReportGenerator.BitbucketServerCodeCoverage.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageTags>code coverage;reportgenerator;bitbucket server;plugin</PackageTags>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<PackageLicenseFile>LICENSE</PackageLicenseFile>
27-
<PackageIconUrl>https://avatars.githubusercontent.com/u/93560868?s=200&amp;v=4</PackageIconUrl>
27+
<PackageIcon>icon.png</PackageIcon>
2828
</PropertyGroup>
2929

3030
<ItemGroup>
@@ -41,10 +41,12 @@
4141
</ItemGroup>
4242

4343
<ItemGroup>
44-
<None Include="..\LICENSE" Pack="true" PackagePath="">
45-
</None>
46-
<Content Include="..\README.md" Pack="true" PackagePath="">
47-
</Content>
44+
<None Include="..\LICENSE" Pack="true" PackagePath="">
45+
</None>
46+
<None Include="..\README.md" Pack="true" PackagePath="">
47+
</None>
48+
<None Include="..\icon.png" Pack="true" PackagePath="">
49+
</None>
4850
</ItemGroup>
4951

5052
<Target Name="GetAdditionalDlls">

icon.png

2.99 KB
Loading

0 commit comments

Comments
 (0)