PowerPlatformCICD
PowerPlatformCICD copied to clipboard
A Template and Provisioning process to create a fully automated Build and Deploy Project for the Microsoft Power Platform
PowerPlatformCICD
The base of this template and strategy have been merged into the following project:
Microsoft.Powerplatform.Devops
We wont be maintaining this template.
This is a Template project to create new CDS/D365 Solution leveraging a lighweight framework and CI/CD
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installation
- Right click on Start and select Windows PowerShell (Admin)
- Copy and Paste the following lines of code into the PowerShell window :
Set-ExecutionPolicy Unrestricted -Force
(Invoke-WebRequest https://raw.githubusercontent.com/dylanhaskins/PowerPlatformCICD/master/Provision.ps1 -UseBasicParsing:$true).Content | Out-File .\Provision.ps1
.\Provision.ps1 - Press Enter
- Follow the Instructions
Optional Steps
- Update Plugins and Workflows Projects Namespace and Assembly Names in Properties
- Update Assembly names in Solutions/map.xml to match above change
- Build Solution
- Commit and Sync
Usage
For more details go through the Getting started guide
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
Authors
See also the list of contributors who participated in this project.