Skip to content

Commit

Permalink
Merge pull request #9903 from Microsoft/users/eyma/cherrypick-9902-to…
Browse files Browse the repository at this point in the history
…-m148

[AppCenter/Distribute] Cherrypick #9902 to release/m148
  • Loading branch information
mseyma authored Mar 22, 2019
2 parents 57f71da + 5769de6 commit 700aef7
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 700aef7

Please sign in to comment.