From a11ecef92728295cee5c261d0ba2d05595b89bc8 Mon Sep 17 00:00:00 2001 From: Premek Vysoky Date: Thu, 11 Mar 2021 10:33:29 +0100 Subject: [PATCH] Improve the M2M guide --- .../Projects/M2MRenaming/Master-to-Main-renaming-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Projects/M2MRenaming/Master-to-Main-renaming-guide.md b/Documentation/Projects/M2MRenaming/Master-to-Main-renaming-guide.md index 1694509e05b..cc2258724e0 100644 --- a/Documentation/Projects/M2MRenaming/Master-to-Main-renaming-guide.md +++ b/Documentation/Projects/M2MRenaming/Master-to-Main-renaming-guide.md @@ -190,8 +190,8 @@ This will effectively disable code mirroring. ![AzDO mirrored](images/azdo-mirrored.png) 1. Go to the [internally mirrored repository](https://dev.azure.com/dnceng/internal/_git) - repository should have the same name, only replace `/` with `-`, e.g. `dotnet/xharness` becomes `dotnet-xharness` -2. Wait for the code-mirror build to propagate the change from the previous step to the internal mirrored repository - > Note: Go to the [code-mirror build](https://dev.azure.com/dnceng/internal/_build?definitionId=16&_a=summary) and filter the pipeline runs by Tags (select your repo). +2. Wait for the code-mirror build to propagate changes made in **step 2** to the internal mirrored repository (meaning: internal repo has main triggers) + > Note: You can go to the [code-mirror build](https://dev.azure.com/dnceng/internal/_build?definitionId=16&_a=summary) and filter the pipeline runs by Tags (select your repo). 3. Go to `Branches` 4. Create a new branch called `main` off of the `master` branch 5. Mirror policies from branch `master` to branch `main` using [M2MTool](https://devdiv.visualstudio.com/DefaultCollection/Engineering/_git/M2MTool?path=%2FREADME.md&_a=preview)