Enable detailed startup errors by default.

This commit is contained in:
Chris R 2015-11-18 12:44:08 -08:00
parent 3c1b759750
commit 2f2ca234a5
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ namespace Microsoft.AspNet.Server.Testing
ServerType = serverType;
RuntimeFlavor = runtimeFlavor;
RuntimeArchitecture = runtimeArchitecture;
EnvironmentVariables.Add(new KeyValuePair<string, string>("ASPNET_DETAILEDERRORS", "true"));
}
public ServerType ServerType { get; private set; }