Friday, December 21, 2018

Configure your Lifecycle Services project to connect to Azure DevOps

Configure your Lifecycle Services project to connect to Azure DevOps


1.    Navigate to LCS project, go to the Project settings tile, select Visual Studio Team Services à click - Setup Visual Studio Team Services button.
Note: if you have already configured LCS to connect to your Azure DevOps project, you can skip this section.
2.    Enter the root URL for your Azure DevOps account and the access token created earlier, and then click Continue.
3.    Select VSTS service project within your Azure DevOps account that you want to connect to, and click Continue
4.    On the Review and save page, click Save.

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...