microsoft / powerplatform-actions

Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings File not created when solution is exported

karlrissland opened this issue · comments

When you export a solution, need to check if there are environment variables defined, and if so, create the settings-file so you can modify environment specific parameters as you roll from one environment to another.

Import should not only support supplying a settings file, it should allow you to override environment variables inline, much like the Azure Resource Manager actions do.

There is pac solution create-settings which can be used after export.