Skip to content

Commit

Permalink
Update the CoreCLR testing workflow doc (dotnet#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored and jkotas committed Jan 16, 2020
1 parent 77fd47d commit 74ad73e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/workflow/testing/coreclr/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Details on test metadata can be found in [test-configuration.md](test-configurat
* [Unix](../../building/coreclr/linux-instructions.md)
* [OSX](../../building/coreclr/osx-instructions.md)
* [Windows](../../building/coreclr/README.md)
1) From the root directory run the following command:
1) [Build the libraries](../../building/libraries/README.md) in Release configuration. Pass the configuration of CoreCLR you just built to the build script (e.g. `/p:CoreCLRConfiguration=Debug`).
1) From the src/coreclr directory run the following command:
* Non-Windows - `./build-test.sh`
* Windows - `build-test.cmd`
* Supply `-h` for usage flags
Expand Down

0 comments on commit 74ad73e

Please sign in to comment.