All Projects → dylanhaskins → PowerPlatformCICD

dylanhaskins / PowerPlatformCICD

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

Programming Languages

C#
18002 projects
powershell
5483 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to PowerPlatformCICD

development-hub
A continuous integration solution for Power Apps.
Stars: ✭ 21 (-32.26%)
Mutual labels:  dynamics-365, dynamics365, powerplatform
Innofactor.Crm.CI
DevOps tools for Microsoft Dynamics 365
Stars: ✭ 23 (-25.81%)
Mutual labels:  dynamics-365, devops-tools, dynamics365
cds-for-code
VSCode extension for working with Microsoft Common Data Service (CDS)
Stars: ✭ 22 (-29.03%)
Mutual labels:  dynamics-365, dynamics365
PowerPlatformAF
Power Platform Adoption Framework
Stars: ✭ 97 (+212.9%)
Mutual labels:  dynamics365, powerplatform
Microsoft.Xrm.DevOps.Data
This library provides an easy way to generate filtered data compatible with the Configuration Data Migration Tool. These zip files can be used to push specific records between Dynamics 365 environments using the Dynamics 365 Package Deployer.
Stars: ✭ 20 (-35.48%)
Mutual labels:  dynamics-365, devops-tools
php-crm-toolkit
Dynamics CRM Toolkit for PHP
Stars: ✭ 94 (+203.23%)
Mutual labels:  dynamics-365
Dynamics365BulkSolutionExporter
[Work In Progress] Take backup of whole D365 organization or export multiple solutions.
Stars: ✭ 30 (-3.23%)
Mutual labels:  dynamics-365
Xrm-Quick-Edit
A Dynamics CRM Add-In for speeding up tasks such as translating or toggling field security on or off
Stars: ✭ 13 (-58.06%)
Mutual labels:  dynamics-365
xrm-mock
📚 A fake implementation of the Xrm object model. Written in TypeScript against @types/xrm definitions.
Stars: ✭ 64 (+106.45%)
Mutual labels:  dynamics-365
Daxif
A framework for automating a lot of xRM development processses. By using simple F# script commands/files one can save a lot of time and effort during this process by using Delegates DAXIF# library.
Stars: ✭ 37 (+19.35%)
Mutual labels:  dynamics-365
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (-9.68%)
Mutual labels:  powershell-script
xrm-mock-generator
📖  Generates a mock Xrm.Page object. Commonly used by xrm-mock to test Dynamics 365 client-side customisations.
Stars: ✭ 15 (-51.61%)
Mutual labels:  dynamics-365
DynamicsNode
Create simple scripts to interact with Dynamics CRM using Node.js
Stars: ✭ 27 (-12.9%)
Mutual labels:  dynamics-365
PCF-Controls
Repos of Powerapps Component Framework (PCF) Controls
Stars: ✭ 33 (+6.45%)
Mutual labels:  dynamics365
xterrafile
XTerrafile is a Go tool for managing vendored modules and formulas using a YAML file
Stars: ✭ 66 (+112.9%)
Mutual labels:  devops-tools
crm-powerbi-viewer
Embed tiles and reports from Power BI into Dynamics CRM Forms and Dashboards.
Stars: ✭ 24 (-22.58%)
Mutual labels:  dynamics-365
D365FONinjaDevTools
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
Stars: ✭ 70 (+125.81%)
Mutual labels:  dynamics-365
kube-plugins
a repository for plugins for kubernetes
Stars: ✭ 26 (-16.13%)
Mutual labels:  devops-tools
ansibleconnect
Connect to all hosts from the inventory with one command
Stars: ✭ 25 (-19.35%)
Mutual labels:  devops-tools
angular-xrm-webresource
Building Dynamics 365 WebResources with angular 4
Stars: ✭ 27 (-12.9%)
Mutual labels:  dynamics-365

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].