Skip to content

Commit

Permalink
Flipping default value for usewebdeploy to true (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvvsubbu authored Nov 11, 2016
1 parent 9a6182a commit 65755ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeployment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 2
"Patch": 3
},
"minimumAgentVersion": "1.102.0",
"groups": [
Expand Down Expand Up @@ -110,7 +110,7 @@
"type": "boolean",
"label": "Publish using Web Deploy",
"required": false,
"defaultValue": "false",
"defaultValue": "true",
"groupName": "AdditionalDeploymentOptions",
"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"
},
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeployment/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 2
"Patch": 3
},
"minimumAgentVersion": "1.102.0",
"groups": [
Expand Down Expand Up @@ -110,7 +110,7 @@
"type": "boolean",
"label": "ms-resource:loc.input.label.UseWebDeploy",
"required": false,
"defaultValue": "false",
"defaultValue": "true",
"groupName": "AdditionalDeploymentOptions",
"helpMarkDown": "ms-resource:loc.input.help.UseWebDeploy"
},
Expand Down

0 comments on commit 65755ff

Please sign in to comment.