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