I am getting below error while publishing vsts task using "Publish Visual Studio Extension" task in Azure pipeline:
VSSDK: error VsixPub0006 : The publish manifest from 'D:\a\143\s\myproject\vss-extension.json' contains some invalid entries: Encountered an unsupported category: Azure Pipelines..
I have added categories in manifest file see below, But I observed the error is because of the category
"categories": [
"Azure Pipelines",
"Azure Repos",
"Azure Boards"
],
I can publish the task manually in the MarketPlace. But while trying to publish the task using "Publish Visual Studio Extension" task, I got above error. If I remove category section in manifest file, then vsix file cannot be created. Please suggest why the task is failing and how can we publish vstsextension.