dotnet / install-scripts

MIT License
128 stars 68 forks source link

Added macos as -os option #408

Closed maridematte closed 8 months ago

maridematte commented 8 months ago

Issue https://github.com/dotnet/install-scripts/issues/406

Added the option for macos for -os.

When macos is passed as an option, it is converted to osx so the download links still work.

YuliiaKovalova commented 8 months ago

Looks good. Please extend the documentation too: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#:~:text=%2D%2D-,os,-%3COPERATING_SYSTEM%3E an example of docs update: https://github.com/dotnet/docs/pull/37146