Adding the Asp.Net runtime package store to the SDK pkg for now, since we don't have a separate PKG for it being produced.

This commit is contained in:
Livar Cunha 2017-05-03 17:37:24 -07:00
parent 3e42e8233b
commit 1736c388b0

View file

@ -80,6 +80,14 @@
DependsOnTargets="Init;Layout;SetupPkgInputsOutputs"
Condition=" '$(OSName)' == 'osx' ">
<!-- Adding the ASP.NET runtime package store to the pkg -->
<ItemGroup>
<AspNetRuntimePackageStoreFiles Include="$(AspNetRuntimePackageStorePublishDirectory)/**/*" />
</ItemGroup>
<Copy SourceFiles="@(AspNetRuntimePackageStoreFiles)"
DestinationFiles="@(AspNetRuntimePackageStoreFiles->'$(SdkLayoutOutputDirectory)/%(RecursiveDir)%(FileName)%(Extension)')" />
<Exec Command="pkgbuild
--root '$(SdkLayoutOutputDirectory)'
--identifier '$(SdkComponentId)'