Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.cmd uses either MSBuild 12 or MSBuild 14 and works on x64 & x86
Previously our repositories would build in either a Dev12 or a Dev14 Developer Command Prompt, but only if Dev12 (for MSBuild 12) was on the box due to a hard-coded path to MSBuild 12. This change will use MSBuild 14 if MSBuild 12 is not available. Also previously this would look for MSBuild in the WOW Program Files path, this change causes us to also look in the normal Program Files path for x86 Windows.
- Loading branch information