Azure DevOps: Classic Editor for Azure Build & Release Pipelines

Create build pipeline

  1. Login to DevOps
    PrasadPdevops
  2. Select the project where you want to create Pipelines.
  3. Click on Pipelines in the left Navigation.
    Pipelines
  4. Click on New Pipeline
    New pipeline
  5. Click on Use the classic editor to create a pipeline without YAML.
    Connect
  6. Select Source as Azure Repos Git, select Team project, repository, and Branch, and click on Continue.Azure repos git
  7. Select a template as EMPTY JOB
    Empty job
  8. Provide the Name of the pipeline as you wish and Click on the + icon( Add a task to agent job)
    Azure Devops
  9. Search with the Power Platform tool installer and click on add.
    Tasks
  10. Again click on on + icon( Add a task to agent job) search with “Power Platform Export Data” and click on add.Get sources
  11.  Again click on on + icon( Add a task to agent job) search with “Publish Build Artifacts” and click on add.Publish build artifacts
  12. Click on Power Platform Export data and update the settings.
    Power platform export data
  13. Provide the Display name of the Build pipeline, select authentication type =Service Principle/Client secrete(Support MFA), and also fill in the details below and Click on Save & Queue
  14. Provide Service Connection name(Source environment Name)
  15. Environment URL(from where you want to export the solution)
  16. Solution Name
  17. Solution Output file.
  18. Target Version Name
    Summary
  19. Now, we have successfully created the Build Pipeline.

Create release pipeline

  1. Login to DevOps
    COE Demo
  2. Select the project where you want to create Pipelines.
  3. Click on Pipelines in the left Navigation.
    Click on the pipeline
  4. Click on New Pipelineà Select Releasesà Click on Create Release
    Select release
  5. Select the “Stages for a trigger change from automated to manual.” As the target environment name provides a description and click on CreateClick on create
  6. Add power platform tool installer and Power Platform Import Solution
  7. Note. Power Platform Export solution (For Build Pipeline), Power Platform Import Solution(For Release pipeline), and there won't be any Publish artifact drop for Release Pipeline
  8. Provide the Display name of the Build pipeline, select authentication type =Service Principle/Client secrete(Support MFA) and also fill below details and Click on Save & Queue
  9. Provide Service Connection name (Target environment name)
  10. Environment URL(To where you want to import solution)
  11. Solution Name
  12. Solution Output file.
  13. Target Version Name
    Power platform import solution coesample
  14. Click on Save.
  15. Now you were able to create a Release pipeline also.

Thanks.!!


Similar Articles