开发者

Different ClickOnce deployment URL for each build?

I'm working with C#, VS and ClickOnce. Is there way to specify which URL the ClickOnce should publish to based on the build name? Say I have Build X and Build Y - whenever I select to publish Build X, I want the ClickOnce URL field to be pre-populated with a URL just for Build 开发者_Go百科X and when I select Build Y, it's pre-populated just for Build Y. Right now it just has the URL for whatever was published more recently.


I don't know of a way to change the URL in visual studio programmatically. You could do the build using msbuild and sign the deployment using mage, and automate it this way.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜