I created vs code extension and want to publish it to internal antifactory so that other teams can download and use it.
created .vsix file using vsce package command. When I tried vsce publish, it is asking for publisher name that is required only if I want to publish it to marketplace.I tried below command as well
vsce publish --baseImagesUrl <--My-company artifactory-->
I need to automate the publish part along with my other java releases.Please suggest better approach.
We can use curl, but that needs service account credentials in jenkins pipeline to deploy vsix.