Octopus Deploy - Part V - Extras
For our fifth post about Octopus Deploy , we'll share some additional information and troubleshooting tips. 1. Visual Studio setup 2. Team Foundation Server setup 3. Octopus Dashboard setup 4. Project Features 5. Extras Troubleshooting Tips Below are some common issues we ran into during the Build setup. If you get a "...NuGet.exe restore ... exited with code 1." error, a possible fix is to clear the NuGet cache on the build server Delete all files in %LocalAppData%\NuGet\Cache If you get a 400 Bad Request error and a "...NuGet.exe push ... exited with code 1." error You may be trying to re-publish the SAME VERSION of the package See the Versioning section below to properly set it up Not all TFS templates seem to work as expected. If you're creating a new build, use the DefaultTemplate.11.1.xaml OR the GitTemplate.12.xaml for GIT-based solution...