Base:
property
ToolName
Microsoft.Build.Utilities.ToolTask.ToolName
3 references to ToolName
Microsoft.NET.Sdk.Publish.Tasks (3)
Tasks\MsDeploy\MSDeploy.cs (3)
268if (!File.Exists(Path.Combine(m_exePath, ToolName))) 1039string result = ExePath is null ? string.Empty : Path.Combine(ExePath, ToolName); 1045result = string.Format("{0}{1}", ExePath, ToolName);