Skip to main content

First Azure DevOps Task Released!

We are happy to announce our first release of an Azure DevOps task in the Visual Studio Marketplace to support Dynamics 365 for Finance and Operations ALM processes. We have more tasks and features planned, and we will continue to publish updates and features as well as new tasks as they become available.

This first release contains a single task that can be used in a Release pipeline to upload your software deployable package to a project's asset library in Dynamics Lifecycle Services (LCS). As this task is being released, the team is hard at work to create the next task which will allow customers and partners to deploy a specific asset from the asset library into their environment, which will complete a set of two tasks to allow continuous deployment for X++ developers!

We realize documentation is needed so we are also working on adding detailed documentation for these tasks on our docs website. For those who can't wait, the only detail that may not be intuitive and requires some specifics is the need for an application registration in Azure Active Directory for your Azure DevOps to connect to LCS. For the tenant used for the LCS project in question, you need to register a native application in Azure AD and give "Dynamics Lifecycle services" API permission as per this documentation (we recommend using the new preview app registration feature). Ensure the user you will use for the connection has access to the project, as well as granted consent for the application registration in Azure AD. Review the consent documentation to enable a specific user, or grant admin consent for the whole tenant.

Also note that the release task can execute on a hosted agent and doesn't require a build VM or otherwise private agent. When using hosted agents, make sure to use the latest host ("Host VS2017").

Comments

*This post is locked for comments

  • JustZM Profile Picture JustZM 948
    Posted at
    Hi Joris dG Might I have steps for how to set details. So when I run build pipeline, the deploy package can be saved to LCS' Asset library. I do not why when I run build pipeline, the package deploy to the test environment immediately. Best Regards, JustZM
  • Martin Rasmussen Profile Picture Martin Rasmussen 15
    Posted at
    There is currently no solution to my problem. The challenge is that the hosted agents in DevOps has a hardcoded timeout on 60 minutes. However, you can configure your own agents and make it work again.