Click here to Skip to main content
15,881,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi folks,

here's the setting:

We're developing an extension for an ERP software and supporting different versions of it.
Each supported version needs different references. Today, we have four Visual Studio solutions to support four versions of the ERP software.

Is there a possibility to automate the build process with one solution and rotating referenced assemblies? E.g. with a nightly build?

I think NAnt or Jenkins could do so, but I couldn't find a helpful answer for this particular topic.

Thanks! :)
Posted

1 solution

Create four projects in the solution, each having the specific settings appropriate to the target assembly. Then when you start a build of the solution it will build all the projects.
 
Share this answer
 
Comments
dersaartan 23-Oct-15 4:01am    
The solution contains already five projects (the software project is separated into five libraries). This would lead to 20 sub projects within the solution :)
Richard MacCutchan 23-Oct-15 4:02am    
Then use a batch file which gets started by the Windows scheduler.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900