ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Publish the release version of the nuget packages #131

Closed thomas-mullaly closed 1 year ago

thomas-mullaly commented 1 year ago

Forgot this argument, so the pack command was trying to pack debug assemblies. This should probably be it for me an PRs on this repo today 😅

To make sure this actually works, I did this locally:

dotnet clean
dotnet build --configuration Release
dotnet pack --no-build src/Ardalis.Result/Ardalis.Result.csproj --configuration Release --output nuget
dotnet pack --no-build src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj --configuration Release --output nuget
dotnet pack --no-build src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj --configuration Release --output nuget

and all the pack commands succeeded. apologies for all the CI noise.

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Ardalis.Result.SampleMinimalApi 69% 100% 2
Ardalis.Result 27% 18% 64
Ardalis.Result.AspNetCore 7% 5% 126
Ardalis.Result.Sample.Core 25% 29% 50
Ardalis.Result.FluentValidation 0% 0% 6
Summary 20% (123 / 620) 11% (16 / 140) 248