From 343b5946e47d1162ade2ce4925c439f6bad34a6f Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Wed, 5 Jun 2024 10:05:47 -0700 Subject: [PATCH 1/2] Update guidance with reference to sdk pipeline --- Documentation/VMR-re-bootstrapping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/VMR-re-bootstrapping.md b/Documentation/VMR-re-bootstrapping.md index b7b05b6cab..c26f5e8ea8 100644 --- a/Documentation/VMR-re-bootstrapping.md +++ b/Documentation/VMR-re-bootstrapping.md @@ -41,8 +41,8 @@ dependency on a new toolset feature until after that feature has been released. 1. Upload the SDKs to https://dotnetcli.blob.core.windows.net/source-built-artifacts/sdks/ 1. Upload the private source-built artifacts archives to https://dotnetcli.blob.core.windows.net/source-built-artifacts/assets/ 1. Update .NET SDK - 1. Find the [dotnet-installer-official-ci](https://dev.azure.com/dnceng/internal/_build?definitionId=286) - build that best matches the dotnet-source-build. The following is the suggested + 1. Find the [dotnet-sdk-official-ci](https://dev.azure.com/dnceng/internal/_build?definitionId=140) ([dotnet-installer-official-ci](https://dev.azure.com/dnceng/internal/_build?definitionId=286) for .NET 8) build + that best matches the dotnet-source-build. The following is the suggested order of precedence for finding the best match. 1. A build from the same commit. 1. From the [dotnet-source-build](https://dev.azure.com/dnceng/internal/_build?definitionId=1219), From 08263b19b861918f47eb85932b733010e29a141c Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Wed, 5 Jun 2024 11:08:17 -0700 Subject: [PATCH 2/2] Drop old pipeline --- Documentation/VMR-re-bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/VMR-re-bootstrapping.md b/Documentation/VMR-re-bootstrapping.md index c26f5e8ea8..18f9584b59 100644 --- a/Documentation/VMR-re-bootstrapping.md +++ b/Documentation/VMR-re-bootstrapping.md @@ -41,7 +41,7 @@ dependency on a new toolset feature until after that feature has been released. 1. Upload the SDKs to https://dotnetcli.blob.core.windows.net/source-built-artifacts/sdks/ 1. Upload the private source-built artifacts archives to https://dotnetcli.blob.core.windows.net/source-built-artifacts/assets/ 1. Update .NET SDK - 1. Find the [dotnet-sdk-official-ci](https://dev.azure.com/dnceng/internal/_build?definitionId=140) ([dotnet-installer-official-ci](https://dev.azure.com/dnceng/internal/_build?definitionId=286) for .NET 8) build + 1. Find the [dotnet-sdk-official-ci](https://dev.azure.com/dnceng/internal/_build?definitionId=140) build that best matches the dotnet-source-build. The following is the suggested order of precedence for finding the best match. 1. A build from the same commit.