Fix dir.props BuildVersionFile override
authorDavis Goodin <dagood@microsoft.com>
Tue, 29 Aug 2017 02:07:57 +0000 (21:07 -0500)
committerDavis Goodin <dagood@microsoft.com>
Tue, 29 Aug 2017 02:07:57 +0000 (21:07 -0500)
commit18df98fdb8ed23b05e3e4a5566860b7d6203de84
tree82c89d8cd0c3e033dca3f256e5447c4411217edf
parentaf1615dcf7002477353f738a569fe9a904a3bd93
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.
dir.props