ewingjm / development-hub

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

feat: multi-repo development instances #52

Closed ewingjm closed 3 years ago

ewingjm commented 3 years ago

Purpose

Capturing the Azure DevOps project and extract build definition ID as an environment variable means that a development instance can only be used for a single project/repository. Resolves #32.

Approach

Captures the Azure DevOps project and extract build definition ID per solution. This allows multiple teams/repositories to be developed using the same development instance.

BREAKING CHANGE: extract build definition IDs and projects currently in environment variables will need to be migrated into solution records.

TODOs