Fix Interop/SizeConst/SizeConstTest to successfully run in all locales. (#20268)
[platform/upstream/coreclr.git] / eng / configure-toolset.ps1
1 # We depend on a local cli for a number of our buildtool
2 # commands like init-tools so for now we need to disable
3 # using the globally installed dotnet
4
5 $script:useInstalledDotNetCli = $false