使用 Visual Studio 2019 同时发布 ASP.NET MVC Web 应用程序和控制台应用程序

发布于 2025-01-09 13:42:01 字数 332 浏览 0 评论 0原文

抱歉,如果这是问这个问题的错误地方。

在我的项目中,我有一个 ASP.NET MVC Web 应用程序和一个控制台应用程序。当我将 ASP.NET MVC 应用程序部署到服务器时,我可以使用 Visual Studio 2019 中的“发布”选项。

然后,我必须将控制台应用程序设置为“启动项目”,在发布模式下构建该应用程序,然后复制手动将 bin\release 文件夹复制到我的服务器。

是否有任何脚本或代码可以放入 Visual Studio 中的 ASP.NET MVC 应用程序生成事件中,当我发布主 ASP.NET MVC Web 应用程序时,它也会发布控制台应用程序?

Sorry if this is the wrong place to ask this question.

In my project I have an ASP.NET MVC web application and a console application. When I deploy the ASP.NET MVC app to my server, I can just use the "Publish" option in Visual Studio 2019.

I then have to set my console application to "start up project", build that in release mode and then copy the bin\release folder manually to my server.

Is there any script or code that I can put into the ASP.NET MVC application build events in Visual Studio that when I publish the main ASP.NET MVC web application it also publishes the console application?

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

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

发布评论

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