I have a NuGet repo that gets a package after each build.I have a REST service that is an extension to the NuGet server that will delete all packages lower than the one specified.The rug that will tie
I have read a couple of posts for instance... http://blogs.msdn.com/b/adamroot/archive/2009/06/17/source-server-and-symbol-server-features-in-team-foundation-server-2010-beta-1.aspx
I need开发者_JAVA技巧 to generate a custom build number for the builds of the TFS server Today I generated build number version with the current datetime (YY + current day of year), like this: build
I have a current build using teambuild/msbuild that I need to integrate a wix compilation into. The Wix project is not part of the solutio开发者_如何学Gon that is being built instead it lives with th
I have a tfs 2008 build that I need to add WiX compliation to. Currently the build executes and compiles and copies all output to a drops location in the following target
My auto builds are running fine, but after some versioning customization,开发者_StackOverflow中文版 the name of the folder for the build is just a ever increasing number (ie, 358,359,360...)
We have TFSDeployer (from Codeplex) installed on our TFS server that facilitates sending notifications when a build quality changes.
I have a build definition in TFS2010, I queue the build manually and set Disable Tests flag to False.
We have a situation where our builds have stopped executing in a stable manner. At a rate of about one every three we receive either TF215096 or TF215097 errors & the Build fails.
I\'ve read this excellent tutorial but somehow this doesn\'t work well for me. I can\'t figure out how开发者_开发百科 to specify the path to my script properly when it\'s in a subdirectory in my sourc