dotnet-releaser icon indicating copy to clipboard operation
dotnet-releaser copied to clipboard

Does this works with .net 7 Asp Net Core?

Open franklupo opened this issue 2 years ago • 1 comments

Does this works with .net 7 Asp Net Core?

franklupo avatar Mar 28 '23 06:03 franklupo

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): image

FrediKats avatar May 12 '24 10:05 FrediKats