Skip to content

Commit 7012ee6

Browse files
authored
Merge pull request #167 from pascalberger/feature/embedded-icon
(GH-160) Embed NuGet package icon
2 parents cf062fb + ba42966 commit 7012ee6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Authors>Pascal Berger</Authors>
1717
<Copyright>Copyright © Pascal Berger</Copyright>
1818
<PackageTags>Cake Script Azure-DevOps Azure-DevOps-Server</PackageTags>
19-
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics@a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</PackageIconUrl>
19+
<PackageIcon>icon.png</PackageIcon>
2020
<PackageProjectUrl>http://cake-contrib.github.io/Cake.AzureDevOps/</PackageProjectUrl>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<RepositoryType>git</RepositoryType>
@@ -45,11 +45,10 @@
4545
</ItemGroup>
4646

4747
<ItemGroup>
48-
<None Update="3rdPartyLicense.txt">
49-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
50-
</None>
48+
<None Include="3rdPartyLicense.txt" Pack="true" PackagePath="\" />
49+
<None Include="icon.png" Pack="true" PackagePath="\" />
5150
</ItemGroup>
52-
51+
5352
<Target Name="PackBuildOutputs" DependsOnTargets="SatelliteDllsProjectOutputGroup;DebugSymbolsProjectOutputGroup">
5453
<ItemGroup>
5554
<TfmSpecificPackageFile Include="$(OutputPath)\**\3rdPartyLicense.txt">

src/Cake.AzureDevOps/icon.png

15.2 KB
Loading

0 commit comments

Comments
 (0)