From b04a756b70962bed674ce9efb450155819a45051 Mon Sep 17 00:00:00 2001 From: andersgMSFT <90765077+andersgMSFT@users.noreply.github.com> Date: Thu, 2 Nov 2023 07:08:09 +0100 Subject: [PATCH] Update AL-Go-Settings.json --- .github/AL-Go-Settings.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index b1e041e..6f31d9c 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -1,4 +1,13 @@ { "type": "PTE", - "templateUrl": "https://github.com/microsoft/AL-Go-PTE@PPPreview" + "templateUrl": "https://github.com/microsoft/AL-Go-PTE@PPPreview", + "powerPlatformSolutionFolder": "CoffeMR", + "environments": [ + "Dev" + ], + "DeployToDev": { + "environmentName": "Sandbox", + "companyId": "7368d553-0c5c-ee11-8df4-6045bdc89477", + "ppEnvironmentUrl": "https://org12e71492.crm.dynamics.com/" + } }