Package manager integration: Is dotnet nuget push
command supported?
#2881
Labels
question
Further information is requested
dotnet nuget push
command supported?
#2881
When pushing NuGet packages via the following command it seems that the published NuGet artifacts are not included in the build info.
The artifacts section of the specific module is missing.
Workaround is to push via Artifactory file upload command:
This works but advanced NuGet push options (https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-push#options) such as
--skip-duplicates
cannot be used.I'm using JFrog CLI v2.73.3
The text was updated successfully, but these errors were encountered: