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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -