You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the jf dotnet nuget push command does not support the ability to publish both artifacts and dependencies within the same module automatically.
Describe the solution you'd like to see
Enhance the jf dotnet nuget push command to support the automatic publishing of both artifacts and dependencies within the same module.
This will streamline the process, eliminating the need for additional manual steps or separate commands to handle artifacts and dependencies.
What is the expected behavior?
When executing the following steps:
The jf dotnet nuget push command should automatically publish both the artifacts and their dependencies within the same module.
** It would be nice if the jf dotnet nuget push command could also retrieve the relevant information from the environment variables "JFROG_CLI_BUILD_NAME," "JFROG_CLI_BUILD_NUMBER," and "JFROG_CLI_BUILD_URL."