Re: Jenkins-TFS-MSBuild

2012-12-05 Thread Tan Yeong Sheng
check that the node that you are running the build on has ms sdk v7.1. you need to update the registry to point to the newer sdk. ms sdk 7.0A just won't cut On Dec 6, 2012 4:25 AM, "dmatrix" wrote: > Hello, I'm new to Jenkins. > > I have MSBuild and TFS server plug-ins installed. I could run msb

Re: Jenkins-TFS-MSBuild

2012-12-05 Thread Slide
Can you post your log output and possibly the pertinent settings for the msbuild plugin that you have setup? On Wed, Dec 5, 2012 at 1:25 PM, dmatrix wrote: > Hello, I'm new to Jenkins. > > I have MSBuild and TFS server plug-ins installed. I could run msbuild > command line and my project is su

Jenkins-TFS-MSBuild

2012-12-05 Thread dmatrix
Hello, I'm new to Jenkins. I have MSBuild and TFS server plug-ins installed. I could run msbuild command line and my project is succeeded, but on Jenkins it keeps giving me error MSB1008 or MSB1009. What is the right configuration for Jenkins/Build/Build a VS project/MSBuild Build File? My .s