summaryrefslogtreecommitdiff
path: root/tests/src/dir.common.props
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-09-07 11:09:40 -0700
committerPat Gavlin <pagavlin@microsoft.com>2016-09-07 11:09:40 -0700
commit182dd9f60d900bb4de38f1069fa354e3d190793f (patch)
tree057e01b67ea26cbe1bf6dda8077eaadb39125669 /tests/src/dir.common.props
parentdf5fbfe2d68a73bc797a3d94120b809a1eaac9cd (diff)
downloadcoreclr-182dd9f60d900bb4de38f1069fa354e3d190793f.tar.gz
coreclr-182dd9f60d900bb4de38f1069fa354e3d190793f.tar.bz2
coreclr-182dd9f60d900bb4de38f1069fa354e3d190793f.zip
Fix the output path when building a single test.
Add a trailing slash to the base output path.
Diffstat (limited to 'tests/src/dir.common.props')
-rw-r--r--tests/src/dir.common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/dir.common.props b/tests/src/dir.common.props
index f1700f5e7d..2e5bfd05a8 100644
--- a/tests/src/dir.common.props
+++ b/tests/src/dir.common.props
@@ -40,7 +40,7 @@
<BaseOutputPath Condition="'$(__TestRootDir)' != ''">$(__TestRootDir)\</BaseOutputPath>
<BaseOutputPathWithConfig>$(BaseOutputPath)\$(OSPlatformConfig)\</BaseOutputPathWithConfig>
<BinDir>$(BaseOutputPathWithConfig)</BinDir>
- <BaseIntermediateOutputPath>$(ProjectDir)\..\bin\tests\obj\$(OSPlatformConfig)\Managed</BaseIntermediateOutputPath>
+ <BaseIntermediateOutputPath>$(ProjectDir)\..\bin\tests\obj\$(OSPlatformConfig)\Managed\</BaseIntermediateOutputPath>
<BaseIntermediateOutputPath Condition="'$(__ManagedTestIntermediatesDir)' != ''">$(__ManagedTestIntermediatesDir)\</BaseIntermediateOutputPath>
<__NativeTestIntermediatesDir Condition="'$(__NativeTestIntermediatesDir)' == ''">$([System.IO.Path]::GetFullPath($(BaseOutputPathWithConfig)..\obj\$(BuildOS).$(Platform).$(Configuration)\Native\))</__NativeTestIntermediatesDir>
<BuildProjectRelativeDir>$(MSBuildProjectName)\</BuildProjectRelativeDir>