如何通过卷发将罐子发布到链接?

时间:2018-10-23 11:14:41

标签: nexus

1 个答案:

答案 0 :(得分:0)

这适用于nexus 3.12(从Windows,上传nuget包)

$curl.exe" -u ${NUGET_DEPLOYER_USER}:${NUGET_DEPLOYER_PASS} -F filename=the_artifact.nupkg 
http://mynexus.example.org:9881/nexus/service/extdirect -F file=c:\\fakepath\\the_artifact.nupkg 
-F repositoryName=nuget-hosted -F extTID=36 -F extAction=coreui_Upload 
-F extMethod=doUpload -F extType=rpc -F extUpload=true

在3.14上它失败,并丢失了一些csrf令牌。