summaryrefslogtreecommitdiff
path: root/tests/src/dir.common.props
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-01-20 20:05:04 -0800
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-01-21 13:34:37 -0800
commit138cb906f283e0ae4a8b73cfe02c97c5b494b8fa (patch)
tree08a25407b92ce2eff608e4192151b93b7c900b29 /tests/src/dir.common.props
parent17cf0eae0414c01c33af403cc54bb37cf3b84016 (diff)
downloadcoreclr-138cb906f283e0ae4a8b73cfe02c97c5b494b8fa.tar.gz
coreclr-138cb906f283e0ae4a8b73cfe02c97c5b494b8fa.tar.bz2
coreclr-138cb906f283e0ae4a8b73cfe02c97c5b494b8fa.zip
Fixes the test intermediates layout for clean builds
Diffstat (limited to 'tests/src/dir.common.props')
-rw-r--r--tests/src/dir.common.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/dir.common.props b/tests/src/dir.common.props
index a04f439244..40ac649090 100644
--- a/tests/src/dir.common.props
+++ b/tests/src/dir.common.props
@@ -37,10 +37,10 @@
<PropertyGroup>
<BaseOutputPathWithConfig>$(ProjectDir)\..\bin\tests\$(BuildOS).$(Platform).$(Configuration)\</BaseOutputPathWithConfig>
<BaseOutputPathWithConfig Condition="'$(__TestBinDir)' != ''">$(__TestBinDir)\</BaseOutputPathWithConfig>
- <BinDir>$(BaseOutputPathWithConfig)\..</BinDir>
- <BaseIntermediateOutputPath>$(ProjectDir)\..\bin\tests\obj\</BaseIntermediateOutputPath>
+ <BinDir>$(BaseOutputPathWithConfig)</BinDir>
+ <BaseIntermediateOutputPath>$(ProjectDir)\..\bin\tests\obj\$(BuildOS).$(Platform).$(Configuration)\Managed</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath Condition="'$(__ManagedTestIntermediatesDir)' != ''">$(__ManagedTestIntermediatesDir)\</BaseIntermediateOutputPath>
- <__NativeTestIntermediatesDir Condition="'$(__NativeTestIntermediatesDir)' == ''">$([System.IO.Path]::GetFullPath($(BaseOutputPathWithConfig)..\obj\$(BuildOS).$(Platform).$(Configuration)\))</__NativeTestIntermediatesDir>
+ <__NativeTestIntermediatesDir Condition="'$(__NativeTestIntermediatesDir)' == ''">$([System.IO.Path]::GetFullPath($(BaseOutputPathWithConfig)..\obj\$(BuildOS).$(Platform).$(Configuration)\Native\))</__NativeTestIntermediatesDir>
<BuildProjectRelativeDir>$(MSBuildProjectName)\</BuildProjectRelativeDir>
<BuildProjectRelativeDir Condition="'$(MSBuildProjectDirectory.Contains($(SourceDir)))'">$([System.String]::Copy('$(MSBuildProjectDirectory)').Replace($(SourceDir),''))\$(MSBuildProjectName)</BuildProjectRelativeDir>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(BuildProjectRelativeDir)</IntermediateOutputPath>