dotnet / install-scripts

MIT License
127 stars 70 forks source link

change diskspace check due to PS issues #379

Closed YuliiaKovalova closed 11 months ago

YuliiaKovalova commented 11 months ago

Fixes

374

Solution

For older PS versions it is a known issue: build.cmd error dotnet-install: There is not enough disk space on drive C · Issue #35301 · dotnet/runtime (github.com)

Get-PSDrive C returns blank used/free disk space · Issue #12442 · PowerShell/PowerShell (github.com)

This fix loosens the check for PS with versions < 7.