Skip to content

Commit b93d1c0

Browse files
committed
fix: move logo.png inclusion to ItemGroup for packaging
1 parent a5478ea commit b93d1c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1717
<DebugType>pdbonly</DebugType>
1818
<DebugSymbols>true</DebugSymbols>
19-
<None Include="$(MSBuildThisFileDirectory)logo.png"
20-
Pack="true"
21-
PackagePath="\" />
2219
</PropertyGroup>
2320

2421
<PropertyGroup>
@@ -56,6 +53,9 @@
5653

5754
<ItemGroup>
5855
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
56+
<None Include="$(MSBuildThisFileDirectory)logo.png"
57+
Pack="true"
58+
PackagePath="\" />
5959
</ItemGroup>
6060

6161
</Project>

0 commit comments

Comments
 (0)