Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Symbol server 404



  • I'm getting a 404 when trying to push symbols to the symbol server URL.

    Command:

    dotnet nuget push **\TestProject.*.nupkg
            --api-key %PROGET_API_KEY%
            --source https://proget.myserver.com/nuget/equestria/
            --symbol-source https://proget.myserver.com/symbols/myfeed
    

    Output:

    info : Pushing TestProject.1.0.0.nupkg to 'https://proget.myserver.com/nuget/myfeed'...
    info :   PUT https://proget.myserver.com/nuget/myfeed/
    info :   Created https://proget.myserver.com/nuget/myfeed/ 492ms
    info : Your package was pushed.
    info : Pushing TestProject.1.0.0.symbols.nupkg to 'https://proget.myserver.com/symbols/myfeed'...
    info :   PUT https://proget.myserver.com/symbols/myfeed/
    info :   NotFound https://proget.myserver.com/symbols/myfeed/ 17ms
    error: Response status code does not indicate success: 404 (Not Found).
    

    Product: ProGet
    Version: 5.1.22



  • Looks like ProGet handles it properly if I just push both to the main feed URL.



  • Please check the Symbol and Source Server; basically you will want to use a symbols feed.

    The /symbols endpoint is not a Nuget feed, so you can't push packages to it.


Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation