dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
4.09k stars 866 forks source link

chore: add .NET 6 SDK installation steps for environment that don't have SDK #10278

Closed filzrev closed 1 month ago

filzrev commented 1 month ago

This PR intended to fix CI errors that occurred on ubuntu-24.04 OS image.

ubuntu-latest image is expected to be switched to ubuntu-24.04 in this month.

But ubuntu-24.04 image preinstall .NET 8 SDK only. So it need to manually install .NET 6 SDK.

List of Preinstalled Software