Update the self host deployer message so published application command is accurate

This commit is contained in:
John Luo 2016-02-25 15:54:11 -08:00
parent 5106376cbb
commit 9b214971f6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace Microsoft.AspNetCore.Server.Testing
executableArgs += $" --server.urls {uri} "
+ $" --server {(DeploymentParameters.ServerType == ServerType.WebListener ? "Microsoft.AspNetCore.Server.WebListener" : "Microsoft.AspNetCore.Server.Kestrel")}";
Logger.LogInformation($"Executing {DotnetCommandName} {executableArgs}");
Logger.LogInformation($"Executing {executableName} {executableArgs}");
var startInfo = new ProcessStartInfo
{