-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add document to test WIP analyzer (#6766)
- Loading branch information
Showing
1 changed file
with
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## How to test WIP Azure.ClientSdk.Analyzers against azure-sdk-for-net | ||
1. Make changes into a feature branch in azure-sdk-tools. | ||
2. Run [release pipeline](https://dev.azure.com/azure-sdk/internal/_build?definitionId=2945&_a=summary) for the feature branch. | ||
3. Create a draft PR in azure-sdk-for-net bumping to the newly created dev version. | ||
4. If we are satisfied with the results and all other PR comments are handled we can merge the azure-sdk-tools PR. | ||
5. A new dev version will be published with a release from main branch. | ||
6. Update the azure-sdk-for-net PR to use the newest version and merge the azure-sdk-for-net PR. |