microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
125 stars 39 forks source link

Can't publish #35

Closed pabrams closed 3 years ago

pabrams commented 3 years ago

I cloned the repo, changed the publisher ID to my own, built, and then ran tfx extension create --manifest-globs azure-devops-extension.json

error: Your extension must define at least one contribution or contribution type.

pabrams commented 3 years ago

The included build script does it; here's the command it uses: tfx extension create --manifest-globs azure-devops-extension.json src/Samples/**/*.json "--rev-version"