-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Showing
7 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
 | ||
|
||
Step 2. Click "View more details on Azure Pipelines". | ||
|
||
 | ||
|
||
Step 3. Click "1 artifact" | ||
|
||
 | ||
|
||
Step 4. Download your favorite artifact. | ||
|
||
 | ||
|
||
## Tutorial for PR | ||
|
||
Step 1. Open a PR no matter it is merged or not. Click "Checks" tab. | ||
|
||
 | ||
|
||
Step 2-4. Follow the same steps of tutorial for commit. |