Update instructions to build individual tests
authorCarol Eidt <carol.eidt@microsoft.com>
Fri, 21 Jun 2019 17:40:03 +0000 (10:40 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 17:40:03 +0000 (10:40 -0700)
cc @jashook and @sandreenko

Documentation/building/unix-test-instructions.md

index 05f1f99..eb4f325 100644 (file)
@@ -22,15 +22,13 @@ Please note that this builds the Priority 0 tests. To build priority 1:
 
 ## Building Individual Tests
 
-During development there are many instances where building an individual test is fast and necessary. All of the necessary tools to build are under `coreclr/Tools`. It is possible to use `coreclr/Tools/MSBuild.dll` as you would normally use MSBuild with a few caveats.
-
-Note that `coreclr/dotnet.sh` exists as well to make the call shorter.
+During development there are many instances where building an individual test is fast and necessary. All of the necessary tools to build are under `coreclr`. It is possible to use `coreclr/.dotnet/dotnet msbuild` as you would normally use MSBuild with a few caveats.
 
 **!! Note !! -- Passing /p:__BuildOs=[OSX|Linux] is required.** 
 
-## Building an Individual Test Example
+## Building an Individual Test
 
->`coreclr/dotnet.sh msbuild /maxcpucount  coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.csproj /p:__BuildType=Release /p:__BuildOS=OSX`
+>`/path/to/coreclr/.dotnet/dotnet msbuild tests/src/path-to-proj-file /p:__BuildOS=<BuildOS> /p:__BuildType=<BuildType>`
 
 ## Aarch64/armhf multi-arch