Updated values of CommandName (#10373)

Updated values of CommandName to show the valid values that can be used, and to clearly indicate that these are strings.
pull/10379/head
Mark Cooper 2019-01-14 15:36:38 +00:00 committed by Scott Addie
parent 8adbade922
commit eefc2a753f
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ The following JSON shows three profiles from a *launchSettings.json* file:
When the app is launched with [dotnet run](/dotnet/core/tools/dotnet-run), the first profile with `"commandName": "Project"` is used. The value of `commandName` specifies the web server to launch. `commandName` can be any one of the following:
* IIS Express
* IIS
* Project (which launches Kestrel)
* `IISExpress`
* `IIS`
* `Project` (which launches Kestrel)
When an app is launched with [dotnet run](/dotnet/core/tools/dotnet-run):