Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tfx extension publish not working for ADO cloud #451

Open
mymmym1 opened this issue Feb 29, 2024 · 2 comments
Open

tfx extension publish not working for ADO cloud #451

mymmym1 opened this issue Feb 29, 2024 · 2 comments

Comments

@mymmym1
Copy link

mymmym1 commented Feb 29, 2024

We used to use an old versioned ADO on-prem and now I want to install its custom tasks to a new versioned ADO cloud. I have the following command to publish custom tasks to our organization:
...\tfx extension publish --service-url $(url) --auth-type pat --pat $(pat) --vsix "...\output.vsix"
It doesn't work to our latest version of ADO on cloud. The running result shows no error message, however, it doesn't install anything. It seems skipped the installation. Does my command has any problem? Or is there anything tfx command line publish hasn't keep up with the latest version of ADO?

@ivanduplenskikh
Copy link
Contributor

Hi @mymmym1,
Please double check your PAT scopes and make sure you are using the correct <YOUR_PUBLISHER_ID>.
I'm attaching a link to the documentation: https://learn.microsoft.com/en-us/azure/devops/extend/publish/command-line

@mymmym1
Copy link
Author

mymmym1 commented Mar 1, 2024

I got this error: Failed to find api location for area: gallery id: e11ea35a-16fe-4b80-ab11-c4cab88a0966
I already Select All accessible organizations, and give all permission scope to the token. The publisher id is my organization's name, however, when I execute the publish command from my ADO release pipeline, I was login my own user account on ADO. Is there any problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants