Updating the Azure DevOps Extension Version to v0.18.0#1482
Updating the Azure DevOps Extension Version to v0.18.0#1482haroldrandom merged 2 commits intoAzure:masterfrom
Conversation
|
If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR: |
|
add to S168 |
|
@haroldrandom We are performing an install for the |
We have indicated what's going here, fixing it. |
@mitsha-microsoft fixed and merged |
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update
src/index.jsonautomatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json.