This is a template repo. it contains the workflow files for Continuous Integration(CI) & Continuous Deployment(CD) of the Power Platform Solutions.
Перейти к файлу
microsoft-github-policy-service[bot] 9d3b2b41a9
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 18:16:37 +00:00
.github/workflows Tested yml file changes checkin 2020-10-28 18:55:39 +05:30
.gitignore Initial commit 2020-09-22 16:34:24 +00:00
README.md Update README.md 2021-01-27 23:34:49 +05:30
SECURITY.md Microsoft mandatory file 2023-06-02 17:04:10 +00:00

README.md

Workflows

  • deploy-PPSolution-to-test.yml : Used to move solution from developer environment to test environment using build environment to test the packaging and dependencies.
  • deploy-PPSolution-to-prod.yml : Used to move managed solution artifact created from deploy-PPSolution-to-test.yml to production environment
  • deploy-PPSolution-to-dev.yml : Used to import solutions from any target environment to development environment.

More details on workflows in this wiki.

Workflows mainly uses the microsoft/powerplatform-actions.

For triggering workflow manually you can follow this documentation.