Add .runtimeconfig.dev.json to the list of probe path sources
authorVitek Karas <vitek.karas@microsoft.com>
Thu, 20 Sep 2018 10:03:36 +0000 (03:03 -0700)
committervitek-karas <vitek.karas@microsoft.com>
Sat, 22 Sep 2018 19:35:38 +0000 (12:35 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/981366fc8d1c6a1e71b7d467e1c1ea2f273a96c5

docs/installer/design-docs/host-probing.md

index db83a6a..03f1e05 100644 (file)
@@ -58,4 +58,4 @@ The list of probing paths ordered according to their priority. First path in the
 * Additional probing paths  
   In these paths the `|arch|/|tfm|` string can be used and will be replaced with the actual values before using the path.
   * `--additionalprobingpath` command line arguments
-  * `additionalProbingPaths` specified in `.runtimeconfig.json` for the app and each framework (highest to lowest)
\ No newline at end of file
+  * `additionalProbingPaths` specified in `.runtimeconfig.json` and `.runtimeconfig.dev.json` for the app and each framework (highest to lowest)
\ No newline at end of file