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 +}