Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-03-23 02:20:22 +0300
committerEric Mellino <erme@microsoft.com>2017-03-24 21:52:40 +0300
commitb807b326469251e9effd576a2f0f408b28a87d67 (patch)
tree3043c2b7fd41189046959a0c932287543872885e /dir.targets
parent782e4c9be70071a157fd15628ac6911365b82c5a (diff)
Merge in change for the new 'BinPlaceNETCoreAppPackage' property.
Diffstat (limited to 'dir.targets')
-rw-r--r--dir.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.targets b/dir.targets
index 7bd3299fdc..f829b043a6 100644
--- a/dir.targets
+++ b/dir.targets
@@ -59,6 +59,7 @@
<BinPlaceConfiguration Condition="'$(IsNETCoreApp)' == 'true' AND '$(BuildingNETCoreAppVertical)' == 'true'" Include="netcoreapp-$(_bc_OSGroup)">
<PackageFileRefPath Condition="'$(IsNETCoreAppRef)' == 'true'">$(NETCoreAppPackageRefPath)</PackageFileRefPath>
<PackageFileRuntimePath>$(NETCoreAppPackageRuntimePath)</PackageFileRuntimePath>
+ <RuntimePath Condition="'$(BinPlaceNETCoreAppPackage)' == 'true'">$(NETCoreAppPackageRuntimePath)\..\runtime</RuntimePath>
</BinPlaceConfiguration>
<BinPlaceConfiguration Condition="'$(IsUAP)' == 'true' AND '$(BuildingUAPVertical)' == 'true'" Include="uap-$(_bc_OSGroup)">
<PackageFileRefPath Condition="'$(IsUAPRef)'=='true'">$(UAPPackageRefPath)</PackageFileRefPath>