You need to prepare to deploy a software deployable package to a test environment.
What are two possible ways to achieve the goal?
Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. In Visual Studio, export the project and upload the project to the asset library.
B. In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
C. In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
D. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.
Explanation:
C: Dynamics Lifecycle Services (LCS) Asset Upload : Upload a software deployable package to an LCS project’s Asset Library. This task is only available as a release pipeline task. It requires an LCS connection to be setup in the Azure DevOps project’s service connections.
D: Deployable packages can be created by using Visual Studio dev tools.
After a deployable package is created, it must be uploaded to the Lifecycle Services (LCS) project’s asset library.
Reference:
https://marketplace.visualstudio.com/items?itemName=Dyn365FinOps.dynamics365-finops-tools