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