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