Browse by Tags

403 and 413 errors when publishing to a local Nuget Server
Wed, Oct 31 2012 7:03
We have an internal Nuget Server we use to manage our software packages. As part of our upgrade to TFS2012 this needed to be moved to a new server VM and I took the chance to upgrade it from 1.7 to 2.1. The problem Now we had had a problem that we could publish to the server via a file copy to its underlying Packages folder (a UNC share) but could never publish... Read More...
Using an internal Nuget server to manage the Typemock assembly references.
Mon, Aug 6 2012 4:38
In my last post I discussed the process I needed to go through to get Typemock Isolator running under TFS 2012. In this process I used the Auto Deploy feature of Isolator. However this raised the  question of how to manage the references within projects. You cannot just assume the Typemock assemblies are in the GAC, they are not on the build box using auto... Read More...
Using Nuget and TFS Build 2010
Mon, Oct 17 2011 5:38
At one of our recent events I was asked if I had any experience using Nuget within a TFS 2010 build. At the time I had not, but I thought it worth a look. For those of you who don’t know Nuget is a package manager that provides a developer with a way to manage assembly references in a project for assemblies that are not within their solution. It is most commonly... Read More...