Ubuntu – Create a NuGet package for .NET8 MAUI with Azure DevOps
I have created a .NET8 MAUI Class Library to use in MAUI projects. The repo is in Azure DevOps and I was trying to build and publish the package via NuGet. For that, I wrote a YAML file trigger: -…