-
Notifications
You must be signed in to change notification settings - Fork 4
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
Provide alternative tool paths #8
Comments
@fwinkelbauer yes, that is exactly correct. You can see an example of this here: https://github.com/cake-contrib/Cake.CMake/blob/develop/src/Cake.CMake/CMakeRunner.cs#L81 P.S. As a side note... Did you see these: Hoping to get you added to both as well. |
@gep13 thanks! I'll experiment with that method Yes, I have seen these issues. I feel kinda weird admitting that I do not have a twitter or a slack account. Do you feel like joing slack is the best way to go forward with the overall cake-contrib group (e.g. concerning future changes or maintenance)? |
@fwinkelbauer the Cake Contrib Slack Team is intended as a central place where addin maintainers can discuss and ask questions. In addition, the Slack Team integrations for things like GitHub and AppVeyor, make it very easy to monitor what is going on with other projects within the Cake Contrib Organisation. We use Slack entensively within the Core Cake Team, and I believe it will be a valuable resource for the Cake Contrib Team as well. |
This is a first draft to provide alternative tool paths for metrics.exe based on a ToolVersion parameter. Currently VS2013 and VS2015 are supported
I have just pushed a first implementation of the alternative tool paths feature. What I still have to do:
@gep13 I have sent you an e-mail using your blog's contact form regarding the Slack invitation |
This is a first draft to provide alternative tool paths for metrics.exe based on a ToolVersion parameter. Currently VS2013 and VS2015 are supported
(GH-8) Provide alternative tool paths
The cake documentation for tools state that Cake can ask a
Tool
for "additional, alternative paths". Looking at the interface signature of theTool
class I found this method:I was wondering if:
metrics.exe
for Visual Studio 2015. This would remove the necessity of manually registering the tool (as shown here)Another question I have is:
GetAlternativeToolPaths
offerTSettings
as a parameter? ShouldTSettings
contain a property which states the tool version (e.g. metrics VS 2015)?@gep13 May I ask for your insight/input?
The text was updated successfully, but these errors were encountered: