Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build config mapping & bump versions #445

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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