From 5769de64ba661f8a97d7dfc83821255e1ea2b8cf Mon Sep 17 00:00:00 2001 From: mseyma Date: Thu, 21 Mar 2019 14:45:20 -0700 Subject: [PATCH] [AppCenter/Distribute] Cherry pick #9902 to release/m148 Cherry pick #9902 to release/m148 --- Tasks/AppCenterDistributeV3/task.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Tasks/AppCenterDistributeV3/task.json b/Tasks/AppCenterDistributeV3/task.json index b7a0f07d77e7..73c9ff93b2f0 100644 --- a/Tasks/AppCenterDistributeV3/task.json +++ b/Tasks/AppCenterDistributeV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 150, - "Patch": 0 + "Patch": 1 }, "releaseNotes": "Added support for multiple destinations.", "groups": [ @@ -179,9 +179,7 @@ { "name": "destinationGroupIds", "aliases": [ - "destinationIds", - "distributionGroupId", - "destinationId" + "distributionGroupId" ], "type": "string", "defaultValue": "", @@ -192,11 +190,6 @@ }, { "name": "destinationStoreId", - "aliases": [ - "destinationIds", - "distributionGroupId", - "destinationId" - ], "type": "string", "label": "Destination ID", "helpMarkDown": "ID of the distribution store to deploy to.", @@ -231,4 +224,4 @@ "FailedToCreateFile": "Failed to create %s with error: %s.", "FailedToFindFile": "Failed to find %s at %s." } -} \ No newline at end of file +}