Skip to content

Commit

Permalink
Remove build config mapping & bump versions (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-ivlev authored Jun 13, 2024
1 parent ce94683 commit c64f9ab
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 42 deletions.
6 changes: 1 addition & 5 deletions Tasks/GooglePlayIncreaseRolloutV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "235",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -124,9 +124,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "2.226.0",
"Node20-228": "2.235.0"
}
}
6 changes: 1 addition & 5 deletions Tasks/GooglePlayIncreaseRolloutV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "235",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -124,9 +124,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "2.226.0",
"Node20-228": "2.235.0"
}
}
6 changes: 1 addition & 5 deletions Tasks/GooglePlayPromoteV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "3",
"Minor": "235",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -172,9 +172,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "3.226.0",
"Node20-228": "3.235.0"
}
}
6 changes: 1 addition & 5 deletions Tasks/GooglePlayPromoteV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "3",
"Minor": "235",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -172,9 +172,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "3.226.0",
"Node20-228": "3.235.0"
}
}
6 changes: 1 addition & 5 deletions Tasks/GooglePlayReleaseV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "240",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -393,9 +393,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "4.232.1",
"Node20-228": "4.235.0"
}
}
8 changes: 2 additions & 6 deletions Tasks/GooglePlayReleaseV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": "4",
"Minor": "240",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -393,9 +393,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "4.232.1",
"Node20-228": "4.235.0"
}
}
}
6 changes: 1 addition & 5 deletions Tasks/GooglePlayStatusUpdateV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "235",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -137,9 +137,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "2.226.0",
"Node20-228": "2.235.0"
}
}
6 changes: 1 addition & 5 deletions Tasks/GooglePlayStatusUpdateV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "235",
"Minor": "241",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -137,9 +137,5 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "2.226.0",
"Node20-228": "2.235.0"
}
}
2 changes: 1 addition & 1 deletion vsts-extension-google-play.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1.0,
"id": "google-play",
"name": "Google Play",
"version": "4.240.0",
"version": "4.241.0",
"publisher": "ms-vsclient",
"description": "Provides tasks for continuous delivery to the Google Play Store from TFS/Team Services build or release definitions",
"categories": [
Expand Down

0 comments on commit c64f9ab

Please sign in to comment.