Skip to content

Commit 3813784

Browse files
committed
Fix package logo problems
1 parent 141f976 commit 3813784

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CubeKit.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eng", "eng", "{CED2FD51-11B
2626
eng\AdditionalFiles.props = eng\AdditionalFiles.props
2727
eng\CurrentVersion.props = eng\CurrentVersion.props
2828
eng\GlobalUsings.cs = eng\GlobalUsings.cs
29+
eng\PackageLogo.png = eng\PackageLogo.png
2930
eng\PackageMetadata.props = eng\PackageMetadata.props
3031
eng\SharedCodeMapping.props = eng\SharedCodeMapping.props
3132
eng\Tooling.props = eng\Tooling.props

eng/PackageMetadata.props

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
<PackageIcon>PackageLogo.png</PackageIcon>
2020
</PropertyGroup>
2121

22-
<ItemGroup>
23-
<Content Include="$(BuildDirectory)\PackageLogo.png">
24-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
25-
</Content>
26-
</ItemGroup>
27-
2822
<ItemGroup>
2923
<None Include="$(RootDirectory)\README.md">
3024
<Pack>True</Pack>
@@ -33,9 +27,10 @@
3327
</ItemGroup>
3428

3529
<ItemGroup>
36-
<None Update="$(BuildDirectory)\PackageLogo.png">
30+
<Content Include="$(BuildDirectory)\PackageLogo.png">
31+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3732
<Pack>True</Pack>
3833
<PackagePath>\</PackagePath>
39-
</None>
34+
</Content>
4035
</ItemGroup>
4136
</Project>

0 commit comments

Comments
 (0)