I'm trying to publish my web extension to an on-premises TFS 2017U3:
tfx extension publish --service-url "http://fqdn:8080/tfs"
It tells me the account doesn't have permission to "Create a new publisher":
Checking if this extension is already published It isn't, create a new extension. error: Received response 403 (Forbidden). Check that you have access to this res ource. Message from server: Failed Request: Forbidden(403) - Access Denied: (account name) needs the following permission(s) on the resource to perform this action: Create a new publisher
I've checked the following links, but none of them mention any "Create a new publisher" permission:
- About permissions and groups
- Grant permissions to manage extensions
- Set build and release permissions
- Add administrators, set permissions at the project-level or project collection-level
- Permissions lookup guide for VSTS & TFS
- Google search tfs "create a new publisher" permission
Where can I find the "Create a new publisher" permission?