Skip to content

Commit

Permalink
FIx for the error in name of task ACRTask (#11923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anumita authored and leantk committed Dec 23, 2019
1 parent 71d4c67 commit c74da1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tasks/ACRTaskV0/task.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 162,
"Patch": 1
"Patch": 2
},
"instanceNameFormat": "acrTask",
"showEnvironmentVariables": true,
Expand Down
4 changes: 2 additions & 2 deletions Tasks/ACRTaskV0/task.loc.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 162,
"Patch": 1
"Patch": 2
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"showEnvironmentVariables": true,
Expand Down

0 comments on commit c74da1b

Please sign in to comment.