Switch to Arcade model for PackageIcon (dotnet/aspnetcore-tooling#1325)
* Update dependencies from Arcade
* Switch to dotnet-eng\n\nCommit migrated from e37c190d7d
This commit is contained in:
parent
b553f8a08d
commit
6942c1c7e3
|
|
@ -75,7 +75,6 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<NuspecProperty Include="outputPath=$(OutputPath)\sdk-output" />
|
<NuspecProperty Include="outputPath=$(OutputPath)\sdk-output" />
|
||||||
<NuspecProperty Include="PackageIcon=$(PackageIconFullPath)" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,18 @@
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
$CommonMetadataElements$
|
$CommonMetadataElements$
|
||||||
<icon>packageIcon.png</icon>
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<group targetFramework=".NETStandard2.0" />
|
<group targetFramework=".NETStandard2.0" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
||||||
<files>
|
<files>
|
||||||
|
$CommonFileElements$
|
||||||
<file src="Sdk\*" target="Sdk" />
|
<file src="Sdk\*" target="Sdk" />
|
||||||
<file src="build\**" target="build" />
|
<file src="build\**" target="build" />
|
||||||
<file src="buildMultiTargeting\**" target="buildMultiTargeting" />
|
<file src="buildMultiTargeting\**" target="buildMultiTargeting" />
|
||||||
<file src="_._" target="lib\netstandard2.0\_._" />
|
<file src="_._" target="lib\netstandard2.0\_._" />
|
||||||
|
|
||||||
<file src="$PackageIcon$" target="" />
|
|
||||||
<file src="$outputPath$\**" target="\" />
|
<file src="$outputPath$\**" target="\" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue