Hi,
I'm trying to do this:

  nuget push mypackage.nupkg -Source
http://myartifactoryserver/artifactory/api/nuget/my-nuget-repo -ApiKey mykey

and I'm able to successfully push the package up to Artifactory, but its
placing it in the root of the repository and not honoring the repository
layout.  I tried adding the path to the -Source parameter:

  -Source
http://myartifactoryserver/artifactory/api/nuget/my-nuget-repo/MyDir/1.0.0.0/

but that fails with:

Failed to process request. 'Method Not Allowed'.
The remote server returned an error: (405) Method Not Allowed..

In the admin interface of Artifactory, I applied a repository layout.  How
do I get artifactory to use this layout when publishing with NuGet?  Is it
possible?

Doug




--
View this message in context: 
http://forums.jfrog.org/NuGet-Push-that-uses-Repository-Layout-tp7578838.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to