Switch to embedded package icon

\n\nCommit migrated from fba50fdcd4
This commit is contained in:
wtgodbe 2019-10-02 12:56:34 -07:00
parent 3ce7953fec
commit 371f2c246b
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -2,6 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
$CommonMetadataElements$
<icon>packageIcon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
@ -13,6 +14,7 @@
<file src="buildMultiTargeting\**" target="buildMultiTargeting" />
<file src="_._" target="lib\netstandard2.0\_._" />
<file src="$PackageIcon$" target="" />
<file src="$outputPath$\**" target="\" />
</files>
</package>