23 строки
1008 B
ReStructuredText
23 строки
1008 B
ReStructuredText
Visual Studio Team Services Continuous Delivery Manager
|
|
=======================================================
|
|
|
|
This project provides the class ContinuousDeliveryManager and supporting classes. This CD manager class allows
|
|
the caller to manage Azure Continuous Delivery pipelines that are maintained within a VSTS account.
|
|
|
|
Contribute Code
|
|
===============
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
|
|
Packaging
|
|
=========
|
|
|
|
The released packages for this code can be found here https://pypi.python.org/pypi/vsts-cd-manager.
|
|
Use the standard PYPI packaging flow to push a new release. Make sure to increment the version number appropriately.
|
|
|
|
*Example*
|
|
::
|
|
python setup.py sdist
|
|
python -m twine upload dist/*
|
|
::
|