Skip to content

Commit

Permalink
Make Azure App service tasks GA (#10113)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent1173 authored Apr 15, 2019
1 parent 446210a commit 4bfeeda
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions Tasks/AzureFunctionAppContainerV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureFunctionAppContainerV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureFunctionAppV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 10
"Patch": 11
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureFunctionAppV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 10
"Patch": 11
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureWebAppContainerV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Patch": 10
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureWebAppContainerV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Patch": 10
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureWebAppV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Patch": 10
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureWebAppV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Build",
"Release"
],
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -19,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Patch": 10
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down

0 comments on commit 4bfeeda

Please sign in to comment.