Skip to content

Commit

Permalink
Merge pull request #9902 from Microsoft/users/eyma/appcenter-distribu…
Browse files Browse the repository at this point in the history
…te-fix-aliases

- Remove conflicting aliases from both distributionGroupIds and distributionStoreId that were causing issues with yaml build configuration
- Bump patch version of AppCenterDistributeV3
  • Loading branch information
mseyma authored Mar 21, 2019
2 parents b22f64b + 60fb5aa commit 8120c91
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Tasks/AppCenterDistributeV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 3,
"Minor": 150,
"Patch": 0
"Patch": 1
},
"releaseNotes": "Added support for multiple destinations.",
"groups": [
Expand Down Expand Up @@ -179,9 +179,7 @@
{
"name": "destinationGroupIds",
"aliases": [
"destinationIds",
"distributionGroupId",
"destinationId"
"distributionGroupId"
],
"type": "string",
"defaultValue": "",
Expand All @@ -192,11 +190,6 @@
},
{
"name": "destinationStoreId",
"aliases": [
"destinationIds",
"distributionGroupId",
"destinationId"
],
"type": "string",
"label": "Destination ID",
"helpMarkDown": "ID of the distribution store to deploy to.",
Expand Down Expand Up @@ -231,4 +224,4 @@
"FailedToCreateFile": "Failed to create %s with error: %s.",
"FailedToFindFile": "Failed to find %s at %s."
}
}
}

0 comments on commit 8120c91

Please sign in to comment.