-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] fixed search paths for MSBuild on Windows (#869)
`Builder.cs` used in the unit tests does not currently use MSBuild from Visual Studio 2017. MSBuild is now located by checking the following: - Check `%XA_MSBUILD_EXE%` environment variable - Check VS 2017 path - Check older VS path - Check .NET path Also updated `FrameworkLibDirectory` to check VS 2017 path.
- Loading branch information
1 parent
17cda3f
commit 5266b4a
Showing
1 changed file
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters