cake-contrib / cake-contrib/Cake.Recipe
Use DotNetCoreNuGet instead of NuGet when running .NET Core builds
- Dominant language
- C#
- Stars
- 70
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
When running .NET Core build we should push and ~pack~ packages using the dotnet utility instead of using nuget directly.
This would set us up for the future when we are able to run Cake.Recipe with cake .NET Core without the need to have users installing NuGet just for pushing ~/packing~ packages.
EDIT: The above would only be true when there are no standalone nuspec files.
Thoughts @gep13
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the .NET Core build path that invokes NuGet for package push and packing, then inspect how standalone nuspec files are handled. Done means the dotnet utility is used when no standalone nuspec is present, while the existing NuGet path remains for standalone nuspec files; validate both build scenarios.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100