简体   繁体   English

BizTalk 2013R2 / VS 2013 - 与其他服务器的兼容性和部署

[英]BizTalk 2013R2 / VS 2013 - Compatibility & Deployment to other servers

In the process of evaluating the way we develop and deploy apps to our 2 environments (Test & Live).在评估我们开发应用程序并将应用程序部署到我们的 2 个环境(测试和实时)的过程中。 Current setup:当前设置:

Test Server with VS 2013 and BizTalk 2013R2 installed (all app dev is done here, tested and then exported to MSI and installed on Live BizTalk server)安装了 VS 2013 和 BizTalk 2013R2 的测试服务器(所有应用程序开发都在这里完成,测试然后导出到 MSI 并安装在 Live BizTalk 服务器上)

Intended setup:预期设置:

Local Developer Desktops would have VS 2013 and BizTalk 2013R2 installed, with app development development done locally.本地开发人员桌面将安装 VS 2013 和 BizTalk 2013R2,并在本地完成应用程序开发。 Apps would then be deployed to Test Server for QA, and finally exported as MSI across to Live Server.然后将应用程序部署到测试服务器进行 QA,最后作为 MSI 导出到 Live Server。

Questions;问题;

  • Can you deploy from a local desktop to a network/server location?您可以从本地桌面部署到网络/服务器位置吗?
  • Do you have to develop in VS 2013 to deploy to Biz 2013 R2, or are the compatibility settings in VS 2019 that you can configure to emulate VS 2013?您是否必须在 VS 2013 中开发才能部署到 Biz 2013 R2,或者是否可以配置 VS 2019 中的兼容性设置来模拟 VS 2013?

Can you deploy from a local desktop to a network/server location?您可以从本地桌面部署到网络/服务器位置吗?

No, you cannot deploy from Visual Studio to another server.不,您不能从 Visual Studio 部署到另一台服务器。 What you can do however is to create a build server that gets the code from source control, and creates a MSI package, that is then pushed out to your target server via tools such as Microsoft DevOps, BTDF, Octopus Deploy, Power Shell scripting etc.但是,您可以做的是创建一个构建服务器,从源代码管理中获取代码,并创建一个 MSI 包,然后通过 Microsoft DevOps、BTDF、Octopus Deploy、Power Shell 脚本等工具将其推送到您的目标服务器.

Automating your build and deployment reduces a lot of risks.自动化构建和部署可以降低很多风险。

Do you have to develop in VS 2013 to deploy to Biz 2013 R2, or are the compatibility settings in VS 2019 that you can configure to emulate VS 2013?您是否必须在 VS 2013 中开发才能部署到 Biz 2013 R2,或者是否可以配置 VS 2019 中的兼容性设置来模拟 VS 2013?

Each version of BizTalk needs to be developed in a specific version of Visual Studio with the appropriate BizTalk SDK installed.每个版本的 BizTalk 都需要在安装了相应 BizTalk SDK 的特定版本的 Visual Studio 中进行开发。 So no, you cannot use Visual Studio 2019 for BizTalk 2013 R2.所以不,您不能将 Visual Studio 2019 用于 BizTalk 2013 R2。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM