Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove trailing whitespace
  • Loading branch information
antonfirsov committed Nov 22, 2021
commit 48a960215db417874803660e0667dce13df42dd5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Provides stress testing scenaria for System.Net.Http.HttpClient and the underlyi

Prerequisite: the runtime and the libraries should be [live-built](https://github.com/dotnet/runtime/tree/main/docs/workflow/building/libraries) with `build.cmd`/`build.sh`.

Use the script `build-local.sh` / `build-local.ps1` to build the stress project against the live-built runtime. This will acquire the latest daily SDK, which is TFM-compatible with the live-built runtime.
Use the script `build-local.sh` / `build-local.ps1` to build the stress project against the live-built runtime. This will acquire the latest daily SDK, which is TFM-compatible with the live-built runtime.

```bash
$ build-local.sh [StressConfiguration] [LibrariesConfiguration]
Expand Down