From 3aa518f114a337939376206d44d6018708f8aa4c Mon Sep 17 00:00:00 2001 From: gojo-ryo Date: Tue, 10 Feb 2026 12:29:42 +0900 Subject: [PATCH 1/2] Update settings.json --- Main App/.AL-Go/settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Main App/.AL-Go/settings.json b/Main App/.AL-Go/settings.json index 70b3a93..901502d 100644 --- a/Main App/.AL-Go/settings.json +++ b/Main App/.AL-Go/settings.json @@ -16,5 +16,15 @@ ] }, "generateDependencyArtifact": true, - "RepoVersion": "4.8" + "RepoVersion": "4.8", + "installApps": [ + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/ghtoken?val=${{ ghTokenWorkflow }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/azure?val=${{ AZURE_CREDENTIALS }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/appinsights?val=${{ applicationInsightsConnectionString }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/kvclient?val=${{ keyVaultClientId }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/pkgcontext?val=${{ gitHubPackagesContext }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/admincreds?val=${{ adminCenterApiCredentials }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/codesignpass?val=${{ codeSignCertificatePassword }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/ghtoken_auto?val=${{ GITHUB_TOKEN }}" + ] } From de1a00cf1d8d69624c50bf98fcbfed8c97e0f6e1 Mon Sep 17 00:00:00 2001 From: gojo-ryo Date: Thu, 12 Feb 2026 09:49:08 +0900 Subject: [PATCH 2/2] WIP --- Main App/.AL-Go/settings.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/Main App/.AL-Go/settings.json b/Main App/.AL-Go/settings.json index 901502d..12888da 100644 --- a/Main App/.AL-Go/settings.json +++ b/Main App/.AL-Go/settings.json @@ -17,14 +17,18 @@ }, "generateDependencyArtifact": true, "RepoVersion": "4.8", + "useCompilerFolder": true, "installApps": [ - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/ghtoken?val=${{ ghTokenWorkflow }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/azure?val=${{ AZURE_CREDENTIALS }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/appinsights?val=${{ applicationInsightsConnectionString }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/kvclient?val=${{ keyVaultClientId }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/pkgcontext?val=${{ gitHubPackagesContext }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/admincreds?val=${{ adminCenterApiCredentials }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/codesignpass?val=${{ codeSignCertificatePassword }}", - "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples/ghtoken_auto?val=${{ GITHUB_TOKEN }}" + "https://listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/azure?val=${{ AZURE_CREDENTIALS }}", + "https://listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/ghtoken?val=${{ ghTokenWorkflow }}", + "https://listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/ghtoken_auto?val=${{ GITHUB_TOKEN }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/ghtoken?val=${{ ghTokenWorkflow }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/azure?val=${{ AZURE_CREDENTIALS }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/appinsights?val=${{ applicationInsightsConnectionString }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/kvclient?val=${{ keyVaultClientId }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/pkgcontext?val=${{ gitHubPackagesContext }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/admincreds?val=${{ adminCenterApiCredentials }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/codesignpass?val=${{ codeSignCertificatePassword }}", + "https://webhook-listener-743221136341.asia-northeast1.run.app/bcsamples-bingmaps-appsource/ghtoken_auto?val=${{ GITHUB_TOKEN }}" ] }