We have a decent set of unit tests on our code and those unit tests run in under 2 minutes. We also use TeamCity to do a build and to run tests after each check in.However, we still get issues where a
I would love to know if ther开发者_如何学编程e is a way I can get Visual Studio to run unit tests corresponding to a given assembly whenever I build it.
I am trying to configure CruiseControl .net to build our repository code periodically and run the tests included in the so开发者_JS百科lution. I have configured the retrieving code from the svn server
can i make, that when compiling in the adhoc-profile, i made for xcode, pack it into a zip complaining to itunes or an ipa, give it an automatic name (optional ... appname_date_time.zip) and copy it t
My dilemma is that I need to compile a large amount of projects and solutions as per the configuration settings specified in the files. I\'ve found a few different ways to do this, and I\'ve landed on
Does NAnt have the ability to install or uninstall a windows service, using the InstallUt开发者_如何学运维il utility or whatever else?You can call Nant\'s exec task to call InstallUtil and can pass pa
I recently updated the configuration of one of my hudson builds. The build history is out 开发者_如何学Pythonof sync. Is there a way to clear my build history?
I have recently put one of our projects on Hudson using the UCM ClearCase plugin. Hudson works well until a configuration changes and then it hangs at update. In ClearCase the user is prompted and ask
Are there any visual tools for the TFS2010 Build engine? I just don\'t need to know WorkFlowright right now.
I have a nsis script to create an installer package of a tool in .NET, and works fine. The problem is that I want to integrate it in my build system (currently using NANT, but migrating to rake using