如何在 Jenkins 管道中使用 msbuild 为 ClickOnce 应用程序生成部署 htm

发布于 2025-01-09 13:11:36 字数 545 浏览 0 评论 0原文

我正在尝试使用 Jenkins 中的 msbuild 构建 Windows 应用程序。除了构建之外,我还需要在 Visual Studio 中执行类似于“发布”的任务,以便也生成部署 htm 文件。 我尝试将 /t:Publish 与 msbuild 一起使用,但它没有生成所需的 htm 文件。

还浏览了以下关于从命令行使用 msbuild 的链接。它谈论使用 /t:Publish 但我的 csproj 文件本身没有发布目标。

https://learn.microsoft.com/en-us/visualstudio/deployment/building-clickonce-applications-from-the-command-line?view=vs-2022

在这里寻找一些见解。

I am trying to build a Windows application using msbuild in Jenkins. Along with build I need to perform task similar to "Publish" in Visual Studio so that the deployment htm file also gets generated.
I tried using /t:Publish with msbuild, but it does not generate the required htm file.

Also went through the below link which is about using msbuild from the command line. It talks about using /t:Publish but my csproj file does not have a publish target itself.

https://learn.microsoft.com/en-us/visualstudio/deployment/building-clickonce-applications-from-the-command-line?view=vs-2022

Looking for some insights here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文