I want to create a private task that is only accessible in my organization, so I used the tfx
command line tool as described here to install it. But when I do so using tfx extension install
, I get this error (with the organization name and task ID redacted):
error: Error: The requested extension 'MyOrganizationName.MyTaskID' doesn't exist.
I Googled this error and found an article saying that a task must be published in order to install it - so which article is correct? Is there a way to install a task without sharing it outside my organization?