From: Davis Goodin Date: Tue, 29 Aug 2017 02:07:57 +0000 (-0500) Subject: Fix dir.props BuildVersionFile override X-Git-Tag: accepted/tizen/base/20180629.140029~670^2~185^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18df98fdb8ed23b05e3e4a5566860b7d6203de84;p=platform%2Fupstream%2Fcoreclr.git Fix dir.props BuildVersionFile override The override needs to be before the Build.Common.props import, because BuildVersion.targets is in Build.Common.props and it's what's responsible for importing BuildVersionFile if it exists. --- diff --git a/dir.props b/dir.props index 000efd6..2bb0a7d 100644 --- a/dir.props +++ b/dir.props @@ -104,6 +104,11 @@ $(BinDir) + + + $(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props + + @@ -181,10 +186,6 @@ - - $(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props - -