Sync shared code from runtime (#20640)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a792f2a27
commit
f05b5c8576
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue