From da6d6a003cc6917bd54640d5f09169fb79282e8e Mon Sep 17 00:00:00 2001 From: andersgMSFT <90765077+andersgMSFT@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:22:01 +0100 Subject: [PATCH] Update AL-Go-Settings.json --- .github/AL-Go-Settings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 6f31d9c..de77a67 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -3,11 +3,11 @@ "templateUrl": "https://github.com/microsoft/AL-Go-PTE@PPPreview", "powerPlatformSolutionFolder": "CoffeMR", "environments": [ - "Dev" + "Staging" ], - "DeployToDev": { - "environmentName": "Sandbox", - "companyId": "7368d553-0c5c-ee11-8df4-6045bdc89477", - "ppEnvironmentUrl": "https://org12e71492.crm.dynamics.com/" + "DeployToStaging": { + "environmentName": "staging", + "companyId": "5736fe89-41bc-ee11-907d-6045bdc8c244", + "ppEnvironmentUrl": "https://orgfcb19dd9.crm.dynamics.com/" } }