lib/physique/tool_locator.rb in physique-0.3.4 vs lib/physique/tool_locator.rb in physique-0.3.5
- old
+ new
@@ -3,9 +3,17 @@
module Physique
module ToolLocator
include Albacore::Logging
+ @@registered_tools = {}
+
+ def register_tool(name, executable, nuget_package = nil, nuget_path = nil)
+ end
+
+ def lookup_tool(name, project, package_folder)
+ end
+
# Allows you to locate a tool on disk given a file specification. For example...
#
# locate_tool 'C:/Program Files/Microsoft SQL Server/**/Tools/Binn/SQLCMD.EXE'
#
# The tool sorts any matching executables in descending order to that the most recent version is returned. To
\ No newline at end of file