You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: