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:
parent
3e42e8233b
commit
1736c388b0
1 changed files with 8 additions and 0 deletions
|
@ -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)'
|
||||
|
|
Loading…
Add table
Reference in a new issue