dotnet-releaser
dotnet-releaser copied to clipboard
Does this works with .net 7 Asp Net Core?
Does this works with .net 7 Asp Net Core?
I checked it locally with my Aspire + Blazor + ASP.NET solution. dotnet-release build and run tests without problems. But you must set <IsPackable>false</IsPackable> in Directory.Build.props to prevent NuGet packing of your projects. I'm also going to test this dotnet-releaser as main CI for ASP project for build + test + generate changelog.
I expected that I can use subset of functionality for projects that is not NuGet packages (like ASP):