Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install from source: use Jammy feed for Ubuntu
The dotnet team recently added support for installing natively from Jammy feeds on Ubuntu: dotnet/core#7699 This caused our current installation to fail, as it caused conflicts with the packages.microsoft.com feed we use in the install from source script for Debian/Ubuntu. This change separates the Ubuntu and Debian install from source processes, since Debian does not natively support Jammy feeds and continuing to try to install from packages.microsoft.com on Ubuntu would require munging the priority of feeds, which users would likely not appreciate. fixes
- Loading branch information