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

Fix Test Executor In VS15 Post Preview 4 #1406

Merged

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Nov 2, 2016

Bug
The test executor can currently fail in vs15 post preview 4 because it tries to look up the nodejs.targets file in the global msbuild location. We now only install the targets file to the local, vs specific msbuild folder.

Fix
Similar to the fix we took in for the test discoverer, make sure we use the correct msbuild location. This is passed to the test executor using an environment variable.

**Bug**
The test executor can currently fail in vs15 post preview 4 because it tries to look up the nodejs.targets file in the global msbuild location. We now only install the targets file to the local, vs specific msbuild folder.

**Fix**
Similar to with the test discoverer, make sure we use the correct msbuild location
@mjbvz mjbvz merged commit 8eb0b13 into microsoft:master Nov 2, 2016
@mjbvz mjbvz removed the in-progress label Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants