From 83558d8cb1302d09ba1d94f7f2facf8cdcbfc111 Mon Sep 17 00:00:00 2001 From: JamesNK Date: Fri, 21 Apr 2023 08:22:02 +0000 Subject: [PATCH] Sync shared code from aspnetcore --- .../src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libraries/Common/src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md b/src/libraries/Common/src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md index 44d726b85527b0..8f658cfac8e94a 100644 --- a/src/libraries/Common/src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md +++ b/src/libraries/Common/src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md @@ -34,3 +34,7 @@ dotnet/aspnetcore code paths: ### Running dotnet/aspnetcore tests: - `(aspnetcore) PS D:\github\aspnetcore\src\Shared\test\Shared.Tests> dotnet test` - `(aspnetcore) PS D:\github\aspnetcore\src\servers\Kestrel\core\test> dotnet test` + +## Automation + +In dotnet/aspnetcore, the [runtime-sync](https://github.com/dotnet/aspnetcore/actions/workflows/runtime-sync.yml) GitHub action automatically creates PRs to pull in changes from dotnet/runtime.