Build failing for one of our application

Hi Team,

We use Teamcity to build our application and the Octopack packages it and then upload it to our nuget repository. Once that done Octopus deploys the code to the necessary environment.However from last few days one of our build is throwing the the below mentioned error, all other builds are working fine. We read one of the blog where it said it is something to do with Octopack version hence we degraded the version of our Octopack (3.0.7.1) stil we got the same problem. I have attached the build log for reference.Can you please help us in resolving this issue.

Regards,
Shalmal

Hi Shalmal,

Thanks for getting in touch. It looks like Nuget.Server is throwing an exception when nuget.exe tries to push the package. To see why your nuget server is failing you can take a look at the Event Viewer on the Nuget Server machine (not the build server) and look for Warnings with Task Category “Web Event” that happened at the same time.

For example when I pushed a package to Nuget.Server with no manifest I got the event you can see in the attached photo. That might help you track down what is happening.

Regards,
Mark