Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Derek Bekoe 5a4504d85c Remove packaged release patches (#4688)
* Remove packaged release patches

Removes the following patches:
1. The packaged installs do not support `az component` so we patch this module with appropriate messages.
2. The CLI has a feature that checks PyPI for a command module if it's not installed and the user attempts to run it. This patch disables this as components cannot be installed in packaged installs.

* Fix style
2017-10-17 09:40:56 -07:00
Derek Bekoe bddb6737b2 Remove azure-cli-taskhelp (#4683)
* Remove azure-cli-taskhelp

It's no longer included as part of the CLI and hasn't for several months.

* Now fix CI script

* Fix doc source map
2017-10-16 13:45:03 -07:00
Troy Dai 5f85934166
Print message during -h verification 2017-09-14 11:31:55 -07:00
Troy Dai 24e3f934f9
Overhaul Travis build configuration
1. Adopt build stage feature. Separate the build process into build,
verify and publish stages.
2. Move build utilties from scripts folder to its own tools folder for
better organization.
3. Publish wheel artifacts to a blob storage container for long-term
persistence.
2017-09-12 14:32:42 -07:00