Dear Team,
In my project folder structure - I have a Src folder. This Src folder contains no. of solution files (.sln). A .sln file can belongs to SSIS projects set, A web projects set, A WCF projects set or A SQL Server database projects set.
I am using File / FileSet Interator to get all solution file details by poiniting my Src folder. Now I want to compile each and every solution file one by one using Build VS.NET Solution action. Consider that each solution type has different configuration settings like Release|Any CPU , Development|Any CPU etc.
Now I want to change configuration setting of Build VS.NET Solution action at run time based on solution file type. How I can achive this? Consider that I can't create a common configuration for all solution type.
I attached a screen shot of action sequence.
It would be great if you can reply earliest with proper example because We have to give Final Builder demo to our configuration management team to automate the process of compilation and deployment.