ClickOnce, MSBuild and multiple servers.

G

Guest

We're currently getting ready to deploy an application using ClickOnce.
We'll be placing the deployment on two servers. Because the app.config files
will need to point to different servers, we're using the revision number to
indicate which server it came from.

Currently, this means manually changing the version in the IDE and then
publishing to each server. Is there any way to automate this using MSBuild?
After looking around it appears MSbuild might be able to generate the files
for publishing, but they would then need to be copied to the publish site, is
this correct?

Can you specify the version number in the build?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top