From ebe94500d4db89e2e9c3220522ecf5fa219c633b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 08:04:46 +0000 Subject: [PATCH] Sync shared code from runtime --- src/Shared/runtime/ReadMe.SharedCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/runtime/ReadMe.SharedCode.md b/src/Shared/runtime/ReadMe.SharedCode.md index f24980b8a22e..eb86cd931280 100644 --- a/src/Shared/runtime/ReadMe.SharedCode.md +++ b/src/Shared/runtime/ReadMe.SharedCode.md @@ -14,7 +14,7 @@ dotnet/AspNetCore code paths: ## Building dotnet/runtime code: - https://github.com/dotnet/runtime/tree/master/docs/workflow -- Run *build.cmd* from the root once: `PS D:\github\runtime> .\build.cmd -runtimeConfiguration Release -subsetCategory coreclr-libraries` +- Run *build.cmd* from the root once: `PS D:\github\runtime> .\build.cmd -runtimeConfiguration Release -subset clr+libs` - Build the individual projects: - `PS D:\github\dotnet\src\libraries\Common\tests> dotnet build` - `PS D:\github\dotnet\src\libraries\System.Net.Http\src> dotnet build`