Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The base should be 'https://nuget.xxxxxxxxxxxxxx.com/' and not 'http://nuget.xxxxxxxxxxxxxx.com//.' It seems to be the double slash at the end that is breaking the request. Nuget tries to resolve it to Resolved actions to install package 'xxxxxxxxxx.5.1.0.47-develop' `GET http://nuget.xxxxxxxxxxxxxx.com//download/xxxxxxxxxx/5.1.0.47-develop` When I call that directly I only a response Only DELETEs allowed here. If I remove the double slash it works. See this issue. sunsided/docker-nuget#7 for more details.
- Loading branch information