9d3b2b41a9
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
.github/workflows | ||
.gitignore | ||
README.md | ||
SECURITY.md |
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.