Skip to content

Commit ddf6f45

Browse files
authored
[Doc] Try new features before release (Azure#11784)
* [Doc] Try new features without releasing * use case-sensitive file name * Refine * Add highlighted rectangle in screenshot * Add entrance in main readme
1 parent bf60878 commit ddf6f45

File tree

7 files changed

+38
-0
lines changed

7 files changed

+38
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ $ pip3 install --upgrade --pre azure-cli --extra-index-url https://azurecliprod.
149149

150150
The edge build is generated for each PR merged to the `dev` branch as a part of the Azure DevOps Pipelines.
151151

152+
## Get builds of arbitrary commit or PR
153+
154+
If you would like to get builds of arbitrary commit or PR, see:
155+
156+
[Try new features before release](doc/try_new_features_before_release.md)
157+
152158
## Developer Setup
153159

154160
If you would like to setup a development environment and contribute to the CLI, see:

doc/assets/1.PNG

160 KB
Loading

doc/assets/2.PNG

91 KB
Loading

doc/assets/3.PNG

80.9 KB
Loading

doc/assets/4.PNG

67.9 KB
Loading

doc/assets/5.PNG

124 KB
Loading
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Try new features before release
2+
===
3+
4+
This documentation shows how to try new features in commit or PR before release even if the PR is not merged.
5+
6+
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.
7+
8+
## Tutorial for commit
9+
10+
Step 1. Select a commit. Click the √ or × symbol. Click "Details" of a "build package" item.
11+
12+
![](assets/1.PNG)
13+
14+
Step 2. Click "View more details on Azure Pipelines".
15+
16+
![](assets/2.PNG)
17+
18+
Step 3. Click "1 artifact"
19+
20+
![](assets/3.PNG)
21+
22+
Step 4. Download your favorite artifact.
23+
24+
![](assets/4.PNG)
25+
26+
## Tutorial for PR
27+
28+
Step 1. Open a PR no matter it is merged or not. Click "Checks" tab.
29+
30+
![](assets/5.PNG)
31+
32+
Step 2-4. Follow the same steps of tutorial for commit.

0 commit comments

Comments
 (0)