My web app uses DevExpress.Blazor which is only available as a local NuGet package on my system placed there by the DevExpress installer. There is no public NuGet that has this package.
Pushing it up to GitHub as a private package, so far, appears to require that I spend several hours learning all the details of how to do this (they do not make it easy).
Is there instead a way that all these DLLs in this private NuGet can be pushed up to my project on GitHub and then be available directly when GitHub builds my app? I know that works (without having to do anything) when I publish from Visual Studio to Azure. So I'm hoping there's an equivalent for GitHub.