ewingjm / development-hub

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

fix: package template refencing old components #56

Closed ewingjm closed 3 years ago

ewingjm commented 3 years ago

Purpose

Environment variables were removed as a result of #52 but the package template still referenced these old components.

Approach

Removes references to old environment variables. Also refactored to use Capgemini/powerapps-packagedeployer-template as this already handles through configuration some of what our package template was doing through code.

TODOs