Switch to embedded PackageIcon

\n\nCommit migrated from 2aee3e23bb
This commit is contained in:
wtgodbe 2019-09-23 15:34:21 -07:00
parent 901f8aa76d
commit fd7b5b6604
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@
<ItemGroup>
<NuspecProperty Include="outputPath=$(OutputPath)\sdk-output" />
<NuspecProperty Include="PackageIcon=$(PackageIconFullPath)" />
</ItemGroup>
</Target>
</Project>

View File

@ -10,6 +10,7 @@
<file src="buildMultiTargeting\**" target="buildMultiTargeting" />
<file src="_._" target="lib\netstandard2.0\_._" />
<file src="$PackageIcon$" target="" />
<file src="$outputPath$\**" target="\" />
</files>
</package>