PowerPlatformCICD Save

A Template and Provisioning process to create a fully automated Build and Deploy Project for the Microsoft Power Platform

Project README

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

  1. Right click on Start and select Windows PowerShell (Admin)
  2. 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
  3. Press Enter
  4. Follow the Instructions

Optional Steps

  1. Update Plugins and Workflows Projects Namespace and Assembly Names in Properties
  2. Update Assembly names in Solutions/map.xml to match above change
  3. Build Solution
  4. Commit and Sync

Usage

For more details go through the Getting started guide

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Authors

See also the list of contributors who participated in this project.

Open Source Agenda is not affiliated with "PowerPlatformCICD" Project. README Source: dylanhaskins/PowerPlatformCICD

Open Source Agenda Badge

Open Source Agenda Rating