Skip to content

Commit 7f5af69

Browse files
Add note about source-build-lite pipeline (#4352)
* Add note about source-build-lite pipeline * Update Documentation/VMR-re-bootstrapping.md Co-authored-by: Michael Simons <[email protected]> --------- Co-authored-by: Michael Simons <[email protected]>
1 parent 10148e1 commit 7f5af69

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/VMR-re-bootstrapping.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ dependency on a new toolset feature until after that feature has been released.
2929
# Steps to re-bootstrap
3030

3131
1. Update previous source-build artifacts
32-
1. Find a [dotnet-source-build](https://dev.azure.com/dnceng/internal/_build?definitionId=1219)
32+
1. Find a [dotnet-source-build](https://dev.azure.com/dnceng/internal/_build?definitionId=1219) run
3333
with the desired changes.
34+
1. If a rebootstrap is needed quickly and it is not feasibly to wait for a
35+
[dotnet-source-build](https://dev.azure.com/dnceng/internal/_build?definitionId=1219) run,
36+
you can also use the artifacts from a
37+
[dotnet-source-build-lite](https://dev.azure.com/dnceng/internal/_build?definitionId=1299) run.
3438
1. Retrieve the built SDKs and private source-built artifacts archives, from the following legs:
3539
1. Alpine\<nnn\>_Online_MsftSdk_x64
36-
1. CentOSStream\<8\>_Online_MsftSdk_x64
40+
1. CentOSStream\<n\>_Online_MsftSdk_x64
3741
1. Upload the SDKs to https://dotnetcli.blob.core.windows.net/source-built-artifacts/sdks/
3842
1. Upload the private source-built artifacts archives to https://dotnetcli.blob.core.windows.net/source-built-artifacts/assets/
3943
1. Update .NET SDK

0 commit comments

Comments
 (0)