From d87673683cd85a4f4f4c7edd65630374434e2ce4 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 21 Oct 2021 08:04:41 -0700 Subject: [PATCH 1/3] Repoint source-build dependencies for runtime and aspnet --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3141338fd..f4f20eec8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -20,7 +20,6 @@ https://github.com/dotnet/runtime 6f41165853278914d1a28d7f325ebe04ab78ac07 - https://github.com/dotnet/runtime @@ -33,6 +32,7 @@ https://github.com/dotnet/runtime 6f41165853278914d1a28d7f325ebe04ab78ac07 + https://github.com/dotnet/runtime @@ -63,11 +63,11 @@ https://github.com/dotnet/aspnetcore 20de863bd37ad521b7a3bd6056186da5e8a7a2ef + https://github.com/dotnet/aspnetcore 20de863bd37ad521b7a3bd6056186da5e8a7a2ef - https://github.com/dotnet/aspnetcore From 00a9212068f4b048655e1107c25a85fb37df4f6d Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 21 Oct 2021 08:08:10 -0700 Subject: [PATCH 2/3] touch sb dir --- src/SourceBuild/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceBuild/README.md b/src/SourceBuild/README.md index cb90757a6..625e25a0f 100644 --- a/src/SourceBuild/README.md +++ b/src/SourceBuild/README.md @@ -6,7 +6,7 @@ to build .NET from source. For more information, see [dotnet/source-build](https://github.com/dotnet/source-build). -## Local development workflow +## Local development workflow These are the steps used by some members of the .NET source-build team to create a tarball and build it on a local machine as part of the development cycle: From b0217294ed73d295f42b379766e127f9d176529f Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Thu, 21 Oct 2021 17:19:38 +0000 Subject: [PATCH 3/3] aspnetcore stable version workaround --- eng/Version.Details.xml | 2 +- src/SourceBuild/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f4f20eec8..5cdb23f74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -63,7 +63,7 @@ https://github.com/dotnet/aspnetcore 20de863bd37ad521b7a3bd6056186da5e8a7a2ef - + https://github.com/dotnet/aspnetcore diff --git a/src/SourceBuild/README.md b/src/SourceBuild/README.md index 625e25a0f..cb90757a6 100644 --- a/src/SourceBuild/README.md +++ b/src/SourceBuild/README.md @@ -6,7 +6,7 @@ to build .NET from source. For more information, see [dotnet/source-build](https://github.com/dotnet/source-build). -## Local development workflow +## Local development workflow These are the steps used by some members of the .NET source-build team to create a tarball and build it on a local machine as part of the development cycle: