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