From 9e4c80f5001727884717e79541ea1eef18536ab2 Mon Sep 17 00:00:00 2001 From: Vitek Karas Date: Thu, 20 Sep 2018 03:03:36 -0700 Subject: [PATCH] Add .runtimeconfig.dev.json to the list of probe path sources Commit migrated from https://github.com/dotnet/core-setup/commit/981366fc8d1c6a1e71b7d467e1c1ea2f273a96c5 --- docs/installer/design-docs/host-probing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installer/design-docs/host-probing.md b/docs/installer/design-docs/host-probing.md index db83a6a..03f1e05 100644 --- a/docs/installer/design-docs/host-probing.md +++ b/docs/installer/design-docs/host-probing.md @@ -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 -- 2.7.4