summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-02-07 06:00:55 -0800
committerJan Kotas <jkotas@microsoft.com>2017-02-07 06:00:55 -0800
commit505d2266d4d10229105408c6f803acb5a017b0fa (patch)
treef961ba83c01bef57359885baaaa29eeeffdd977c /dir.props
parent2945233dec39a07652455ffb075b0a4a5f303fa6 (diff)
downloadcoreclr-505d2266d4d10229105408c6f803acb5a017b0fa.tar.gz
coreclr-505d2266d4d10229105408c6f803acb5a017b0fa.tar.bz2
coreclr-505d2266d4d10229105408c6f803acb5a017b0fa.zip
Remove bclrewriter (#9351)
* Remove bclrewriter * Dump crossgen error to Jenkins log
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index ebe7b37be8..f2983e4979 100644
--- a/dir.props
+++ b/dir.props
@@ -84,8 +84,7 @@
<PropertyGroup>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$(RootBinDir)obj\</BaseIntermediateOutputPath>
<IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(BaseIntermediateOutputPath)$(BuildOS).$(BuildArch).$(BuildType)\</IntermediateOutputPath>
- <OutputPath Condition="'$(OutputPath)' == ''">$(BaseIntermediateOutputPath)$(BuildOS).$(BuildArch).$(BuildType)</OutputPath>
- <FinalOutputPath Condition="'$(FinalOutputPath)' == ''">$(BinDir)</FinalOutputPath>
+ <OutputPath Condition="'$(OutputPath)' == ''">$(BinDir)</OutputPath>
</PropertyGroup>
<Import Condition="Exists('$(ToolsDir)BuildVersion.targets')" Project="$(ToolsDir)BuildVersion.targets" />