Skip to content

Commit

Permalink
updated minimum agent version for v6 steps (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 authored Apr 20, 2023
1 parent f15cb66 commit 6c68fe8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion source/tasks/AwaitTask/AwaitTaskV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"inputs": [
{
"name": "OctoConnectedServiceName",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/BuildInformation/BuildInformationV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"inputs": [
{
"name": "OctoConnectedServiceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": 0
},
"demands": [ ],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"groups": [
{
"name": "versionControl",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/Deploy/DeployV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"groups": [
{
"name": "advanced",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/DeployTenant/TenantedDeployV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"groups": [
{
"name": "advanced",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/OctoInstaller/OctoInstallerV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"satisfies": ["octopus"],
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"groups": [
{
"name": "advanced",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/PackNuGet/PackNuGetV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"groups": [
{
"name": "advanced",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/PackZip/PackZipV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"groups": [
{
"name": "advanced",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/Push/PushV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"inputs": [
{
"name": "OctoConnectedServiceName",
Expand Down
2 changes: 1 addition & 1 deletion source/tasks/RunRunbook/RunRunbookV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"inputs": [
{
"name": "OctoConnectedServiceName",
Expand Down

0 comments on commit 6c68fe8

Please sign in to comment.