From 9e6469cefa94209a9e306bb7b8de20e7ad0f287a Mon Sep 17 00:00:00 2001 From: Farhad Alizada Date: Fri, 16 Feb 2024 11:14:59 +0100 Subject: [PATCH] Init of msbuild env variables document --- documentation/wiki/MSBuild-Environment-Variables.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 documentation/wiki/MSBuild-Environment-Variables.md diff --git a/documentation/wiki/MSBuild-Environment-Variables.md b/documentation/wiki/MSBuild-Environment-Variables.md new file mode 100644 index 00000000000..01c8b7fb66c --- /dev/null +++ b/documentation/wiki/MSBuild-Environment-Variables.md @@ -0,0 +1,12 @@ +# MSBuild environment variables + +- [MsBuildSkipEagerWildCardEvaluationRegexes](#msbuildskipeagerwildcardevaluationregexes) + + +### MsBuildSkipEagerWildCardEvaluationRegexes + +If specified, overrides the default behavior of glob expansion. + +During glob expansion, if the path with wildcards that is being processed matches one of the regular expressions provided in the [environment variable](#msbuildskipeagerwildcardevaluationregexes), the path is not processed (expanded). + +The value of the envvironment variable is a list of regular expressions, separated by semilcon (;). \ No newline at end of file