vardars / ci-factory

Automatically exported from code.google.com/p/ci-factory
1 stars 2 forks source link

Add a LibCheck package #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
LibCheck Download page: 
http://www.microsoft.com/downloads/details.aspx?familyid=4b5b7f29-193... 

Scott Hanselman mentioned that he uses LibCheck as part of his CI 
build process, and it sounds like a great idea (especially for CI 
Factory projects which generate assemblies which are used as 
dependencies by other projects). 

Excerpt from (http://www.hanselman.com/blog/ 
ManagingChangeWithNETAssemblyDiffTools.aspx): 
"We use this tool [LibCheck] to create reports that can be generated 
as part of your Continuous Integration build. The reports can be given 
to Project Owners (non-developers) and downstream consuming developers 
and gives them a very clear picture of what's changed; what should we 
worried about, test harder, and what should we worry less about. It 
also helps catch inadvertent breaking changes."

It would be nice if there was a CI Factory package to easily implement 
similar LibCheck integration/functionality in a CI Factory project.

Original issue reported on code.google.com by justin.w...@gmail.com on 16 Mar 2009 at 8:19