使用 Visual Studio 2019 同时发布 ASP.NET MVC Web 应用程序和控制台应用程序
抱歉,如果这是问这个问题的错误地方。
在我的项目中,我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论