microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
253 stars 115 forks source link

Allow Scope to be PTE in continuousDeployment for PTE extensions in Sandbox (enhancement request) #980 #1119

Closed louagej closed 1 week ago

louagej commented 1 week ago

Add setting in DeployTo<environmentname> to define the scope for publishing the app. This allows for the inclusion of PTE-apps installed in the Dev or PTE scope in the environment. The scope can be defined using the "scope": "PTE" parameter.

Fixes #980

freddydk commented 1 week ago

Thanks @louagej - I actually did create a fix for this yesterday myself, here: https://github.com/microsoft/AL-Go/pull/1116

I expect that to be merged this week and a new preview version shipped.

louagej commented 1 week ago

Oh, ok perfect 👍