parent
901f8aa76d
commit
fd7b5b6604
|
|
@ -75,6 +75,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<NuspecProperty Include="outputPath=$(OutputPath)\sdk-output" />
|
||||
<NuspecProperty Include="PackageIcon=$(PackageIconFullPath)" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue