4 references to ExePath
Microsoft.NET.Sdk.Publish.Tasks (4)
Tasks\MsDeploy\MSDeploy.cs (4)
1039
string result =
ExePath
is null ? string.Empty : Path.Combine(
ExePath
, ToolName);
1041
if (string.Compare(
ExePath
, "%MSDeployPath%", StringComparison.OrdinalIgnoreCase) == 0)
1045
result = string.Format("{0}{1}",
ExePath
, ToolName);