5 references to DotnetCommandName
Microsoft.AspNetCore.Server.IntegrationTesting (5)
ApplicationPublisher.cs (5)
53FileName = DotnetCommandName, 66logger.LogInformation($"Executing command {DotnetCommandName} {parameters}"); 84var message = $"{DotnetCommandName} publish exited with exit code : {hostProcess.ExitCode}"; 91var message = $"{DotnetCommandName} publish failed to exit after {timeout.TotalMinutes} minutes"; 96logger.LogInformation($"{DotnetCommandName} publish finished with exit code : {hostProcess.ExitCode}");