summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2017-02-10 14:39:00 -0800
committerChristopher Costa <chcosta@microsoft.com>2017-02-10 14:39:00 -0800
commit00b7d15a27174689522e1dffc27f098663752d28 (patch)
tree492731e62ff12f47e86fefc609d453aeda954474 /dir.props
parent26b90b2a1331af2a0e918862505b52d573742061 (diff)
downloadcoreclr-00b7d15a27174689522e1dffc27f098663752d28.tar.gz
coreclr-00b7d15a27174689522e1dffc27f098663752d28.tar.bz2
coreclr-00b7d15a27174689522e1dffc27f098663752d28.zip
Fix race condition building System.Private.CoreLib and SOS.NETCore.dll
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 f2983e4979..295de3e629 100644
--- a/dir.props
+++ b/dir.props
@@ -83,7 +83,7 @@
<!-- Output paths -->
<PropertyGroup>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$(RootBinDir)obj\</BaseIntermediateOutputPath>
- <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(BaseIntermediateOutputPath)$(BuildOS).$(BuildArch).$(BuildType)\</IntermediateOutputPath>
+ <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(BaseIntermediateOutputPath)\$(BuildOS).$(BuildArch).$(BuildType)\$(MSBuildProjectName)</IntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)' == ''">$(BinDir)</OutputPath>
</PropertyGroup>