Skip to content

Commit 035e76d

Browse files
Addressing comments
1 parent 00e43ef commit 035e76d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/VMR-re-bootstrapping.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ dependency on a new toolset feature until after that feature has been released.
3131
1. Update previous source-build artifacts
3232
1. Find a [dotnet-source-build](https://dev.azure.com/dnceng/internal/_build?definitionId=1219)
3333
with the desired changes.
34-
1. Retrieve the built SDKs and PSB artifacts archives, from the following legs:
34+
1. Retrieve the built SDKs and private source-built artifacts archives, from the following legs:
3535
1. Alpine\<nnn\>_Online_MsftSdk_x64
3636
1. CentOSStream\<8\>_Online_MsftSdk_x64
3737
1. Upload the SDKs to https://dotnetcli.blob.core.windows.net/source-built-artifacts/sdks/
38-
1. Upload the PSB artifacts archives to https://dotnetcli.blob.core.windows.net/source-built-artifacts/assets/
38+
1. Upload the private source-built artifacts archives to https://dotnetcli.blob.core.windows.net/source-built-artifacts/assets/
3939
1. Update .NET SDK
4040
1. Find the [dotnet-installer-official-ci](https://dev.azure.com/dnceng/internal/_build?definitionId=286)
4141
build that best matches the dotnet-source-build. The following is the suggested
@@ -49,13 +49,13 @@ dependency on a new toolset feature until after that feature has been released.
4949
1. In the odd case where the are no passing builds after the commit, you
5050
can try using an earlier passing build.
5151
1. Retrieve the built SDK version from the build.
52-
1. Update the dotnet version in the [global.json](https://github.com/dotnet/dotnet/blob/main/global.json).
52+
1. Update the dotnet version in the [global.json](https://github.com/dotnet/installer/blob/main/src/SourceBuild/content/global.json).
5353
1. Update arcade
5454
1. Lookup the arcade commit and version. From a VMR commit, you can find the
5555
corresponding arcade commit/version by looking at the [source-manifest.json](https://github.com/dotnet/dotnet/blob/main/src/source-manifest.json).
56-
1. Update the arcade SDK version in the [global.json](https://github.com/dotnet/dotnet/blob/main/global.json).
57-
1. Update the arcade dependency commit and version in the [Version.Details.xml](https://github.com/dotnet/dotnet/blob/main/eng/Version.Details.xml).
56+
1. Update the arcade SDK version in the [global.json](https://github.com/dotnet/installer/blob/main/src/SourceBuild/content/global.json).
57+
1. Update the arcade dependency commit and version in the [Version.Details.xml](https://github.com/dotnet/installer/blob/main/src/SourceBuild/content/eng/Version.Details.xml).
5858
1. Update private source-built SDK and artifacts versions
59-
1. Update `PrivateSourceBuiltSdkVersion` and `PrivateSourceBuiltArtifactsVersion` in the [Versions.props](https://github.com/dotnet/dotnet/blob/main/eng/Versions.props).
59+
1. Update `PrivateSourceBuiltSdkVersion` and `PrivateSourceBuiltArtifactsVersion` in the [Versions.props](https://github.com/dotnet/installer/blob/main/src/SourceBuild/content/eng/Versions.props).
6060

6161
[Tracking issue for automating this process.](https://github.com/dotnet/source-build/issues/4246)

0 commit comments

Comments
 (0)