This is a small library that can be used to setup Continuous Delivery of Azure web apps thru Visual Studio Team Services
Перейти к файлу
Jason Prickett dfa958107e fixing build error 2017-04-27 17:54:03 -04:00
azuretfs making compatible with Py2 2017-04-27 17:42:22 -04:00
continuous_delivery making compatible with Py2 2017-04-27 17:42:22 -04:00
vsts_accounts making compatible with Py2 2017-04-27 17:42:22 -04:00
vsts_cd_manager making compatible with Py2 2017-04-27 17:42:22 -04:00
.gitignore Initial checkin of the supporting classes 2017-03-24 10:18:16 -04:00
LICENSE Initial commit 2017-03-23 11:41:15 -07:00
README.rst fixing readme 2017-04-05 11:10:01 -04:00
__init__.py Initial checkin of the supporting classes 2017-03-24 10:18:16 -04:00
setup.py fixing build error 2017-04-27 17:54:03 -04:00

README.rst

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/*
::