Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add document to test WIP analyzer #6766

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/dotnet/Azure.ClientSdk.Analyzers/readme.md
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.