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