Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

We have a clickonce application with our team build that is working fine and runs every night. But it is specifically for one customer and as we have almost 40 customers i am just curious if there is some efficient way to use the same build to generate the files for any customer that is desired for us.

the compiling is ofcourse always the same for the project but we use different URL and Assemblies while publishing the clickonce so is there any way that it can be done ??

Any suitable reference or examples in TfsBuild.proj will be really great. we are using TFS 2008.

Thanks in Advance
Posted

1 solution

Hi,

I found these two articles about MSBuild batching that might help you.

MsBuild Batching 1[^]

MsBuild Batching 2[^]

Good luck.

Valery.
 
Share this answer
 
Comments
chouhdary 4-Apr-11 10:45am    
i can see how the batching works... but i am still confused as i am not sure what i am trying to do can be done through it. i will try to make it a bit more clearer by explaining again.

i want the same project to be compiled again for different clients. i-e i need to change the assembly name for different clients and then publish accordingly.So any help in this regard will be great.... i will be really thankful if you can please help me in this... i have try to figure it out but i cannot get anywhere.

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