Re: continuous integration for DOTNET using Jenkins and GIT

2015-06-18 Thread lpkrovi
hi, we need to do automated regression testing for .net application in jenkins. my question is if we want to do regression test for .NET applicatio,do we need to request developer write test cases to run automated test in jenkins? could you please let me know steps how can we do ? On Wednes

Re: continuous integration for DOTNET using Jenkins and GIT

2015-05-27 Thread Mark Waite
Or, just admit that installing Visual Studio on your build machine is simpler and easier than reworking your build environment to not depend on it. If you modify the build to not depend on Visual Studio, you may break the developers, or require that they work with less than the full features of Vi

Re: continuous integration for DOTNET using Jenkins and GIT

2015-05-27 Thread Slide
It looks like the project you are building is using specific stuff from the Visual Studio msbuild stuff. You may need to rework your project files for them to build correctly without Visual Studio installed. On Wed, May 27, 2015 at 11:11 AM wrote: > Hi > when am trying to build dot net applicat

Re: continuous integration for DOTNET using Jenkins and GIT

2015-05-27 Thread lpkrovi
Hi when am trying to build dot net application am getting bellow error *error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found.* * in jenkins *Under the Build section click the “Add b

Re: continuous integration for DOTNET using Jenkins and GIT

2015-05-27 Thread Mark Waite
I think you've asked for too much detail for a mailing list posting. You might start with http://justinramel.com/2013/01/15/5-minute-setup/ and review the material there, or you might start with the Jenkins wiki pages like https://wiki.jenkins-ci.org/display/JENKINS/MSBuild+Plugin I've run ShareP

continuous integration for DOTNET using Jenkins and GIT

2015-05-27 Thread lpkrovi
Hi, I am using GIT and jenkin for continuous integration. my jenkins and GIT installed in linux,& want to build dot net application in jenkins . could you please let me know the steps automated Continuous integration for dotnet application.(include regression testing,code review,code covera