rake-dotnet
rake-dotnet copied to clipboard
Tools should look for themselves in standard installation directories too
Tools should search for themselves first in local TOOLS_DIR as now, and then failing that in their own standard install locations. This will negate the strict need for tools to reside in source control. This seems acceptable since tools are part of the build process, not deployment; libraries will be referenced in project files, so that's entirely at the user's discretion.
Still to-do:
- FxCopCmd
- MsBuildCmd
- NCoverConsoleCmd
- NCoverReportingCmd
- SevenZipCmd
- XUnitCmd