-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add daily dev build info in contributing.md #9277
Conversation
Can one of the admins verify this patch? |
https://dev.azure.com/azure-sdk/public/_packaging?_a=feed&feed=azure-sdk-for-python%40Local | ||
|
||
##### To install latest dev build version of a package | ||
pip install <package-name> --extra-index-url https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple --pre |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These don't show up correctly when rendered in markdown. You should wrap these pip commands in the triple backtick code syntax.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have submitted PR #9352 to fix this.
Added daily build package repository information and instructions on how to verify a package using dev build version of dependent packages in Contributing.md.