jfrog cli - What's is the moduleId in nuget repository in artifactory server? -
i use jfrog cli. use these commands:
jfrog.exe rt upload 'mypackage.1.0.0.0.nupkg' 'nuget_repo/org/module/' --url=**** --user=**** --password=**** --build-number=20170725.2.10 --build-name=build_mynuget jfrog.exe rt bce build_mynuget 20170725.2.10 jfrog.exe rt bp build_eit.framework 20170725.2.10 --url=**** --user=**** --password=****
this create build in artifactory contain 1 module. module contains mypackage. when go package information, , because use correctly layout configuration, can see module-id
org:mypackage:1.0.0.0
my problem don't know how configure module of build. in fact don't understand difference between 2 module (module-id , module in build). why in build section, build id not same?
thanks in advance.
adrien
Comments
Post a Comment