BizTalk 2020 - We changed the BizTalk Server Application deployment project name, which was the same name as the solution name which also matched the BizTalk application name, to something different. Rebuilt solution and synchronise with DevOps, re-deploy the BizTalk application via the DevOps Release pipeline. No errors reported but when we look at the deployed application on the BizTalk 2020 server, it's not got the latest changes we made after changing the deployment project name. (Again no errors reported in the application log either) It looks like changing the name has somehow stopped the release pipeline seeing the latest solution .zip file. Changing the project name back again fixes the issue but what if we want to change the name? Are there some rules on what project name we use here? I.e. Should the project name be the same as the BizTalk application name? Is there something we've missing somewhere in how we changed the project name?
We're running on Windows Server 2016, Visual Studio 2019, BizTalk 2020 Developer edition with CU1.
Appreciate hearing from anyone who has seen this behaviour and might suggest a resolution.
You may try the following items:
https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows?view=azure-devops#replace-an-agent
Path to publish
, to see if you select the correct application project folder.More details of deployment with DevOps in BizTalk Server, you may refer to the following link:
https://learn.microsoft.com/en-us/biztalk/core/configure-automatic-deployment-with-visual-studio-team-services-in-biztalk?redirectedfrom=MSDN