Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] fixed search paths for MSBuild on Windows #869

Merged
merged 1 commit into from
Sep 18, 2017

Commits on Sep 18, 2017

  1. [tests] fixed search paths for MSBuild on Windows

    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.
    jonathanpeppers committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    3a49fe4 View commit details
    Browse the repository at this point in the history