We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5478ea commit b93d1c0Copy full SHA for b93d1c0
1 file changed
Directory.Build.props
@@ -16,9 +16,6 @@
16
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
17
<DebugType>pdbonly</DebugType>
18
<DebugSymbols>true</DebugSymbols>
19
- <None Include="$(MSBuildThisFileDirectory)logo.png"
20
- Pack="true"
21
- PackagePath="\" />
22
</PropertyGroup>
23
24
<PropertyGroup>
@@ -56,6 +53,9 @@
56
53
57
54
<ItemGroup>
58
55
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
+ <None Include="$(MSBuildThisFileDirectory)logo.png"
+ Pack="true"
+ PackagePath="\" />
59
</ItemGroup>
60
61
</Project>
0 commit comments