Hi,
Would it also be possible for ebuild to automatically publish to a nuget source ?
I can use this
dotnet nuget push "xxx.1.0.2.nupkg" --api-key xxx --source "https://nuget.pkg.github.com/xxxx"
I would like to specify the api-key and source from some external location myself and ebuild would plug in the latest nupkg before calling dotnet.
Cheers,
John