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>2016-09-27 22:34:23 +0300
committerEric St. John <ericstj@microsoft.com>2016-09-27 22:34:23 +0300
commit2a85e665eba6e92ab296030e2295f272a01f88ee (patch)
tree2b42a72eaa6df4a6285d6ff05aa745a3932375a2 /dir.props
parent2baf6fa7cd59eb7784ef4d82ce9bdfa26a40f00b (diff)
Fix test TargetGroup path clashes
Update to BuildTools 827-01 to pick up a fix for clashing on TestArchivePath and fix dir.props to ensure a unique TestPath
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 8b18c26bdf..e1c22d4dc2 100644
--- a/dir.props
+++ b/dir.props
@@ -551,7 +551,7 @@
<IntermediateOutputRootPath Condition="'$(IntermediateOutputRootPath)' == ''">$(BaseIntermediateOutputPath)$(OSPlatformConfig)/</IntermediateOutputRootPath>
<IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(IntermediateOutputRootPath)$(MSBuildProjectName)/$(TargetOutputRelPath)</IntermediateOutputPath>
- <TestPath Condition="'$(TestPath)'==''">$(TestWorkingDir)$(OSPlatformConfig)/$(MSBuildProjectName)/</TestPath>
+ <TestPath Condition="'$(TestPath)'==''">$(TestWorkingDir)$(OSPlatformConfig)/$(MSBuildProjectName)/$(TargetOutputRelPath)</TestPath>
<PackagesBasePath Condition="'$(PackagesBasePath)'==''">$(BinDir)$(OSPlatformConfig)</PackagesBasePath>
<PackageOutputPath Condition="'$(PackageOutputPath)'==''">$(PackageOutputRoot)$(ConfigurationGroup)/</PackageOutputPath>