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 St. John <ericstj@microsoft.com>2017-02-24 21:56:52 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-24 22:04:25 +0300
commit733d166917d9610afeee65a72286e0e65bdd947e (patch)
tree95a6baffdcd015991e008bc9b6c0c19c906752b1 /dir.props
parent83ecd322e3c6190870f4855fa7104ab3ac0a6404 (diff)
Use consistent casing for BinPlace
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/dir.props b/dir.props
index 3d366e733e..67794896c3 100644
--- a/dir.props
+++ b/dir.props
@@ -260,8 +260,8 @@
<UAPAOTPackageRuntimePath>$(BinDir)pkg\uapaot\lib</UAPAOTPackageRuntimePath>
<!-- We add extra binplacing for the test shared framework until we can get hardlinking with the runtime directory working on all platforms -->
- <BinplaceTestSharedFramework Condition="'$(_bc_TargetGroup)' == 'netcoreapp'">true</BinplaceTestSharedFramework>
- <BinplaceILCInputFolder Condition="'$(_bc_TargetGroup)' == 'uapaot' And '$(BinplaceILCInputFolder)' == ''">true</BinplaceILCInputFolder>
+ <BinPlaceTestSharedFramework Condition="'$(_bc_TargetGroup)' == 'netcoreapp'">true</BinPlaceTestSharedFramework>
+ <BinPlaceILCInputFolder Condition="'$(_bc_TargetGroup)' == 'uapaot' And '$(BinPlaceILCInputFolder)' == ''">true</BinPlaceILCInputFolder>
<NETCoreAppTestSharedFxVersion>9.9.9</NETCoreAppTestSharedFxVersion>
<NETCoreAppTestRootPath>$(BinDir)testhost/$(BuildConfiguration)/</NETCoreAppTestRootPath>
@@ -270,7 +270,7 @@
<ILCFXInputFolder>$(NETCoreAppTestRootPath)ILCInputFolder</ILCFXInputFolder>
<!-- Constructed shared fx path for testing -->
- <TestSharedFxDir Condition="'$(BinplaceTestSharedFramework)' == 'true'">$(NETCoreAppTestRootPath)</TestSharedFxDir>
+ <TestSharedFxDir Condition="'$(BinPlaceTestSharedFramework)' == 'true'">$(NETCoreAppTestRootPath)</TestSharedFxDir>
<PackagesBasePath Condition="'$(PackagesBasePath)'==''">$(BinDir)$(OSPlatformConfig)</PackagesBasePath>
<PackageOutputPath Condition="'$(PackageOutputPath)'==''">$(PackageOutputRoot)$(ConfigurationGroup)/</PackageOutputPath>