I’m running into an issue where my Octopus server is filling up with *.tmp files. It looks like these files date back to the May 19th which is when I installed the 2.4.5 version of Octopus. They were taking up about 20 gigs of space on the servers temp directory.
I was able to open up one of the files and they appear to be temp versions of the nupkg files uploaded by the build process to Octopus’s built in nuget repository.
I think this is a bug in that Octopus should be cleaning up these temp files that are created during a nuget push to the built in server.
I’ve since upgraded to 2.4.7 and it appears that the problem is still occurring.
I’m using the 3.0.23 version of Octopack to push the nuget packages as part of my build process with Teambuild.