开发者

what happened when we use clickonce publishing

开发者 https://www.devze.com 2023-01-26 03:25 出处:网络
Hi All When We publish a project开发者_StackOverflow中文版 using ClickOnce what happened step by step.

Hi All When We publish a project开发者_StackOverflow中文版 using ClickOnce what happened step by step. In other word when we want doing step using command prompt and manually what shoud we do? Thanks


After your code is compiled, Mage is run twice, once to generate a signed .application file and once to generate a signed .deployment files. After that files are copied to the deployment location (usually a network share).

You may find this question of interest.

0

精彩评论

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