diff --git a/Main App/.AL-Go/settings.json b/Main App/.AL-Go/settings.json index 70b3a93..12888da 100644 --- a/Main App/.AL-Go/settings.json +++ b/Main App/.AL-Go/settings.json @@ -16,5 +16,19 @@ ] }, "generateDependencyArtifact": true, - "RepoVersion": "4.8" + "RepoVersion": "4.8", + "useCompilerFolder": true, + "installApps": [ + "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 }}" + ] }