[Doc] Try new features before release (#11784)

* [Doc] Try new features without releasing

* use case-sensitive file name

* Refine

* Add highlighted rectangle in screenshot

* Add entrance in main readme
This commit is contained in:
Feiyue Yu 2020-01-10 16:20:51 +08:00 коммит произвёл GitHub
Родитель bf60878178
Коммит ddf6f45764
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 38 добавлений и 0 удалений

Просмотреть файл

@ -149,6 +149,12 @@ $ pip3 install --upgrade --pre azure-cli --extra-index-url https://azurecliprod.
The edge build is generated for each PR merged to the `dev` branch as a part of the Azure DevOps Pipelines.
## Get builds of arbitrary commit or PR
If you would like to get builds of arbitrary commit or PR, see:
[Try new features before release](doc/try_new_features_before_release.md)
## Developer Setup
If you would like to setup a development environment and contribute to the CLI, see:

Двоичные данные
doc/assets/1.PNG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 160 KiB

Двоичные данные
doc/assets/2.PNG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 91 KiB

Двоичные данные
doc/assets/3.PNG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 KiB

Двоичные данные
doc/assets/4.PNG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 68 KiB

Двоичные данные
doc/assets/5.PNG Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 124 KiB

Просмотреть файл

@ -0,0 +1,32 @@
Try new features before release
===
This documentation shows how to try new features in commit or PR before release even if the PR is not merged.
Azure CLI releases new versions every 3 weeks. Many customers and developers are eager to try and test new features before the formal release. Fortunately, Azure CLI project builds artifacts for every commit and PR and you can download them.
## Tutorial for commit
Step 1. Select a commit. Click the √ or × symbol. Click "Details" of a "build package" item.
![](assets/1.PNG)
Step 2. Click "View more details on Azure Pipelines".
![](assets/2.PNG)
Step 3. Click "1 artifact"
![](assets/3.PNG)
Step 4. Download your favorite artifact.
![](assets/4.PNG)
## Tutorial for PR
Step 1. Open a PR no matter it is merged or not. Click "Checks" tab.
![](assets/5.PNG)
Step 2-4. Follow the same steps of tutorial for commit.