Octo.exe push to Proget OData error

I’m attempting to push a new .Net core app built on TeamCity to Proget (5.3.22 build 10, freshly updated) via octo.exe push, and I’m getting the error “OData method is not implemented.”

Running command:   octo.exe push --server http://internal:8080/nuget/Octopus/ --apikey SECRET --package 
C:\BuildAgent\work\d6909b27f344cf38\artifacts\project1\project1.1.0.16.nupkg
Pushing packages to Octopus server
Octopus Deploy Command Line Tool, version 7.0.0

Detected automation environment: "TeamCity/2020.2.2"
OData method is not implemented.
Error from Octopus Server (HTTP 404 NotFound)
Exit code: -7
octo exit code: -7

Is Octo.exe supposed to support pushing to a “Standard” nuget server?

Hi Sean,

Is Octo.exe supposed to support pushing to a “Standard” nuget server?

Unfortunately no. ‘octo.exe push’ will require Octopus Deploy at the ‘–server’ endpoint.

You might want to look into the NuGet CLI: NuGet Command-Line Interface (CLI) Reference | Microsoft Learn

Regards,

Dane

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.