Microsoft.Powerplatform.Devops
This is a Template project to create new CDS/D365 Solution leveraging a lighweight framework and CI/CD
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- 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
- 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
For more details go through the Getting started guide
- 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
See also the list of contributors who participated in this project.