This commit is contained in:
BrennanConroy 2016-02-25 10:13:21 -08:00
parent 3776e38d7c
commit 09ad082913
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace Microsoft.AspNetCore.Server.Testing
if (hostProcess.ExitCode != 0)
{
throw new Exception(string.Format("dnu publish exited with exit code : {0}", hostProcess.ExitCode));
throw new Exception($"{DotnetCommandName} publish exited with exit code : {hostProcess.ExitCode}");
}
DeploymentParameters.ApplicationPath =