Hello,

I have several project files, each within their own sub-directory. I need to
compile them all using MSBuild tag in config file of CCnet. But not all of
them referenced to each other. Is it possible to do it using one tag
         <msbuild>

<executable>c:\WINDOWS\Microsoft.NET\Framework\v4.0.30128\MSBuild.exe</executable>
            <workingDirectory>c:\Projects\WTS\</workingDirectory>

<projectFile>TherapyDeviceManager\TherapyDeviceManager.csproj</projectFile>


 
<logger>c:\Programme\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MSBuild.dll</logger>

        </msbuild>

Reply via email to