diff options
author | Dan Moseley <danmose@microsoft.com> | 2017-02-07 06:00:55 -0800 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2017-02-07 06:00:55 -0800 |
commit | 505d2266d4d10229105408c6f803acb5a017b0fa (patch) | |
tree | f961ba83c01bef57359885baaaa29eeeffdd977c /dir.props | |
parent | 2945233dec39a07652455ffb075b0a4a5f303fa6 (diff) | |
download | coreclr-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.props | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" /> |