Specifying target platform with CruiseControl.NET?

You could try using the msbuild task instead, which should allow you to do what you want to do... just pass in the appropriate parameters to it. First you will have to set up the configurations in you project file, as outlined here Then you can add several msbuild targets (one for each configuration you want to build) , which will be similar to this one.

You could try using the msbuild task instead, which should allow you to do what you want to do... just pass in the appropriate parameters to it. First you will have to set up the configurations in you project file, as outlined here. Then you can add several msbuild targets (one for each configuration you want to build) , which will be similar to this one: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.

Exe C:\svn\TRUNK\Project Solution. Sln /noconsolelogger /t:Rebuild /p:Configuration=Release 900 C:\Program Files (x86)\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild. Dll I suppose you might be able to do something similar using devenv, but I'm not sure.

Two devenv tasks is also permitted within the tasks block – Pedro Jul 7 '10 at 16:10.

See an answer here: How to specify the platform in devenv build CruiseControl. Net Debug|x86.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions