ewingjm / development-hub

A continuous integration solution for Power Apps.
MIT License
35 stars 8 forks source link

feat!: parallel solution merges #91

Open ewingjm opened 3 years ago

ewingjm commented 3 years ago

Purpose

Closes #88.

Approach

Ephemeral extract environments will be created and deleted automatically if a solution has a merge strategy of 'Parallel'. A merge strategy of 'Sequential' continues to behave in the same way as previously. A parallel merge strategy requires solution versions to be set as part of a CI pipeline.

This pull request includes a number of improvements and breaking changes.

TODOs