Ubuntu – Why is my .NET template published to GitHub Packages being treated as a package instead of a template?
I've been trying to create a .NET template for a Web API project with DDD architecture and publish it to GitHub Packages. Although I’ve configured the .nuspec, .csproj, and template.json files to define it as a template, when I query…