From: Vitek Karas Date: Thu, 20 Sep 2018 10:03:36 +0000 (-0700) Subject: Add .runtimeconfig.dev.json to the list of probe path sources X-Git-Tag: submit/tizen/20210909.063632~11032^2~555^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e4c80f5001727884717e79541ea1eef18536ab2;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add .runtimeconfig.dev.json to the list of probe path sources Commit migrated from https://github.com/dotnet/core-setup/commit/981366fc8d1c6a1e71b7d467e1c1ea2f273a96c5 --- 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