Base:
method
GenerateFullPathToTool
Microsoft.Build.Utilities.ToolTask.GenerateFullPathToTool()
3 references to GenerateFullPathToTool
Microsoft.NET.Sdk.Publish.Tasks (3)
Tasks\MsDeploy\MSDeploy.cs (3)
482
return string.Concat("\"",
GenerateFullPathToTool
(), "\" ", GenerateCommandLineCommands());
500
return string.Concat("\"",
GenerateFullPathToTool
(), "\" ");
1021
Log.LogMessage(Framework.MessageImportance.Low, string.Concat("\"",
GenerateFullPathToTool
(), "\" ", m_lastCommandLine));