2 references to ExeSuffix
Microsoft.Build.UnitTests.Shared (2)
EnvironmentProvider.cs (2)
63var commandNameWithExtension = commandName + Constants.ExeSuffix; 108public static string? GetDotnetExePathFromFolder(string? netRootFolder) => Path.Combine(netRootFolder ?? string.Empty, Constants.DotNet + Constants.ExeSuffix);