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