diff --git a/Tasks/ACRTaskV0/task.json b/Tasks/ACRTaskV0/task.json index 66618f960640..0f01b9c5019b 100644 --- a/Tasks/ACRTaskV0/task.json +++ b/Tasks/ACRTaskV0/task.json @@ -1,6 +1,6 @@ { "id": "769D88CB-515B-4456-A045-D9A4E11C90E3", - "name": "ACRTaskV0", + "name": "ACRTask", "friendlyName": "ACR Task", "description": "Build and run container images using Azure Container Registry (ACR) tasks", "author": "Microsoft Corporation", @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 162, - "Patch": 1 + "Patch": 2 }, "instanceNameFormat": "acrTask", "showEnvironmentVariables": true, diff --git a/Tasks/ACRTaskV0/task.loc.json b/Tasks/ACRTaskV0/task.loc.json index d143c4974231..e42e1c18ec1f 100644 --- a/Tasks/ACRTaskV0/task.loc.json +++ b/Tasks/ACRTaskV0/task.loc.json @@ -1,6 +1,6 @@ { "id": "769D88CB-515B-4456-A045-D9A4E11C90E3", - "name": "ACRTaskV0", + "name": "ACRTask", "friendlyName": "ms-resource:loc.friendlyName", "description": "ms-resource:loc.description", "author": "Microsoft Corporation", @@ -16,7 +16,7 @@ "version": { "Major": 0, "Minor": 162, - "Patch": 1 + "Patch": 2 }, "instanceNameFormat": "ms-resource:loc.instanceNameFormat", "showEnvironmentVariables": true,