Hello,
I am trying to add a Nexus Repository to my External Feeds. In this repository I have zip files.
I have installed the Nexus Repository locally.
If I try to add the physical path to the external feed (D:\Development\Nexus 2.1\sonatype-work\nexus\storage\thirdparty), I cannot see the zip files.
If I try to add the address to the repository (http://localhost:8081/nexus/content/repositories/thirdparty/) it gives me this error:
“NuGet.Protocol.Core.Types.FatalProtocolException: The V2 feed at ‘http://localhost:8081/nexus/content/repositories/thirdparty/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=’’&targetFramework=’’&includePrerelease=true&$skip=0&$top=10’ returned an unexpected status code ‘404 Not Found’.
at NuGet.Protocol.V2FeedParser.<>c__DisplayClass51_0.<b__1>d.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.Protocol.HttpSource.d__14`1.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.Protocol.V2FeedParser.d__51.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.Protocol.V2FeedParser.d__50.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.Protocol.V2FeedParser.d__44.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.Protocol.PackageSearchResourceV2Feed.d__4.MoveNext()”
Could you please tell me how can I add my Nexus Repository to the Octopus in order to retrieve the packages that I need ?
Thank you