Skip to content

Commit 700aef7

Browse files
author
mseyma
authored
Merge pull request #9903 from Microsoft/users/eyma/cherrypick-9902-to-m148
[AppCenter/Distribute] Cherrypick #9902 to release/m148
2 parents 57f71da + 5769de6 commit 700aef7

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Tasks/AppCenterDistributeV3/task.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 3,
1616
"Minor": 150,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"releaseNotes": "Added support for multiple destinations.",
2020
"groups": [
@@ -179,9 +179,7 @@
179179
{
180180
"name": "destinationGroupIds",
181181
"aliases": [
182-
"destinationIds",
183-
"distributionGroupId",
184-
"destinationId"
182+
"distributionGroupId"
185183
],
186184
"type": "string",
187185
"defaultValue": "",
@@ -192,11 +190,6 @@
192190
},
193191
{
194192
"name": "destinationStoreId",
195-
"aliases": [
196-
"destinationIds",
197-
"distributionGroupId",
198-
"destinationId"
199-
],
200193
"type": "string",
201194
"label": "Destination ID",
202195
"helpMarkDown": "ID of the distribution store to deploy to.",
@@ -231,4 +224,4 @@
231224
"FailedToCreateFile": "Failed to create %s with error: %s.",
232225
"FailedToFindFile": "Failed to find %s at %s."
233226
}
234-
}
227+
}

0 commit comments

Comments
 (0)