Icon is not visible on release task catalog in Azure DevOps pipeline vss-extension json as below

0 votes
{
    "manifestVersion": 1,
    "id": "build-release-task",
    "name": "",
    "version": "1.1.9",
    "publisher": " ",
    "targets": [
        {
            "id": "Microsoft.VisualStudio.Services"
        }
    ],    
    "description": "",
    "categories": [
        "Azure Pipelines"
    ],
    "icons": {
        "default": "images/extension-icon.png"      
    },
    "files": [
        {
            "path": "buildAndReleaseTask"
        },
        {
            "path": "images",
            "addressable": true

        }
    ],
    "contributions": [
        {
            "id": "custom-build-release-task",
            "type": "ms.vss-distributed-task.task",
            "targets": [
                "ms.vss-distributed-task.tasks"
            ],
            "properties": {
                "name": "buildAndReleaseTask",
                "icon": "images/extension-icon.png"

            }

        }
    ]

}

Any solution will be appreciated.

Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,050 points
512 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Other DevOps Questions

0 votes
1 answer
0 votes
0 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP