Update privatebuildtesting.md (#2943)
authorJuan Hoyos <juan.s.hoyos@outlook.com>
Thu, 17 Mar 2022 19:05:54 +0000 (12:05 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 19:05:54 +0000 (12:05 -0700)
documentation/privatebuildtesting.md

index 25fcaa656035bffe3441694db26ef54a68b5e9e2..1b5af9b11cc70ed14e1f4ec52b9ab0f4d76c8f32 100644 (file)
@@ -1,12 +1,14 @@
 Private runtime build testing
 =============================
 
-Here are some instructions on how to run the diagnostics repo's tests against a locally build private .NET Core runtime. These directions will work on Windows, Linux and MacOS. 
+Here are some instructions on how to run the diagnostics repo's tests against a locally build private .NET Core runtime based on CoreCLR. These directions will work on Windows, Linux and MacOS. 
 
 1. Build the runtime repo (see [Workflow Guide](https://github.com/dotnet/runtime/blob/main/docs/workflow/README.md)).
 2. Build the diagnostics repo (see [Building the Repository](../README.md)).
 3. Run the diagnostics repo tests with the -privatebuildpath option.
 
+The following examples assume a Debug build of the runtime and diagnsotics. However any flavor can be used with the following steps:
+
 On Windows:
 ```
 C:\diagnostics> test -privatebuildpath c:\runtime\artifacts\bin\coreclr\Windows_NT.x64.Debug
@@ -36,4 +38,4 @@ On Windows the DAC is not properly signed for a private runtime build so there a
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MiniDumpAuxiliaryDlls]
 "C:\diagnostics\.dotnet\shared\Microsoft.NETCore.App\5.0.0-alpha.1.20102.3\coreclr.dll"="C:\diagnostics\.dotnet\shared\Microsoft.NETCore.App\5.0.0-alpha.1.20102.3\mscordaccore.dll"
-```
\ No newline at end of file
+```