|
|
@@ -223,30 +223,74 @@
|
|
|
"description": "If specified, skips the automatic restore of the project on create.",
|
|
|
"defaultValue": "false"
|
|
|
},
|
|
|
- "HttpPort": {
|
|
|
+ "kestrelHttpPort": {
|
|
|
"type": "parameter",
|
|
|
"datatype": "integer",
|
|
|
"description": "Port number to use for the HTTP endpoint in launchSettings.json."
|
|
|
},
|
|
|
- "HttpPortGenerated": {
|
|
|
+ "kestrelHttpPortGenerated": {
|
|
|
+ "type": "generated",
|
|
|
+ "generator": "port",
|
|
|
+ "parameters": {
|
|
|
+ "low": 5000,
|
|
|
+ "high": 5300
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "kestrelHttpPortReplacer": {
|
|
|
+ "type": "generated",
|
|
|
+ "generator": "coalesce",
|
|
|
+ "parameters": {
|
|
|
+ "sourceVariableName": "kestrelHttpPort",
|
|
|
+ "fallbackVariableName": "kestrelHttpPortGenerated"
|
|
|
+ },
|
|
|
+ "replaces": "5000"
|
|
|
+ },
|
|
|
+ "kestrelHttpsPort": {
|
|
|
+ "type": "parameter",
|
|
|
+ "datatype": "integer",
|
|
|
+ "description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used)."
|
|
|
+ },
|
|
|
+ "kestrelHttpsPortGenerated": {
|
|
|
+ "type": "generated",
|
|
|
+ "generator": "port",
|
|
|
+ "parameters": {
|
|
|
+ "low": 7000,
|
|
|
+ "high": 7300
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "kestrelHttpsPortReplacer": {
|
|
|
+ "type": "generated",
|
|
|
+ "generator": "coalesce",
|
|
|
+ "parameters": {
|
|
|
+ "sourceVariableName": "kestrelHttpsPort",
|
|
|
+ "fallbackVariableName": "kestrelHttpsPortGenerated"
|
|
|
+ },
|
|
|
+ "replaces": "5001"
|
|
|
+ },
|
|
|
+ "iisHttpPort": {
|
|
|
+ "type": "parameter",
|
|
|
+ "datatype": "integer",
|
|
|
+ "description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json."
|
|
|
+ },
|
|
|
+ "iisHttpPortGenerated": {
|
|
|
"type": "generated",
|
|
|
"generator": "port"
|
|
|
},
|
|
|
- "HttpPortReplacer": {
|
|
|
+ "iisHttpPortReplacer": {
|
|
|
"type": "generated",
|
|
|
"generator": "coalesce",
|
|
|
"parameters": {
|
|
|
- "sourceVariableName": "HttpPort",
|
|
|
- "fallbackVariableName": "HttpPortGenerated"
|
|
|
+ "sourceVariableName": "iisHttpPort",
|
|
|
+ "fallbackVariableName": "iisHttpPortGenerated"
|
|
|
},
|
|
|
"replaces": "8080"
|
|
|
},
|
|
|
- "HttpsPort": {
|
|
|
+ "iisHttpsPort": {
|
|
|
"type": "parameter",
|
|
|
"datatype": "integer",
|
|
|
- "description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used)."
|
|
|
+ "description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used)."
|
|
|
},
|
|
|
- "HttpsPortGenerated": {
|
|
|
+ "iisHttpsPortGenerated": {
|
|
|
"type": "generated",
|
|
|
"generator": "port",
|
|
|
"parameters": {
|
|
|
@@ -254,12 +298,12 @@
|
|
|
"high": 44399
|
|
|
}
|
|
|
},
|
|
|
- "HttpsPortReplacer": {
|
|
|
+ "iisHttpsPortReplacer": {
|
|
|
"type": "generated",
|
|
|
"generator": "coalesce",
|
|
|
"parameters": {
|
|
|
- "sourceVariableName": "HttpsPort",
|
|
|
- "fallbackVariableName": "HttpsPortGenerated"
|
|
|
+ "sourceVariableName": "iisHttpsPort",
|
|
|
+ "fallbackVariableName": "iisHttpsPortGenerated"
|
|
|
},
|
|
|
"replaces": "44300"
|
|
|
},
|