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