-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Adjusted MSTest tool resolution #824
Conversation
devlead
commented
Apr 15, 2016
- Added fallback to check environment for VisualStudio path if not found in default location
- Fixed parameter typo for ArgumentNullException
- Fixes MSTest tool resolution fail if Visual Studio isn't in default location #823
@devlead I think this needs some tests as well. |
@patriksvensson fixing that now. As well as the failing test. |
} | ||
|
||
var root = new DirectoryPath(visualStudioCommonToolsPath).Combine("../IDE"); | ||
return root.CombineWithFilePath("mstest.exe"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should use the PathCollapser
here before returning.
@patriksvensson adjusted PR
|
@patriksvensson rebased against latest develop. |
* Added fallback to check environment for VisualStudio path if not found in default location * Fixes cake-build#823
@devlead Can you rebase this again? |
@patriksvensson it should already be rebased. |