Skip to content

Commit 8282d72

Browse files
Fixing task versions jump for ARG task (#11939)
* Downgrading task versions * Updating minor version to current sprint
1 parent 56a6648 commit 8282d72

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Tasks/AzureResourceGroupDeploymentV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 157,
18-
"Patch": 14
17+
"Minor": 161,
18+
"Patch": 8
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.119.1",

Tasks/AzureResourceGroupDeploymentV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 157,
18-
"Patch": 14
17+
"Minor": 161,
18+
"Patch": 8
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.119.1",

Tasks/AzureResourceManagerTemplateDeploymentV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 3,
1717
"Minor": 1,
18-
"Patch": 11
18+
"Patch": 5
1919
},
2020
"preview": "true",
2121
"demands": [],

Tasks/AzureResourceManagerTemplateDeploymentV3/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 3,
1717
"Minor": 1,
18-
"Patch": 11
18+
"Patch": 5
1919
},
2020
"preview": "true",
2121
"demands": [],

0 commit comments

Comments
 (0)