Skip to content

Commit 65755ff

Browse files
authored
Flipping default value for usewebdeploy to true (#3072)
1 parent 9a6182a commit 65755ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tasks/AzureRmWebAppDeployment/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 2,
1515
"Minor": 1,
16-
"Patch": 2
16+
"Patch": 3
1717
},
1818
"minimumAgentVersion": "1.102.0",
1919
"groups": [
@@ -110,7 +110,7 @@
110110
"type": "boolean",
111111
"label": "Publish using Web Deploy",
112112
"required": false,
113-
"defaultValue": "false",
113+
"defaultValue": "true",
114114
"groupName": "AdditionalDeploymentOptions",
115115
"helpMarkDown": "Publish using web deploy options are supported only when using Windows agent. On other platforms, the task relies on [Kudu REST APIs](https://github.com/projectkudu/kudu/wiki/REST-API) to deploy the Web App, and following options are not supported"
116116
},

Tasks/AzureRmWebAppDeployment/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 2,
1515
"Minor": 1,
16-
"Patch": 2
16+
"Patch": 3
1717
},
1818
"minimumAgentVersion": "1.102.0",
1919
"groups": [
@@ -110,7 +110,7 @@
110110
"type": "boolean",
111111
"label": "ms-resource:loc.input.label.UseWebDeploy",
112112
"required": false,
113-
"defaultValue": "false",
113+
"defaultValue": "true",
114114
"groupName": "AdditionalDeploymentOptions",
115115
"helpMarkDown": "ms-resource:loc.input.help.UseWebDeploy"
116116
},

0 commit comments

Comments
 (0)