MSBUILD error where folder contains more than one solution file
问题 I'm trying to set up CCNET and I've run into a problem. My builds are failing and I'm getting this error MSBUILD : error MSB1011: Specify which project or solution file to use because this folder contains more than one project or solution file. In my configuration file ccnet.config my msbuild block is as follows <msbuild> <executable>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe</executable> <workingDirectory>C:\example\directory</workingDirectory> <projectFile>ExampleSolution.sln