Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: When installApps mentioned, does the script stop looking for dependent apps online? #1498

Open
canatestheta opened this issue Mar 10, 2025 · 6 comments
Assignees
Labels
Fix Ready Fix Ready question Further information is requested

Comments

@canatestheta
Copy link

Question

Hi all,

I have an app im trying to onboard with AL.Go. This is an appsource app. It has 4 dependencies. 3 of them are easily available in Nuget packages and if i do not mention any InstallApps parameter at all, CICD is smart enough to find relevant version, install, no issues for them.
One of the dependencies is bit more complicated. The version i need is not available on the web and we only have .app of it. Long story short, i've uploaded relevant .app file to my repo and i've mentioned the path to the .app in settings file with installApps param.

When i mention installApps even for a single app, script stops looking for anything else in nuget packages.

Is this on purpose? Is this a feature? Is there a way to make CICD script still look for dependencies online like it would if i didn't mention any installApps, but still install the apps mentioned as well?

Thanks!

@canatestheta canatestheta added the question Further information is requested label Mar 10, 2025
@freddydk
Copy link
Contributor

InstallApps shouldn't affect other dependencies, however... - it might be that dependencies from the app you mention in InstallApps aren't searched for - is that the problem you are seeing?
Could you include the log for us to see what's happening?

@canatestheta
Copy link
Author

Hey @freddydk
No it stops searching for any dependency online at all, when i have a single app in installApps.
If i remove installapps parameter entirely, it scans nuget and finds & installs the dependencies.

2025-03-10T21:34:46.0154509Z ##[group]Operating System
2025-03-10T21:34:46.0155665Z Microsoft Windows Server 2022
2025-03-10T21:34:46.0156598Z 10.0.20348
2025-03-10T21:34:46.0157321Z Datacenter
2025-03-10T21:34:46.0158022Z ##[endgroup]
2025-03-10T21:34:46.0158742Z ##[group]Runner Image
2025-03-10T21:34:46.0159588Z Image: windows-2022
2025-03-10T21:34:46.0160343Z Version: 20250303.1.0
2025-03-10T21:34:46.0162036Z Included Software: https://github.com/actions/runner-images/blob/win22/20250303.1/images/windows/Windows2022-Readme.md
2025-03-10T21:34:46.0164421Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20250303.1
2025-03-10T21:34:46.0165936Z ##[endgroup]
2025-03-10T21:34:46.0166764Z ##[group]Runner Image Provisioner
2025-03-10T21:34:46.0167790Z 2.0.422.1
2025-03-10T21:34:46.0168476Z ##[endgroup]
2025-03-10T21:34:46.0170232Z ##[group]GITHUB_TOKEN Permissions
2025-03-10T21:34:46.0172522Z Actions: read
2025-03-10T21:34:46.0173812Z Contents: read
2025-03-10T21:34:46.0174715Z Metadata: read
2025-03-10T21:34:46.0175560Z ##[endgroup]
2025-03-10T21:34:46.0179293Z Secret source: Actions
2025-03-10T21:34:46.0180377Z Prepare workflow directory
2025-03-10T21:34:46.0838848Z Prepare all required actions
2025-03-10T21:34:46.0892023Z Getting action download info
2025-03-10T21:34:46.2845377Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683)
2025-03-10T21:34:46.5104036Z Download action repository 'microsoft/AL-Go-Actions@v6.3' (SHA:7a00f26de7ada9e387071c5ac63a4850207e6c87)
2025-03-10T21:34:46.7912046Z Download action repository 'actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57' (SHA:1bd1e32a3bdc45362d1e726936510720a7c30a57)
2025-03-10T21:34:47.2474791Z Download action repository 'actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08' (SHA:65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08)
2025-03-10T21:34:47.8654536Z Getting action download info
2025-03-10T21:34:47.9667762Z Download action repository 'actions/download-artifact@v4' (SHA:cc203385981b70ca67e1cc392babf9cc229d5806)
2025-03-10T21:34:48.3211356Z Uses: thetanz/d365-advanced-landed-cost/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (7a986035b50dd3cd3eb29f02914a84c8e52409c8)
2025-03-10T21:34:48.3214664Z ##[group] Inputs
2025-03-10T21:34:48.3215462Z   shell: powershell
2025-03-10T21:34:48.3216247Z   runsOn: "windows-latest"
2025-03-10T21:34:48.3217217Z   checkoutRef: 7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:34:48.3218227Z   project: .
2025-03-10T21:34:48.3218980Z   projectName: advanced-landed-cost
2025-03-10T21:34:48.3219911Z   projectDependenciesJson: {".":[]}
2025-03-10T21:34:48.3220797Z   buildMode: Default
2025-03-10T21:34:48.3221565Z   baselineWorkflowRunId: 0
2025-03-10T21:34:48.3224543Z   secrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString
2025-03-10T21:34:48.3228102Z   artifactsRetentionDays: 0
2025-03-10T21:34:48.3228971Z   artifactsNameSuffix: 
2025-03-10T21:34:48.3230044Z   signArtifacts: true
2025-03-10T21:34:48.3230826Z   useArtifactCache: true
2025-03-10T21:34:48.3231615Z ##[endgroup]
2025-03-10T21:34:48.3232770Z Complete job name: Build advanced-landed-cost (Default) / advanced-landed-cost (Default)
2025-03-10T21:34:48.4518830Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2025-03-10T21:34:48.4520755Z with:
2025-03-10T21:34:48.4521514Z   ref: 7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:34:48.4522443Z   lfs: true
2025-03-10T21:34:48.4523281Z   repository: thetanz/d365-advanced-landed-cost
2025-03-10T21:34:48.4525422Z   token: ***
2025-03-10T21:34:48.4526142Z   ssh-strict: true
2025-03-10T21:34:48.4526857Z   ssh-user: git
2025-03-10T21:34:48.4527590Z   persist-credentials: true
2025-03-10T21:34:48.4528399Z   clean: true
2025-03-10T21:34:48.4529165Z   sparse-checkout-cone-mode: true
2025-03-10T21:34:48.4532168Z   fetch-depth: 1
2025-03-10T21:34:48.4532888Z   fetch-tags: false
2025-03-10T21:34:48.4533614Z   show-progress: true
2025-03-10T21:34:48.4534361Z   submodules: false
2025-03-10T21:34:48.4535106Z   set-safe-directory: true
2025-03-10T21:34:48.4536286Z env:
2025-03-10T21:34:48.4536947Z   ALGoOrgSettings: 
2025-03-10T21:34:48.4537720Z   ALGoRepoSettings: 
2025-03-10T21:34:48.4538457Z ##[endgroup]
2025-03-10T21:34:49.3652658Z Syncing repository: thetanz/d365-advanced-landed-cost
2025-03-10T21:34:49.3654646Z ##[group]Getting Git version info
2025-03-10T21:34:49.3655587Z Working directory is 'D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost'
2025-03-10T21:34:49.6138951Z [command]"C:\Program Files\Git\bin\git.exe" version
2025-03-10T21:34:49.7108287Z git version 2.48.1.windows.1
2025-03-10T21:34:49.8129752Z [command]"C:\Program Files\Git\bin\git.exe" lfs version
2025-03-10T21:34:52.1963954Z git-lfs/3.6.1 (GitHub; windows amd64; go 1.23.3; git ea47a34b)
2025-03-10T21:34:52.2035215Z ##[endgroup]
2025-03-10T21:34:52.2136813Z Temporarily overriding HOME='D:\a\_temp\f7ffd711-18ce-4bde-b6e4-52206c210a92' before making global git config changes
2025-03-10T21:34:52.2140127Z Adding repository directory to the temporary git global config as a safe directory
2025-03-10T21:34:52.2151815Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost
2025-03-10T21:34:52.2847386Z Deleting the contents of 'D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost'
2025-03-10T21:34:52.2852135Z ##[group]Initializing the repository
2025-03-10T21:34:52.2863300Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost
2025-03-10T21:34:52.4070729Z Initialized empty Git repository in D:/a/d365-advanced-landed-cost/d365-advanced-landed-cost/.git/
2025-03-10T21:34:52.4110415Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/thetanz/d365-advanced-landed-cost
2025-03-10T21:34:52.4706424Z ##[endgroup]
2025-03-10T21:34:52.4725137Z ##[group]Disabling automatic garbage collection
2025-03-10T21:34:52.4727852Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2025-03-10T21:34:52.4944816Z ##[endgroup]
2025-03-10T21:34:52.4945709Z ##[group]Setting up auth
2025-03-10T21:34:52.4965009Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2025-03-10T21:34:52.5213751Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2025-03-10T21:34:54.1101724Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-03-10T21:34:54.1345304Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2025-03-10T21:34:54.6000739Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2025-03-10T21:34:54.6235561Z ##[endgroup]
2025-03-10T21:34:54.6270526Z [command]"C:\Program Files\Git\bin\git.exe" lfs install --local
2025-03-10T21:34:55.0324672Z Updated Git hooks.
2025-03-10T21:34:55.0325152Z Git LFS initialized.
2025-03-10T21:34:55.0395058Z ##[group]Fetching the repository
2025-03-10T21:34:55.0422290Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:34:56.9999268Z From https://github.com/thetanz/d365-advanced-landed-cost
2025-03-10T21:34:57.0000576Z  * branch            7a986035b50dd3cd3eb29f02914a84c8e52409c8 -> FETCH_HEAD
2025-03-10T21:34:57.0264670Z ##[endgroup]
2025-03-10T21:34:57.0269981Z ##[group]Determining the checkout info
2025-03-10T21:34:57.0279829Z ##[endgroup]
2025-03-10T21:34:57.0282008Z ##[group]Fetching LFS objects
2025-03-10T21:34:57.0283311Z [command]"C:\Program Files\Git\bin\git.exe" lfs fetch origin 7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:34:57.2142039Z fetch: Fetching reference 7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:34:57.8086667Z ##[endgroup]
2025-03-10T21:34:57.8096218Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
2025-03-10T21:34:57.8461417Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
2025-03-10T21:34:57.8710818Z ##[group]Checking out the ref
2025-03-10T21:34:57.8720799Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force 7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:34:58.3963676Z Note: switching to '7a986035b50dd3cd3eb29f02914a84c8e52409c8'.
2025-03-10T21:34:58.3964430Z 
2025-03-10T21:34:58.3964895Z You are in 'detached HEAD' state. You can look around, make experimental
2025-03-10T21:34:58.3965791Z changes and commit them, and you can discard any commits you make in this
2025-03-10T21:34:58.3967114Z state without impacting any branches by switching back to a branch.
2025-03-10T21:34:58.3967668Z 
2025-03-10T21:34:58.3968444Z If you want to create a new branch to retain commits you create, you may
2025-03-10T21:34:58.3969287Z do so (now or later) by using -c with the switch command. Example:
2025-03-10T21:34:58.3969797Z 
2025-03-10T21:34:58.3970075Z   git switch -c <new-branch-name>
2025-03-10T21:34:58.3970478Z 
2025-03-10T21:34:58.3970726Z Or undo this operation with:
2025-03-10T21:34:58.3971111Z 
2025-03-10T21:34:58.3971352Z   git switch -
2025-03-10T21:34:58.3971649Z 
2025-03-10T21:34:58.3972074Z Turn off this advice by setting config variable advice.detachedHead to false
2025-03-10T21:34:58.3972695Z 
2025-03-10T21:34:58.3973118Z HEAD is now at 7a98603 got runtime version errors, app version bumped to 25
2025-03-10T21:34:58.6314731Z ##[endgroup]
2025-03-10T21:34:58.6548262Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
2025-03-10T21:34:58.6757342Z 7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:34:58.7300156Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v6.3
2025-03-10T21:34:58.7300516Z with:
2025-03-10T21:34:58.7300696Z   shell: powershell
2025-03-10T21:34:58.7300875Z   project: .
2025-03-10T21:34:58.7301036Z   buildMode: Default
2025-03-10T21:34:58.7302171Z   get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact,generateDependencyArtifact,trustedSigning,useGitSubmodules
2025-03-10T21:34:58.7303370Z env:
2025-03-10T21:34:58.7303525Z   ALGoOrgSettings: 
2025-03-10T21:34:58.7303700Z   ALGoRepoSettings: 
2025-03-10T21:34:58.7303873Z ##[endgroup]
2025-03-10T21:34:58.7486711Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\ReadSettings/../Invoke-AlGoAction.ps1 -ActionName "ReadSettings" -Action {
2025-03-10T21:34:58.7487599Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\ReadSettings/../Invoke-AlGoAction.ps1 -ActionName "ReadSettings" -Action {�[0m
2025-03-10T21:34:58.7488456Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\ReadSettings/ReadSettings.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -get $ENV:_get�[0m
2025-03-10T21:34:58.7488986Z �[36;1m}�[0m
2025-03-10T21:34:58.7522366Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:34:58.7522749Z env:
2025-03-10T21:34:58.7522914Z   ALGoOrgSettings: 
2025-03-10T21:34:58.7523096Z   ALGoRepoSettings: 
2025-03-10T21:34:58.7523279Z   _project: .
2025-03-10T21:34:58.7523442Z   _buildMode: Default
2025-03-10T21:34:58.7524197Z   _get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact,generateDependencyArtifact,trustedSigning,useGitSubmodules
2025-03-10T21:34:58.7524981Z ##[endgroup]
2025-03-10T21:34:59.1867168Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:34:59.2926885Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:34:59.2949673Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:34:59.2968849Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:34:59.2978075Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:35:01.0246906Z SETTINGS:
2025-03-10T21:35:01.0275252Z {
2025-03-10T21:35:01.0275995Z     "keyVaultCertificateUrlSecretName":  "",
2025-03-10T21:35:01.0277407Z     "microsoftTelemetryConnectionString":  "InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/",
2025-03-10T21:35:01.0278709Z     "useGitSubmodules":  "false",
2025-03-10T21:35:01.0279118Z     "type":  "AppSource App",
2025-03-10T21:35:01.0279528Z     "sendExtendedTelemetryToMicrosoft":  false,
2025-03-10T21:35:01.0279950Z     "appBuild":  3,
2025-03-10T21:35:01.0280251Z     "installTestApps":  [
2025-03-10T21:35:01.0280471Z 
2025-03-10T21:35:01.0280576Z                         ],
2025-03-10T21:35:01.0280888Z     "versioningStrategy":  0,
2025-03-10T21:35:01.0281212Z     "installApps":  [
2025-03-10T21:35:01.0281809Z                         "artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"
2025-03-10T21:35:01.0282462Z                     ],
2025-03-10T21:35:01.0282781Z     "installTestLibraries":  false,
2025-03-10T21:35:01.0283138Z     "runNumberOffset":  0,
2025-03-10T21:35:01.0283717Z     "codeSignCertificatePasswordSecretName":  "codeSignCertificatePassword",
2025-03-10T21:35:01.0284365Z     "vsixFile":  "",
2025-03-10T21:35:01.0284642Z     "country":  "w1",
2025-03-10T21:35:01.0284979Z     "applicationDependency":  "18.0.0.0",
2025-03-10T21:35:01.0285386Z     "templateSha":  "",
2025-03-10T21:35:01.0285755Z     "partnerTelemetryConnectionString":  "",
2025-03-10T21:35:01.0286141Z     "doNotRunTests":  false,
2025-03-10T21:35:01.0288775Z     "enableCodeAnalyzersOnTestApps":  false,
2025-03-10T21:35:01.0289311Z     "runs-on":  "windows-latest",
2025-03-10T21:35:01.0289706Z     "generateDependencyArtifact":  false,
2025-03-10T21:35:01.0290125Z     "excludeEnvironments":  [
2025-03-10T21:35:01.0290353Z 
2025-03-10T21:35:01.0290445Z                             ],
2025-03-10T21:35:01.0290829Z     "keyVaultCertificatePasswordSecretName":  "",
2025-03-10T21:35:01.0291283Z     "rulesetFile":  "",
2025-03-10T21:35:01.0291644Z     "licenseFileUrlSecretName":  "licenseFileUrl",
2025-03-10T21:35:01.0292123Z     "enableExternalRulesets":  false,
2025-03-10T21:35:01.0292496Z     "memoryLimit":  "",
2025-03-10T21:35:01.0292827Z     "keyVaultClientIdSecretName":  "",
2025-03-10T21:35:01.0293228Z     "testFolders":  [
2025-03-10T21:35:01.0293508Z                         "TEST"
2025-03-10T21:35:01.0293801Z                     ],
2025-03-10T21:35:01.0294107Z     "githubRunner":  "windows-latest",
2025-03-10T21:35:01.0294533Z     "trustMicrosoftNuGetFeeds":  true,
2025-03-10T21:35:01.0294915Z     "doNotBuildTests":  false,
2025-03-10T21:35:01.0295244Z     "environments":  [
2025-03-10T21:35:01.0295445Z 
2025-03-10T21:35:01.0295544Z                      ],
2025-03-10T21:35:01.0295815Z     "restoreDatabases":  [
2025-03-10T21:35:01.0295948Z 
2025-03-10T21:35:01.0296015Z                          ],
2025-03-10T21:35:01.0296269Z     "assignPremiumPlan":  false,
2025-03-10T21:35:01.0296580Z     "shortLivedArtifactsRetentionDays":  1,
2025-03-10T21:35:01.0296956Z     "artifact":  "bcartifacts/sandbox/*/w1/latest",
2025-03-10T21:35:01.0298680Z     "ghTokenWorkflowSecretName":  "ghTokenWorkflow",
2025-03-10T21:35:01.0299182Z     "enableTaskScheduler":  false,
2025-03-10T21:35:01.0299874Z     "pageScriptingTests":  [
2025-03-10T21:35:01.0300117Z 
2025-03-10T21:35:01.0300227Z                            ],
2025-03-10T21:35:01.0300568Z     "enableCodeCop":  false,
2025-03-10T21:35:01.0300898Z     "repoVersion":  "1.0",
2025-03-10T21:35:01.0301252Z     "doNotPublishApps":  false,
2025-03-10T21:35:01.0301633Z     "githubRunnerShell":  "powershell",
2025-03-10T21:35:01.0302034Z     "appFolders":  [
2025-03-10T21:35:01.0302332Z                        "MAIN"
2025-03-10T21:35:01.0302627Z                    ],
2025-03-10T21:35:01.0302893Z     "cacheKeepDays":  3,
2025-03-10T21:35:01.0303189Z     "bcptTestFolders":  [
2025-03-10T21:35:01.0303379Z 
2025-03-10T21:35:01.0303473Z                         ],
2025-03-10T21:35:01.0303787Z     "updateDependencies":  false,
2025-03-10T21:35:01.0304141Z     "cacheImageName":  "my",
2025-03-10T21:35:01.0304465Z     "trustedSigning":  {
2025-03-10T21:35:01.0304786Z                            "Endpoint":  "",
2025-03-10T21:35:01.0305277Z                            "Account":  "",
2025-03-10T21:35:01.0305758Z                            "CertificateProfile":  ""
2025-03-10T21:35:01.0306165Z                        },
2025-03-10T21:35:01.0306516Z     "powerPlatformSolutionFolder":  "",
2025-03-10T21:35:01.0307632Z     "treatTestFailuresAsWarnings":  false,
2025-03-10T21:35:01.0308111Z     "additionalCountries":  [
2025-03-10T21:35:01.0308355Z 
2025-03-10T21:35:01.0308467Z                             ],
2025-03-10T21:35:01.0308769Z     "alDoc":  {
2025-03-10T21:35:01.0309075Z                   "continuousDeployment":  false,
2025-03-10T21:35:01.0309501Z                   "deployToGitHubPages":  true,
2025-03-10T21:35:01.0309935Z                   "maxReleases":  3,
2025-03-10T21:35:01.0310340Z                   "groupByProject":  true,
2025-03-10T21:35:01.0310726Z                   "includeProjects":  [
2025-03-10T21:35:01.0311009Z 
2025-03-10T21:35:01.0311126Z                                       ],
2025-03-10T21:35:01.0311517Z                   "excludeProjects":  [
2025-03-10T21:35:01.0311834Z 
2025-03-10T21:35:01.0311948Z                                       ],
2025-03-10T21:35:01.0312409Z                   "header":  "Documentation for {REPOSITORY} {VERSION}",
2025-03-10T21:35:01.0315719Z                   "footer":  "Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e",
2025-03-10T21:35:01.0320247Z                   "defaultIndexMD":  "## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}",
2025-03-10T21:35:01.0324375Z                   "defaultReleaseMD":  "## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"
2025-03-10T21:35:01.0325962Z               },
2025-03-10T21:35:01.0326133Z     "customCodeCops":  [
2025-03-10T21:35:01.0326258Z 
2025-03-10T21:35:01.0326325Z                        ],
2025-03-10T21:35:01.0326540Z     "doNotRunPageScriptingTests":  false,
2025-03-10T21:35:01.0327617Z     "appDependencies":  [
2025-03-10T21:35:01.0327755Z 
2025-03-10T21:35:01.0327817Z                         ],
2025-03-10T21:35:01.0328019Z     "doNotRunBcptTests":  false,
2025-03-10T21:35:01.0328255Z     "CICDPullRequestBranches":  [
2025-03-10T21:35:01.0328482Z                                     "main",
2025-03-10T21:35:01.0328699Z                                     "release/*"
2025-03-10T21:35:01.0328918Z                                 ],
2025-03-10T21:35:01.0329125Z     "skipUpgrade":  false,
2025-03-10T21:35:01.0329336Z     "appDependencyProbingPaths":  [
2025-03-10T21:35:01.0329505Z 
2025-03-10T21:35:01.0329574Z                                   ],
2025-03-10T21:35:01.0329790Z     "useCompilerFolder":  false,
2025-03-10T21:35:01.0330000Z     "installTestFramework":  false,
2025-03-10T21:35:01.0330247Z     "keyVaultCodesignCertificateName":  "",
2025-03-10T21:35:01.0330493Z     "keyVaultName":  "",
2025-03-10T21:35:01.0330683Z     "CICDPushBranches":  [
2025-03-10T21:35:01.0330868Z                              "main",
2025-03-10T21:35:01.0331074Z                              "release/*"
2025-03-10T21:35:01.0331280Z                          ],
2025-03-10T21:35:01.0331485Z     "obsoleteTagMinAllowedMajorMinor":  "",
2025-03-10T21:35:01.0331729Z     "bcptThresholds":  {
2025-03-10T21:35:01.0331919Z                            "DurationWarning":  10,
2025-03-10T21:35:01.0332162Z                            "DurationError":  25,
2025-03-10T21:35:01.0332410Z                            "NumberOfSqlStmtsWarning":  5,
2025-03-10T21:35:01.0332672Z                            "NumberOfSqlStmtsError":  10
2025-03-10T21:35:01.0332899Z                        },
2025-03-10T21:35:01.0333283Z     "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
2025-03-10T21:35:01.0333706Z     "shell":  "powershell",
2025-03-10T21:35:01.0333918Z     "deliverToAppSource":  {
2025-03-10T21:35:01.0334145Z                                "mainAppFolder":  "",
2025-03-10T21:35:01.0334398Z                                "productId":  "",
2025-03-10T21:35:01.0334644Z                                "includeDependencies":  [
2025-03-10T21:35:01.0334814Z 
2025-03-10T21:35:01.0334981Z                                                        ],
2025-03-10T21:35:01.0335335Z                                "continuousDelivery":  false
2025-03-10T21:35:01.0338188Z                            },
2025-03-10T21:35:01.0339074Z     "failOn":  "error",
2025-03-10T21:35:01.0339426Z     "gitSubmodulesTokenSecretName":  "gitSubmodulesToken",
2025-03-10T21:35:01.0339715Z     "projects":  [
2025-03-10T21:35:01.0339830Z 
2025-03-10T21:35:01.0339886Z                  ],
2025-03-10T21:35:01.0340076Z     "appSourceCopMandatoryAffixes":  [
2025-03-10T21:35:01.0340320Z                                          "_TSL"
2025-03-10T21:35:01.0340543Z                                      ],
2025-03-10T21:35:01.0340776Z     "projectName":  "advanced-landed-cost",
2025-03-10T21:35:01.0341024Z     "testDependencies":  [
2025-03-10T21:35:01.0341167Z 
2025-03-10T21:35:01.0341229Z                          ],
2025-03-10T21:35:01.0341411Z     "appRevision":  0,
2025-03-10T21:35:01.0341693Z     "codeSignCertificateUrlSecretName":  "codeSignCertificateUrl",
2025-03-10T21:35:01.0342004Z     "configPackages":  [
2025-03-10T21:35:01.0342131Z 
2025-03-10T21:35:01.0342188Z                        ],
2025-03-10T21:35:01.0342384Z     "useProjectDependencies":  false,
2025-03-10T21:35:01.0342625Z     "unusedALGoSystemFiles":  [
2025-03-10T21:35:01.0342764Z 
2025-03-10T21:35:01.0342836Z                               ],
2025-03-10T21:35:01.0343026Z     "buildModes":  [
2025-03-10T21:35:01.0343131Z 
2025-03-10T21:35:01.0343191Z                    ],
2025-03-10T21:35:01.0343364Z     "companyName":  "",
2025-03-10T21:35:01.0343544Z     "enableUICop":  false,
2025-03-10T21:35:01.0343731Z     "templateBranch":  "",
2025-03-10T21:35:01.0343938Z     "installPerformanceToolkit":  false,
2025-03-10T21:35:01.0344369Z     "pullRequestTrigger":  "pull_request_target",
2025-03-10T21:35:01.0344617Z     "commitOptions":  {
2025-03-10T21:35:01.0344807Z                           "messageSuffix":  "",
2025-03-10T21:35:01.0345057Z                           "pullRequestAutoMerge":  false,
2025-03-10T21:35:01.0345321Z                           "pullRequestLabels":  [
2025-03-10T21:35:01.0345477Z 
2025-03-10T21:35:01.0345542Z                                                 ]
2025-03-10T21:35:01.0345744Z                       },
2025-03-10T21:35:01.0345922Z     "doNotSignApps":  false,
2025-03-10T21:35:01.0346143Z     "repoName":  "d365-advanced-landed-cost",
2025-03-10T21:35:01.0346390Z     "fullBuildPatterns":  [
2025-03-10T21:35:01.0346517Z 
2025-03-10T21:35:01.0346577Z                           ],
2025-03-10T21:35:01.0346786Z     "alwaysBuildAllProjects":  false,
2025-03-10T21:35:01.0347026Z     "installOnlyReferencedApps":  true,
2025-03-10T21:35:01.0347356Z     "templateUrl":  "https://github.com/microsoft/AL-Go-AppSource@main",
2025-03-10T21:35:01.0347684Z     "installTestRunner":  false,
2025-03-10T21:35:01.0348002Z     "adminCenterApiCredentialsSecretName":  "adminCenterApiCredentials"
2025-03-10T21:35:01.0348325Z }
2025-03-10T21:35:01.0348503Z GitHubRunnerJson="windows-latest"
2025-03-10T21:35:01.0348727Z GitHubRunnerShell=powershell
2025-03-10T21:35:01.1261657Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:35:01.1280465Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:35:01.1296905Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:35:01.1307826Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:35:01.1319294Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:35:01.1406504Z Enabling Microsoft telemetry...
2025-03-10T21:35:01.1531994Z Downloading Nuget package Microsoft.ApplicationInsights 2.20.0...
2025-03-10T21:35:03.0434612Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v6.3
2025-03-10T21:35:03.0434991Z with:
2025-03-10T21:35:03.0435161Z   shell: powershell
2025-03-10T21:35:03.0435657Z   gitHubSecrets: {
  "github_token": "***"
}
2025-03-10T21:35:03.0436909Z   getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencySecrets,AZURE_CREDENTIALS,-gitSubmodulesToken
2025-03-10T21:35:03.0438157Z   useGhTokenWorkflowForPush: false
2025-03-10T21:35:03.0438365Z env:
2025-03-10T21:35:03.0438511Z   ALGoOrgSettings: 
2025-03-10T21:35:03.0438685Z   ALGoRepoSettings: 
2025-03-10T21:35:03.0438893Z   artifact: bcartifacts/sandbox/*/w1/latest
2025-03-10T21:35:03.0439159Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:03.0439414Z   generateDependencyArtifact: False
2025-03-10T21:35:03.0439635Z   doNotRunTests: False
2025-03-10T21:35:03.0439849Z   doNotSignApps: False
2025-03-10T21:35:03.0440031Z   useCompilerFolder: False
2025-03-10T21:35:03.0440320Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:03.0440645Z   useGitSubmodules: false
2025-03-10T21:35:03.0457556Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:03.0473130Z ##[endgroup]
2025-03-10T21:35:03.0569576Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\ReadSecrets/../Invoke-AlGoAction.ps1 -ActionName "ReadSecrets" -Action {
2025-03-10T21:35:03.0570320Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\ReadSecrets/../Invoke-AlGoAction.ps1 -ActionName "ReadSecrets" -Action {�[0m
2025-03-10T21:35:03.0570934Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{�[0m
2025-03-10T21:35:03.0571533Z �[36;1m  "github_token": "***"�[0m
2025-03-10T21:35:03.0571941Z �[36;1m}' -getSecrets $ENV:_getSecrets -useGhTokenWorkflowForPush $ENV:_useGhTokenWorkflowForPush�[0m
2025-03-10T21:35:03.0572342Z �[36;1m}�[0m
2025-03-10T21:35:03.0600353Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:35:03.0600733Z env:
2025-03-10T21:35:03.0600896Z   ALGoOrgSettings: 
2025-03-10T21:35:03.0601085Z   ALGoRepoSettings: 
2025-03-10T21:35:03.0601298Z   artifact: bcartifacts/sandbox/*/w1/latest
2025-03-10T21:35:03.0601564Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:03.0601811Z   generateDependencyArtifact: False
2025-03-10T21:35:03.0602035Z   doNotRunTests: False
2025-03-10T21:35:03.0602216Z   doNotSignApps: False
2025-03-10T21:35:03.0602403Z   useCompilerFolder: False
2025-03-10T21:35:03.0602699Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:03.0603007Z   useGitSubmodules: false
2025-03-10T21:35:03.0618713Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:03.0635444Z   _getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencySecrets,AZURE_CREDENTIALS,-gitSubmodulesToken
2025-03-10T21:35:03.0636670Z   _useGhTokenWorkflowForPush: false
2025-03-10T21:35:03.0636890Z ##[endgroup]
2025-03-10T21:35:03.6392173Z Trying to get the secret (licenseFileUrl) from the github environment.
2025-03-10T21:35:03.6473065Z Could not find secret licenseFileUrl in Github secrets or Azure Key Vault.
2025-03-10T21:35:03.6482280Z Trying to get the secret (codeSignCertificateUrl) from the github environment.
2025-03-10T21:35:03.6491046Z Could not find secret codeSignCertificateUrl in Github secrets or Azure Key Vault.
2025-03-10T21:35:03.6500192Z Trying to get the secret (codeSignCertificatePassword) from the github environment.
2025-03-10T21:35:03.6508881Z Could not find secret codeSignCertificatePassword in Github secrets or Azure Key Vault.
2025-03-10T21:35:03.6543302Z Trying to get the secret (gitHubPackagesContext) from the github environment.
2025-03-10T21:35:03.6546350Z Could not find secret gitHubPackagesContext in Github secrets or Azure Key Vault.
2025-03-10T21:35:03.6573135Z Trying to get the secret (applicationInsightsConnectionString) from the github environment.
2025-03-10T21:35:03.6574479Z Could not find secret applicationInsightsConnectionString in Github secrets or Azure Key Vault.
2025-03-10T21:35:03.6577237Z Trying to get the secret (AZURE_CREDENTIALS) from the github environment.
2025-03-10T21:35:03.6580167Z Could not find secret AZURE_CREDENTIALS in Github secrets or Azure Key Vault.
2025-03-10T21:35:03.6581160Z Trying to get the secret (gitSubmodulesToken) from the github environment.
2025-03-10T21:35:03.6582166Z Could not find secret gitSubmodulesToken in Github secrets or Azure Key Vault.
2025-03-10T21:35:03.6583068Z Using GitHub token for gitSubmodulesToken
2025-03-10T21:35:03.6622155Z Masking value for github_token
2025-03-10T21:35:03.6913669Z The following secrets was not found: licenseFileUrl, codeSignCertificateUrl, codeSignCertificatePassword (Secret codeSignCertificatePassword), gitHubPackagesContext, applicationInsightsConnectionString, AZURE_CREDENTIALS, gitSubmodulesToken (Secret gitSubmodulesToken)
2025-03-10T21:35:03.7495203Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:35:03.7558285Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:35:03.7576712Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:35:03.7591641Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:35:03.7603156Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:35:03.8584156Z Enabling Microsoft telemetry...
2025-03-10T21:35:04.3380275Z ##[group]Run microsoft/AL-Go-Actions/DetermineArtifactUrl@v6.3
2025-03-10T21:35:04.3380675Z with:
2025-03-10T21:35:04.3380842Z   shell: powershell
2025-03-10T21:35:04.3381025Z   project: .
2025-03-10T21:35:04.3381180Z env:
2025-03-10T21:35:04.3381333Z   ALGoOrgSettings: 
2025-03-10T21:35:04.3381506Z   ALGoRepoSettings: 
2025-03-10T21:35:04.3381741Z   artifact: bcartifacts/sandbox/*/w1/latest
2025-03-10T21:35:04.3382008Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:04.3382256Z   generateDependencyArtifact: False
2025-03-10T21:35:04.3382474Z   doNotRunTests: False
2025-03-10T21:35:04.3382654Z   doNotSignApps: False
2025-03-10T21:35:04.3382840Z   useCompilerFolder: False
2025-03-10T21:35:04.3383124Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:04.3383433Z   useGitSubmodules: false
2025-03-10T21:35:04.3403636Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:04.3419071Z ##[endgroup]
2025-03-10T21:35:04.3505535Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\DetermineArtifactUrl/../Invoke-AlGoAction.ps1 -ActionName "DetermineArtifactUrl" -Action {
2025-03-10T21:35:04.3506436Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\DetermineArtifactUrl/../Invoke-AlGoAction.ps1 -ActionName "DetermineArtifactUrl" -Action {�[0m
2025-03-10T21:35:04.3507224Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\DetermineArtifactUrl/DetermineArtifactUrl.ps1 -project $ENV:_project�[0m
2025-03-10T21:35:04.3507683Z �[36;1m}�[0m
2025-03-10T21:35:04.3534642Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:35:04.3535108Z env:
2025-03-10T21:35:04.3535267Z   ALGoOrgSettings: 
2025-03-10T21:35:04.3535451Z   ALGoRepoSettings: 
2025-03-10T21:35:04.3535665Z   artifact: bcartifacts/sandbox/*/w1/latest
2025-03-10T21:35:04.3535930Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:04.3536178Z   generateDependencyArtifact: False
2025-03-10T21:35:04.3536397Z   doNotRunTests: False
2025-03-10T21:35:04.3536574Z   doNotSignApps: False
2025-03-10T21:35:04.3536762Z   useCompilerFolder: False
2025-03-10T21:35:04.3537054Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:04.3537379Z   useGitSubmodules: false
2025-03-10T21:35:04.3555677Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:04.3570978Z   _project: .
2025-03-10T21:35:04.3571200Z ##[endgroup]
2025-03-10T21:35:04.8637668Z Downloading BcContainerHelper latest version from Blob Storage
2025-03-10T21:35:06.8672798Z Import from C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:35:07.2570941Z BcContainerHelper version 6.0.33
2025-03-10T21:35:14.5761186Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2025-03-10T21:35:14.6475533Z Running on Windows, PowerShell 5.1.20348.2849
2025-03-10T21:35:15.4634864Z ##[group]Analyzing repository
2025-03-10T21:35:15.4658941Z Checking type
2025-03-10T21:35:15.4931657Z Checking appFolders, testFolders and bcptTestFolders
2025-03-10T21:35:15.5249639Z Application Dependency 25.0.0.0
2025-03-10T21:35:15.5315530Z Updating app- and test Dependencies
2025-03-10T21:35:15.5475152Z Analyzing Test App Dependencies
2025-03-10T21:35:15.5608299Z ##[endgroup]
2025-03-10T21:35:15.5629287Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2025-03-10T21:35:15.5770585Z Checking artifact setting for project
2025-03-10T21:35:20.3722795Z Found 272 artifacts for version 25.0 matching application dependency 25.0.0.0, selecting latest.
2025-03-10T21:35:20.3788484Z artifact=https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:20.3801676Z artifactCacheKey=
2025-03-10T21:35:20.4270649Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:35:20.4312640Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:35:20.4331856Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:35:20.4355355Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:35:20.4367478Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:35:20.5274857Z Enabling Microsoft telemetry...
2025-03-10T21:35:20.8933180Z ##[group]Run microsoft/AL-Go-Actions/DownloadProjectDependencies@v6.3
2025-03-10T21:35:20.8934500Z with:
2025-03-10T21:35:20.8934745Z   shell: powershell
2025-03-10T21:35:20.8935007Z   project: .
2025-03-10T21:35:20.8935247Z   buildMode: Default
2025-03-10T21:35:20.8935448Z   projectsDependenciesJson: {".":[]}
2025-03-10T21:35:20.8935885Z   baselineWorkflowRunId: 0
2025-03-10T21:35:20.8936070Z env:
2025-03-10T21:35:20.8936220Z   ALGoOrgSettings: 
2025-03-10T21:35:20.8936394Z   ALGoRepoSettings: 
2025-03-10T21:35:20.8936781Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:20.8937212Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:20.8937470Z   generateDependencyArtifact: False
2025-03-10T21:35:20.8937696Z   doNotRunTests: False
2025-03-10T21:35:20.8937885Z   doNotSignApps: False
2025-03-10T21:35:20.8938063Z   useCompilerFolder: False
2025-03-10T21:35:20.8938414Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:20.8938737Z   useGitSubmodules: false
2025-03-10T21:35:20.8955399Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:20.8970977Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:35:20.8971431Z   artifactCacheKey: 
2025-03-10T21:35:20.8972543Z   Secrets: {"gitSubmodulesToken":"***","licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":"","-gitSubmodulesToken":""}
2025-03-10T21:35:20.8973380Z ##[endgroup]
2025-03-10T21:35:20.9092839Z ##[group]Run actions/download-artifact@v4
2025-03-10T21:35:20.9093086Z with:
2025-03-10T21:35:20.9093363Z   path: D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost/.dependencies
2025-03-10T21:35:20.9093717Z   merge-multiple: false
2025-03-10T21:35:20.9093932Z   repository: thetanz/d365-advanced-landed-cost
2025-03-10T21:35:20.9094177Z   run-id: 13775227693
2025-03-10T21:35:20.9094339Z env:
2025-03-10T21:35:20.9094483Z   ALGoOrgSettings: 
2025-03-10T21:35:20.9094652Z   ALGoRepoSettings: 
2025-03-10T21:35:20.9095031Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:20.9095461Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:20.9095705Z   generateDependencyArtifact: False
2025-03-10T21:35:20.9095919Z   doNotRunTests: False
2025-03-10T21:35:20.9096098Z   doNotSignApps: False
2025-03-10T21:35:20.9096285Z   useCompilerFolder: False
2025-03-10T21:35:20.9096576Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:20.9096890Z   useGitSubmodules: false
2025-03-10T21:35:20.9112629Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:20.9128481Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:35:20.9128928Z   artifactCacheKey: 
2025-03-10T21:35:20.9129982Z   Secrets: {"gitSubmodulesToken":"***","licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":"","-gitSubmodulesToken":""}
2025-03-10T21:35:20.9130819Z ##[endgroup]
2025-03-10T21:35:21.4853779Z Found 0 artifact(s)
2025-03-10T21:35:21.4886522Z No input name or pattern filtered specified, downloading all artifacts
2025-03-10T21:35:21.4908371Z An extra directory with the artifact name will be created for each download
2025-03-10T21:35:21.4914630Z Total of 0 artifact(s) downloaded
2025-03-10T21:35:21.4916150Z Download artifact has finished successfully
2025-03-10T21:35:21.5049618Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\DownloadProjectDependencies/../Invoke-AlGoAction.ps1 -ActionName "DownloadProjectDependencies" -Action {
2025-03-10T21:35:21.5051483Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\DownloadProjectDependencies/../Invoke-AlGoAction.ps1 -ActionName "DownloadProjectDependencies" -Action {�[0m
2025-03-10T21:35:21.5054681Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\DownloadProjectDependencies/DownloadProjectDependencies.Action.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -projectsDependenciesJson $ENV:_projectsDependenciesJson -baselineWorkflowRunId $ENV:_baselineWorkflowRunId -baseFolder $ENV:_baseFolder -destinationPath $ENV:_destinationPath -token $ENV:_gitHubToken�[0m
2025-03-10T21:35:21.5057271Z �[36;1m}�[0m
2025-03-10T21:35:21.5101308Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:35:21.5101981Z env:
2025-03-10T21:35:21.5102247Z   ALGoOrgSettings: 
2025-03-10T21:35:21.5102557Z   ALGoRepoSettings: 
2025-03-10T21:35:21.5103259Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:21.5104067Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:21.5104514Z   generateDependencyArtifact: False
2025-03-10T21:35:21.5104919Z   doNotRunTests: False
2025-03-10T21:35:21.5105311Z   doNotSignApps: False
2025-03-10T21:35:21.5105621Z   useCompilerFolder: False
2025-03-10T21:35:21.5106096Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:21.5106642Z   useGitSubmodules: false
2025-03-10T21:35:21.5135815Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:21.5166302Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:35:21.5167137Z   artifactCacheKey: 
2025-03-10T21:35:21.5170184Z   Secrets: {"gitSubmodulesToken":"***","licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":"","-gitSubmodulesToken":""}
2025-03-10T21:35:21.5171810Z   _project: .
2025-03-10T21:35:21.5172105Z   _buildMode: Default
2025-03-10T21:35:21.5172454Z   _projectsDependenciesJson: {".":[]}
2025-03-10T21:35:21.5173167Z   _baseFolder: D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost
2025-03-10T21:35:21.5174017Z   _destinationPath: D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost/.dependencies
2025-03-10T21:35:21.5174889Z   _gitHubToken: ***
2025-03-10T21:35:21.5175205Z   _baselineWorkflowRunId: 0
2025-03-10T21:35:21.5175552Z ##[endgroup]
2025-03-10T21:35:21.8871383Z Downloading dependencies for project '.'. BuildMode: Default, Base Folder: D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost, Destination Path: D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost/.dependencies
2025-03-10T21:35:21.8878366Z ##[group]Downloading project dependencies from current build
2025-03-10T21:35:21.9313296Z Downloading dependencies for project '.'
2025-03-10T21:35:21.9373476Z Dependency projects: 
2025-03-10T21:35:21.9397979Z ##[endgroup]
2025-03-10T21:35:21.9404863Z ##[group]Downloading project dependencies from probing paths
2025-03-10T21:35:22.0351904Z ##[group]Analyzing repository
2025-03-10T21:35:22.0392401Z Checking type
2025-03-10T21:35:22.0698300Z Checking appFolders, testFolders and bcptTestFolders
2025-03-10T21:35:22.1146765Z Application Dependency 25.0.0.0
2025-03-10T21:35:22.1213576Z Updating app- and test Dependencies
2025-03-10T21:35:22.1386561Z Analyzing Test App Dependencies
2025-03-10T21:35:22.1527383Z ##[endgroup]
2025-03-10T21:35:22.1548690Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2025-03-10T21:35:22.1654972Z Checking appDependencyProbingPaths
2025-03-10T21:35:22.1710692Z ##[endgroup]
2025-03-10T21:35:22.1717555Z Downloaded dependencies: 
2025-03-10T21:35:22.1725829Z Downloaded dependencies apps: 
2025-03-10T21:35:22.1733026Z Downloaded dependencies test apps: 
2025-03-10T21:35:22.2257666Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:35:22.2298137Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:35:22.2316354Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:35:22.2338397Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:35:22.2349940Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:35:22.3299834Z Enabling Microsoft telemetry...
2025-03-10T21:35:22.8037412Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v6.3
2025-03-10T21:35:22.8038033Z with:
2025-03-10T21:35:22.8038361Z   shell: powershell
2025-03-10T21:35:22.8039066Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:22.8039871Z   project: .
2025-03-10T21:35:22.8040163Z   buildMode: Default
2025-03-10T21:35:22.8040490Z   installAppsJson: []
2025-03-10T21:35:22.8040839Z   installTestAppsJson: []
2025-03-10T21:35:22.8041388Z   token: ***
2025-03-10T21:35:22.8041676Z env:
2025-03-10T21:35:22.8041941Z   ALGoOrgSettings: 
2025-03-10T21:35:22.8042261Z   ALGoRepoSettings: 
2025-03-10T21:35:22.8042944Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:22.8043757Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:22.8044221Z   generateDependencyArtifact: False
2025-03-10T21:35:22.8044652Z   doNotRunTests: False
2025-03-10T21:35:22.8045036Z   doNotSignApps: False
2025-03-10T21:35:22.8045392Z   useCompilerFolder: False
2025-03-10T21:35:22.8045926Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:22.8046527Z   useGitSubmodules: false
2025-03-10T21:35:22.8077431Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:22.8107177Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:35:22.8108050Z   artifactCacheKey: 
2025-03-10T21:35:22.8109966Z   Secrets: {"gitSubmodulesToken":"***","licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":"","-gitSubmodulesToken":""}
2025-03-10T21:35:22.8111627Z   BuildMode: Default
2025-03-10T21:35:22.8111968Z ##[endgroup]
2025-03-10T21:35:22.8357680Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\RunPipeline/../Invoke-AlGoAction.ps1 -ActionName "RunPipeline" -Action {
2025-03-10T21:35:22.8359090Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\RunPipeline/../Invoke-AlGoAction.ps1 -ActionName "RunPipeline" -Action {�[0m
2025-03-10T21:35:22.8361214Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\RunPipeline/RunPipeline.ps1 -token $ENV:_token -artifact $ENV:_artifact -project $ENV:_project -buildMode $ENV:_buildMode -installAppsJson $ENV:_installAppsJson -installTestAppsJson $ENV:_installTestAppsJson�[0m
2025-03-10T21:35:22.8363087Z �[36;1m}�[0m
2025-03-10T21:35:22.8411747Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:35:22.8412419Z env:
2025-03-10T21:35:22.8412698Z   ALGoOrgSettings: 
2025-03-10T21:35:22.8413031Z   ALGoRepoSettings: 
2025-03-10T21:35:22.8413714Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:22.8414769Z   keyVaultCodesignCertificateName: 
2025-03-10T21:35:22.8415231Z   generateDependencyArtifact: False
2025-03-10T21:35:22.8415643Z   doNotRunTests: False
2025-03-10T21:35:22.8415981Z   doNotSignApps: False
2025-03-10T21:35:22.8416323Z   useCompilerFolder: False
2025-03-10T21:35:22.8417700Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:35:22.8418353Z   useGitSubmodules: false
2025-03-10T21:35:22.8447897Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:35:22.8478150Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:35:22.8479026Z   artifactCacheKey: 
2025-03-10T21:35:22.8482544Z   Secrets: {"gitSubmodulesToken":"***","licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":"","-gitSubmodulesToken":""}
2025-03-10T21:35:22.8484189Z   BuildMode: Default
2025-03-10T21:35:22.8484688Z   _token: ***
2025-03-10T21:35:22.8485357Z   _artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:22.8486338Z   _project: .
2025-03-10T21:35:22.8486626Z   _buildMode: Default
2025-03-10T21:35:22.8486956Z   _installAppsJson: []
2025-03-10T21:35:22.8487311Z   _installTestAppsJson: []
2025-03-10T21:35:22.8487656Z ##[endgroup]
2025-03-10T21:35:23.2568337Z Import from C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:35:23.4515827Z BcContainerHelper version 6.0.33
2025-03-10T21:35:23.7064720Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2025-03-10T21:35:23.7285057Z Running on Windows, PowerShell 5.1.20348.2849
2025-03-10T21:35:30.0225430Z use settings and secrets
2025-03-10T21:35:30.3642897Z ##[group]Analyzing repository
2025-03-10T21:35:30.3668187Z Checking type
2025-03-10T21:35:30.4614062Z Checking appFolders, testFolders and bcptTestFolders
2025-03-10T21:35:30.4931849Z Application Dependency 25.0.0.0
2025-03-10T21:35:30.5070855Z Checking artifact setting for project
2025-03-10T21:35:30.5119331Z Downloading artifacts from https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:35:30.6467028Z Downloading artifact /sandbox/25.0.23364.31351/w1
2025-03-10T21:35:30.6792201Z Downloading C:\Users\runneradmin\AppData\Local\Temp\4949cab1-9fd4-491d-9d85-5e12e1ed9659.zip
2025-03-10T21:36:21.4073782Z Unpacking artifact to tmp folder using 7zip
2025-03-10T21:36:31.1295495Z Downloading platform artifact /sandbox/25.0.23364.31351/platform
2025-03-10T21:36:31.1308431Z Downloading C:\Users\runneradmin\AppData\Local\Temp\3c8f536c-7663-48b9-9c37-b09e0464c3ea.zip
2025-03-10T21:37:25.5638058Z Unpacking artifact to tmp folder using 7zip
2025-03-10T21:40:32.1991107Z Downloading Prerequisite Components
2025-03-10T21:40:32.2437865Z Downloading c:\bcartifacts.cache\sandbox\25.0.23364.31351\platform\Prerequisite Components\IIS URL Rewrite Module\rewrite_2.0_rtw_x64.msi
2025-03-10T21:40:32.3225018Z Downloading c:\bcartifacts.cache\sandbox\25.0.23364.31351\platform\Prerequisite Components\DotNetCore\DotNetCore.1.0.4_1.1.1-WindowsHosting.exe
2025-03-10T21:40:34.4119359Z Updating app- and test Dependencies
2025-03-10T21:40:35.4120204Z Analyzing Test App Dependencies
2025-03-10T21:40:35.4338664Z ##[endgroup]
2025-03-10T21:40:35.4339558Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2025-03-10T21:40:35.4340446Z Checking appDependencyProbingPaths
2025-03-10T21:40:35.4341257Z Reading TrustedNuGetFeeds
2025-03-10T21:40:35.4342269Z ##[group]Locating previous release
2025-03-10T21:40:35.4343217Z Getting the latest release from https://api.github.com/repos/thetanz/d365-advanced-landed-cost/releases/latest - branch main
2025-03-10T21:40:35.4345071Z Analyzing releases https://api.github.com/repos/thetanz/d365-advanced-landed-cost/releases
2025-03-10T21:40:35.4462300Z ##[warning]No previous release found
2025-03-10T21:40:35.4469668Z ##[endgroup]
2025-03-10T21:40:35.4472428Z Invoke Run-AlPipeline with buildmode Default
2025-03-10T21:40:35.4473555Z https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:40:35.4474797Z ##[group]Parameters
2025-03-10T21:40:35.4476045Z   _____                               _
2025-03-10T21:40:35.4476606Z  |  __ \                             | |
2025-03-10T21:40:35.4477144Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___
2025-03-10T21:40:35.4477722Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
2025-03-10T21:40:35.4478223Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
2025-03-10T21:40:35.4478811Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
2025-03-10T21:40:35.4479258Z 
2025-03-10T21:40:35.4479537Z Pipeline name                   CI/CD
2025-03-10T21:40:35.4480164Z Container name                  bc13775227693
2025-03-10T21:40:35.4480829Z Image name                      
2025-03-10T21:40:35.4481704Z ArtifactUrl                     https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:40:35.4482955Z BcAuthContext                   Not Specified
2025-03-10T21:40:35.4483608Z Environment                     
2025-03-10T21:40:35.4484215Z ReUseContainer                  False
2025-03-10T21:40:35.4484818Z KeepContainer                   False
2025-03-10T21:40:35.4485415Z useCompilerFolder               False
2025-03-10T21:40:35.4486025Z artifactCachePath               
2025-03-10T21:40:35.4486623Z useDevEndpoint                  False
2025-03-10T21:40:35.4487237Z Auth                            UserPassword
2025-03-10T21:40:35.4487837Z CompanyName                     
2025-03-10T21:40:35.4488388Z MemoryLimit                     8G
2025-03-10T21:40:35.4488969Z FailOn                          error
2025-03-10T21:40:35.4489575Z TreatTestFailuresAsWarnings     False
2025-03-10T21:40:35.4490222Z Enable Task Scheduler           False
2025-03-10T21:40:35.4490848Z Assign Premium Plan             False
2025-03-10T21:40:35.4491446Z Install Test Runner             True
2025-03-10T21:40:35.4492047Z Install Test Framework          True
2025-03-10T21:40:35.4492737Z Install Test Libraries          True
2025-03-10T21:40:35.4493325Z Install Perf. Toolkit           False
2025-03-10T21:40:35.4493903Z InstallOnlyReferencedApps       True
2025-03-10T21:40:35.4494481Z generateDependencyArtifact      True
2025-03-10T21:40:35.4495008Z CopySymbolsFromContainer        False
2025-03-10T21:40:35.4495602Z enableCodeCop                   False
2025-03-10T21:40:35.4496251Z enableAppSourceCop              True
2025-03-10T21:40:35.4496949Z enableUICop                     False
2025-03-10T21:40:35.4497619Z enablePerTenantExtensionCop     False
2025-03-10T21:40:35.4498292Z enableCodeAnalyzersOnTestApps   False
2025-03-10T21:40:35.4498979Z doNotPerformUpgrade             False
2025-03-10T21:40:35.4499642Z doNotPublishApps                False
2025-03-10T21:40:35.4500316Z uninstallRemovedApps            True
2025-03-10T21:40:35.4500998Z escapeFromCops                  False
2025-03-10T21:40:35.4501671Z doNotBuildTests                 False
2025-03-10T21:40:35.4502329Z doNotRunTests                   False
2025-03-10T21:40:35.4502975Z doNotRunBcptTests               True
2025-03-10T21:40:35.4503647Z doNotRunPageScriptingTests      False
2025-03-10T21:40:35.4504330Z useDefaultAppSourceRuleSet      False
2025-03-10T21:40:35.4504947Z rulesetFile                     
2025-03-10T21:40:35.4505513Z generateErrorLog                False
2025-03-10T21:40:35.4507280Z enableExternalRulesets          False
2025-03-10T21:40:35.4508089Z azureDevOps                     False
2025-03-10T21:40:35.4508729Z gitLab                          False
2025-03-10T21:40:35.4509353Z gitHubActions                   True
2025-03-10T21:40:35.4509985Z vsixFile                        
2025-03-10T21:40:35.4510623Z License file                    Not specified
2025-03-10T21:40:35.4511345Z CodeSignCertPfxFile             Not specified
2025-03-10T21:40:35.4512092Z CodeSignCertPfxPassword         Not specified
2025-03-10T21:40:35.4512793Z CodeSignCertIsSelfSigned        False
2025-03-10T21:40:35.4513447Z KeyVaultCertPfxFile             Not specified
2025-03-10T21:40:35.4514079Z KeyVaultCertPfxPassword         Not specified
2025-03-10T21:40:35.4514780Z KeyVaultClientId                
2025-03-10T21:40:35.4515731Z BuildOutputFile                 D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\BuildOutput.txt
2025-03-10T21:40:35.4517161Z ContainerEventLogFile           D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\ContainerEventLog.evtx
2025-03-10T21:40:35.4518536Z TestResultsFile                 D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\TestResults.xml
2025-03-10T21:40:35.4519780Z BcptTestResultsFile             D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\bcptTestResults.json
2025-03-10T21:40:35.4520775Z TestResultsFormat               JUnit
2025-03-10T21:40:35.4521400Z AdditionalCountries             
2025-03-10T21:40:35.4522313Z PackagesFolder                  D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.packages
2025-03-10T21:40:35.4523733Z OutputFolder                    D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.output
2025-03-10T21:40:35.4524927Z BuildArtifactFolder             D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.buildartifacts
2025-03-10T21:40:35.4525832Z CreateRuntimePackages           False
2025-03-10T21:40:35.4526441Z AppVersion                      
2025-03-10T21:40:35.4527003Z AppBuild                        3
2025-03-10T21:40:35.4527520Z AppRevision                     0
2025-03-10T21:40:35.4528329Z SourceRepositoryUrl             https://github.com/thetanz/d365-advanced-landed-cost
2025-03-10T21:40:35.4529505Z SourceCommit                    7a986035b50dd3cd3eb29f02914a84c8e52409c8
2025-03-10T21:40:35.4530208Z BuildBy                         AL-Go for GitHub,v6.3
2025-03-10T21:40:35.4531300Z BuildUrl                        https://github.com/thetanz/d365-advanced-landed-cost/actions/runs/13775227693
2025-03-10T21:40:35.4532307Z Mandatory Affixes               _TSL
2025-03-10T21:40:35.4532813Z Supported Countries             
2025-03-10T21:40:35.4533669Z ObsoleteTagMinAllowedMajorMinor 
2025-03-10T21:40:35.4534157Z Install Apps
2025-03-10T21:40:35.4535765Z - artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app
2025-03-10T21:40:35.4546958Z Install Test Apps
2025-03-10T21:40:35.4547455Z - None
2025-03-10T21:40:35.4547862Z Previous Apps
2025-03-10T21:40:35.4548295Z - None
2025-03-10T21:40:35.4548717Z Application folders
2025-03-10T21:40:35.4549359Z - D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\MAIN
2025-03-10T21:40:35.4550102Z Test application folders
2025-03-10T21:40:35.4550766Z - D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\TEST
2025-03-10T21:40:35.4551478Z BCPT Test application folders
2025-03-10T21:40:35.4551989Z - None
2025-03-10T21:40:35.4552431Z BCPT Test suites
2025-03-10T21:40:35.4552882Z - None
2025-03-10T21:40:35.4553341Z Page Scripting Tests
2025-03-10T21:40:35.4553824Z - None
2025-03-10T21:40:35.4554277Z Custom CodeCops
2025-03-10T21:40:35.4554742Z - None
2025-03-10T21:40:35.4555171Z RemoveBcContainer override
2025-03-10T21:40:35.4571380Z 
2025-03-10T21:40:35.4571927Z                 Param([Hashtable]$parameters)
2025-03-10T21:40:35.4573877Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
2025-03-10T21:40:35.4574888Z                 Remove-BcContainer @parameters
2025-03-10T21:40:35.4575485Z             
2025-03-10T21:40:35.4578322Z InstallMissingDependencies override
2025-03-10T21:40:35.4585212Z 
2025-03-10T21:40:35.4585588Z                 Param([Hashtable]$parameters)
2025-03-10T21:40:35.4593914Z                 $parameters.missingDependencies | ForEach-Object {
2025-03-10T21:40:35.4594710Z                     $appid = $_.Split(':')[0]
2025-03-10T21:40:35.4595389Z                     $appName = $_.Split(':')[1]
2025-03-10T21:40:35.4596253Z                     $version = $appName.SubString($appName.LastIndexOf('_')+1)
2025-03-10T21:40:35.4597008Z                     $version = [System.Version]$version.SubString(0,$version.Length-4)
2025-03-10T21:40:35.4598005Z                     $publishParams = @{
2025-03-10T21:40:35.4598718Z                         "nuGetServerUrl" = $gitHubPackagesCredential.serverUrl
2025-03-10T21:40:35.4599603Z                         "nuGetToken" = $gitHubPackagesCredential.token
2025-03-10T21:40:36.4163178Z                         "packageName" = $appId
2025-03-10T21:40:36.4163732Z                         "version" = $version
2025-03-10T21:40:36.4164186Z                     }
2025-03-10T21:40:36.4164732Z                     if ($parameters.ContainsKey('CopyInstalledAppsToFolder')) {
2025-03-10T21:40:36.4165352Z                         $publishParams += @{
2025-03-10T21:40:36.4166402Z                             "CopyInstalledAppsToFolder" = $parameters.CopyInstalledAppsToFolder
2025-03-10T21:40:36.4167214Z                         }
2025-03-10T21:40:36.4170184Z                     }
2025-03-10T21:40:36.4170615Z                     if ($parameters.ContainsKey('containerName')) {
2025-03-10T21:40:36.4172232Z                         Publish-BcNuGetPackageToContainer -containerName $parameters.containerName -tenant $parameters.tenant -skipVerification -appSymbolsFolder $parameters.appSymbolsFolder @publishParams -ErrorAction SilentlyContinue
2025-03-10T21:40:36.4174228Z                     }
2025-03-10T21:40:36.4174573Z                     else {
2025-03-10T21:40:36.4176107Z                         Download-BcNuGetPackageToFolder -folder $parameters.appSymbolsFolder @publishParams | Out-Null
2025-03-10T21:40:36.4176974Z                     }
2025-03-10T21:40:36.4177319Z                 }
2025-03-10T21:40:36.4177692Z             
2025-03-10T21:40:36.4178534Z ##[endgroup]
2025-03-10T21:40:36.4179216Z ##[group]Resolving dependencies
2025-03-10T21:40:36.4179508Z 
2025-03-10T21:40:36.4179756Z  _____                _       _                   _                           _                 _
2025-03-10T21:40:36.4180647Z |  __ \              | |     (_)                 | |                         | |               (_)
2025-03-10T21:40:36.4181263Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___
2025-03-10T21:40:36.4184406Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
2025-03-10T21:40:36.4185117Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
2025-03-10T21:40:36.4185781Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
2025-03-10T21:40:36.4189916Z                                        __/ |            | |
2025-03-10T21:40:36.4190456Z                                       |___/             |_|
2025-03-10T21:40:36.4190768Z 
2025-03-10T21:40:36.4193696Z Sorted App folders
2025-03-10T21:40:36.4194236Z - D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\MAIN
2025-03-10T21:40:36.4194737Z External dependencies
2025-03-10T21:40:36.4195297Z - dc5eca8d-e409-4f7c-8929-1abadc5eca8d:Theta Systems Limited_Common_25.0.0.0.app
2025-03-10T21:40:36.4196392Z - 2804d93a-de81-40e9-93b5-92862804d93a:Theta Systems Limited_Subscription Management for Publishers_25.0.0.0.app
2025-03-10T21:40:36.4197700Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_25.0.0.0.app
2025-03-10T21:40:36.4198683Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_25.0.0.0.app
2025-03-10T21:40:36.4199536Z - f3552374-a1f2-4356-848e-196002525837:Microsoft_Business Foundation_25.0.0.0.app
2025-03-10T21:40:36.4200293Z Sorted TestApp folders
2025-03-10T21:40:36.4200812Z - D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\TEST
2025-03-10T21:40:36.4201453Z External TestApp dependencies
2025-03-10T21:40:36.4202166Z - dc5eca8d-e409-4f7c-8929-1abadc5eca8d:Theta Systems Limited_Common_25.0.0.0.app
2025-03-10T21:40:36.4203309Z - 2804d93a-de81-40e9-93b5-92862804d93a:Theta Systems Limited_Subscription Management for Publishers_25.0.0.0.app
2025-03-10T21:40:36.4204398Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_25.0.0.0.app
2025-03-10T21:40:36.4205296Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_25.0.0.0.app
2025-03-10T21:40:36.4206258Z - f3552374-a1f2-4356-848e-196002525837:Microsoft_Business Foundation_25.0.0.0.app
2025-03-10T21:40:36.4207163Z - dd0be2ea-f733-4d65-bb34-a28f4624fb14:Microsoft_Library Assert_15.0.0.0.app
2025-03-10T21:40:36.4207968Z - e7320ebb-08b3-4406-b1ec-b4927d3e280b:Microsoft_Any_15.0.0.0.app
2025-03-10T21:40:36.4208857Z - 9856ae4f-d1a7-46ef-89bb-6ef056398228:Microsoft_System Application Test Library_15.0.0.0.app
2025-03-10T21:40:36.4209873Z - 5d86850b-0d76-4eca-bd7b-951ad998e997:Microsoft_Tests-TestLibraries_15.0.0.0.app
2025-03-10T21:40:36.4210842Z - 5095f467-0a01-4b99-99d1-9ff1237d286f:Microsoft_Library Variable Storage_15.0.0.0.app
2025-03-10T21:40:36.4211959Z - 23de40a6-dfe8-4f80-80db-d70f83ce8caf:Microsoft_Test Runner_15.0.0.0.app
2025-03-10T21:40:36.4212851Z ##[endgroup]
2025-03-10T21:40:36.4213443Z ##[group]Installing apps
2025-03-10T21:40:36.4213675Z 
2025-03-10T21:40:36.4213850Z   _____           _        _ _ _
2025-03-10T21:40:36.4214236Z  |_   _|         | |      | | (_)
2025-03-10T21:40:36.4214715Z    | |  _ __  ___| |_ __ _| | |_ _ __   __ _    __ _ _ __  _ __  ___
2025-03-10T21:40:36.4215275Z    | | | '_ \/ __| __/ _` | | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2025-03-10T21:40:36.4215826Z   _| |_| | | \__ \ |_ (_| | | | | | | | (_| | | (_| | |_) | |_) \__ \
2025-03-10T21:40:36.4216384Z  |_____|_| |_|___/\__\__,_|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2025-03-10T21:40:36.4216951Z                                         __/ |       | |   | |
2025-03-10T21:40:36.4217468Z                                        |___/        |_|   |_|
2025-03-10T21:40:36.4217777Z 
2025-03-10T21:40:36.4217795Z 
2025-03-10T21:40:36.4218013Z   _____       _ _ _                                          _        _
2025-03-10T21:40:36.4218547Z  |  __ \     | | (_)                                        (_)      (_)
2025-03-10T21:40:36.4219107Z  | |__) |   _| | |_ _ __   __ _    __ _  ___ _ __   ___ _ __ _  ___   _ _ __ ___   __ _  __ _  ___
2025-03-10T21:40:36.4219643Z  |  ___/ | | | | | | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '__| |/ __| | | '_ ` _ \ / _` |/ _` |/ _ \
2025-03-10T21:40:36.4220232Z  | |   | |_| | | | | | | | (_| | | (_| |  __/ | | |  __/ |  | | (__  | | | | | | | (_| | (_| |  __/
2025-03-10T21:40:36.4220846Z  |_|    \__,_|_|_|_|_| |_|\__, |  \__, |\___|_| |_|\___|_|  |_|\___| |_|_| |_| |_|\__,_|\__, |\___|
2025-03-10T21:40:36.4221398Z                            __/ |   __/ |                                                 __/ |
2025-03-10T21:40:36.4221891Z                           |___/   |___/                                                 |___/
2025-03-10T21:40:36.4222118Z 
2025-03-10T21:40:36.4222218Z PS CallStack  :
2025-03-10T21:40:36.4222511Z - Write-PSCallStack (HelperFunctions.ps1 Line 1649)
2025-03-10T21:40:36.4222887Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 531)
2025-03-10T21:40:36.4223795Z - PullGenericImage (Run-AlPipeline.ps1 Line 518)
2025-03-10T21:40:36.4224341Z - GetBuildContainer (Run-AlPipeline.ps1 Line 552)
2025-03-10T21:40:36.4224979Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 1412)
2025-03-10T21:40:36.4225557Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 1367)
2025-03-10T21:40:36.4226377Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 1259)
2025-03-10T21:40:36.4226778Z - Run-AlPipeline (Run-AlPipeline.ps1 Line 1244)
2025-03-10T21:40:36.4227109Z - <ScriptBlock> (RunPipeline.ps1 Line 397)
2025-03-10T21:40:36.4228235Z - <ScriptBlock> (046c80b2-2193-4c93-86bc-ca4001147f25.ps1 Line 3)
2025-03-10T21:40:36.4229669Z - <ScriptBlock> (Invoke-AlGoAction.ps1 Line 17)
2025-03-10T21:40:36.4230792Z - <ScriptBlock> (046c80b2-2193-4c93-86bc-ca4001147f25.ps1 Line 2)
2025-03-10T21:40:36.4231486Z - <ScriptBlock> ( Line 1)
2025-03-10T21:40:36.4763584Z Pulling mcr.microsoft.com/businesscentral:ltsc2022
2025-03-10T21:40:37.2251277Z 
2025-03-10T21:40:37.2253292Z Pulling generic image took 2 seconds
2025-03-10T21:40:37.2276431Z 
2025-03-10T21:40:37.2276762Z    _____                _   _                _____            _        _
2025-03-10T21:40:37.2278634Z   / ____|              | | (_)              / ____|          | |      (_)
2025-03-10T21:40:37.2279507Z  | |     _ __ ___  __ _| |_ _ _ __   __ _  | |     ___  _ __ | |_ __ _ _ _ __   ___ _ __
2025-03-10T21:40:37.2280155Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` | | |    / _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2025-03-10T21:40:37.2281029Z  | |____| | |  __/ (_| | |_| | | | | (_| | | |___| (_) | | | | || (_| | | | | |  __/ |
2025-03-10T21:40:37.2281884Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \_____\___/|_| |_|\__\__,_|_|_| |_|\___|_|
2025-03-10T21:40:37.2282464Z                                      __/ |
2025-03-10T21:40:37.2283420Z                                     |___/
2025-03-10T21:40:37.2284648Z 
2025-03-10T21:40:37.2285089Z PS CallStack  :
2025-03-10T21:40:37.2294692Z - Write-PSCallStack (HelperFunctions.ps1 Line 1649)
2025-03-10T21:40:37.2303757Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 567)
2025-03-10T21:40:37.2312484Z - GetBuildContainer (Run-AlPipeline.ps1 Line 554)
2025-03-10T21:40:37.2321357Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 1412)
2025-03-10T21:40:37.2330329Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 1367)
2025-03-10T21:40:37.2339136Z - <ScriptBlock> (Run-AlPipeline.ps1 Line 1259)
2025-03-10T21:40:37.2348001Z - Run-AlPipeline (Run-AlPipeline.ps1 Line 1244)
2025-03-10T21:40:37.2357076Z - <ScriptBlock> (RunPipeline.ps1 Line 397)
2025-03-10T21:40:37.2366058Z - <ScriptBlock> (046c80b2-2193-4c93-86bc-ca4001147f25.ps1 Line 3)
2025-03-10T21:40:37.2374971Z - <ScriptBlock> (Invoke-AlGoAction.ps1 Line 17)
2025-03-10T21:40:37.2383776Z - <ScriptBlock> (046c80b2-2193-4c93-86bc-ca4001147f25.ps1 Line 2)
2025-03-10T21:40:37.2393059Z - <ScriptBlock> ( Line 1)
2025-03-10T21:40:37.3937675Z Creaing docker container
2025-03-10T21:40:37.6750895Z BcContainerHelper is version 6.0.33
2025-03-10T21:40:37.6757544Z BcContainerHelper is running as administrator
2025-03-10T21:40:43.2144032Z HyperV is Enabled
2025-03-10T21:40:43.2165228Z Host is Microsoft Windows Server 2022 Datacenter - 10.0.20348.3207
2025-03-10T21:40:43.2187545Z UsePsSession is True
2025-03-10T21:40:43.2209433Z UsePwshForBc24 is True
2025-03-10T21:40:43.2218826Z UseWinRmSession is allow
2025-03-10T21:40:43.2240744Z UseSslForWinRmSession is True
2025-03-10T21:40:43.3304210Z Docker Client Version is 27.5.1
2025-03-10T21:40:43.3314156Z Docker Server Version is 27.5.1
2025-03-10T21:40:43.4769012Z Removing Desktop shortcuts
2025-03-10T21:40:43.7435148Z Fetching all docker images
2025-03-10T21:40:43.7813078Z Fetching all docker volumes
2025-03-10T21:40:43.8745057Z Using image mcr.microsoft.com/businesscentral:ltsc2022
2025-03-10T21:40:44.1332270Z Creating Container bc13775227693
2025-03-10T21:40:44.1337869Z Style: sandbox
2025-03-10T21:40:44.1346952Z Multitenant: Yes
2025-03-10T21:40:44.1356175Z Version: 25.0.23364.31351
2025-03-10T21:40:44.1364713Z Platform: 25.0.31263.0
2025-03-10T21:40:44.1377792Z Generic Tag: 1.0.2.56
2025-03-10T21:40:44.1422666Z Container OS Version: 10.0.20348.3207 (ltsc2022)
2025-03-10T21:40:44.1432853Z Host OS Version: 10.0.20348.3207 (ltsc2022)
2025-03-10T21:40:44.1710963Z Host and container OS match, recommended isolation mode is process.
2025-03-10T21:40:44.1713913Z Using process isolation
2025-03-10T21:40:44.1779685Z Using locale en-US
2025-03-10T21:40:44.1780592Z Disabling the standard eventlog dump to container log every 2 seconds (use -dumpEventLog to enable)
2025-03-10T21:40:44.2093470Z Additional Parameters:
2025-03-10T21:40:44.2104571Z --volume "D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\:c:\sources"
2025-03-10T21:40:44.2110926Z --expose 5986
2025-03-10T21:40:44.2119046Z --env customNavSettings=EnableTaskScheduler=False
2025-03-10T21:40:44.2127341Z Files in C:\ProgramData\BcContainerHelper\Extensions\bc13775227693\my:
2025-03-10T21:40:44.2157096Z - AdditionalOutput.ps1
2025-03-10T21:40:44.2166588Z - AdditionalSetup.ps1
2025-03-10T21:40:44.2177083Z - HelperFunctions.ps1
2025-03-10T21:40:44.2185928Z - MainLoop.ps1
2025-03-10T21:40:44.2194528Z - SetupVariables.ps1
2025-03-10T21:40:44.2203251Z - updatehosts.ps1
2025-03-10T21:40:44.2211999Z Creating container bc13775227693 from image mcr.microsoft.com/businesscentral:ltsc2022
2025-03-10T21:40:45.6127129Z d4ba8257f73d32a43ace6ecef62ccd93583dad7e65060ac502d9b3bc4f684617
2025-03-10T21:41:13.5176773Z Waiting for container bc13775227693 to be ready
2025-03-10T21:42:19.5841871Z Using artifactUrl https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:42:19.5843328Z Using installer from C:\Run\240
2025-03-10T21:42:19.5846630Z Installing Business Central: multitenant=True, installOnly=False, filesOnly=False, includeTestToolkit=False, includeTestLibrariesOnly=False, includeTestFrameworkOnly=False, includePerformanceToolkit=False, appArtifactPath=c:\dl\sandbox\25.0.23364.31351\w1, platformArtifactPath=c:\dl\sandbox\25.0.23364.31351\platform, databasePath=c:\dl\sandbox\25.0.23364.31351\w1\BusinessCentral-W1.bak, licenseFilePath=c:\dl\sandbox\25.0.23364.31351\w1\Cronus.bclicense, rebootContainer=True
2025-03-10T21:42:20.6137086Z Installing from artifacts
2025-03-10T21:42:35.2166430Z Starting Local SQL Server
2025-03-10T21:42:35.2167226Z WARNING: Waiting for service 'SQL Server (SQLEXPRESS) (MSSQL$SQLEXPRESS)' to 
2025-03-10T21:42:36.7679998Z start...
2025-03-10T21:42:36.7681195Z Starting Internet Information Server
2025-03-10T21:42:36.7682087Z Copying Service Tier Files
2025-03-10T21:42:37.8177434Z c:\dl\sandbox\25.0.23364.31351\platform\ServiceTier\Program Files
2025-03-10T21:42:37.8178568Z c:\dl\sandbox\25.0.23364.31351\platform\ServiceTier\System64Folder
2025-03-10T21:42:37.8179209Z Copying Web Client Files
2025-03-10T21:42:43.5286455Z c:\dl\sandbox\25.0.23364.31351\platform\WebClient\Microsoft Dynamics NAV
2025-03-10T21:42:43.5287238Z Copying ModernDev Files
2025-03-10T21:42:43.5287674Z c:\dl\sandbox\25.0.23364.31351\platform
2025-03-10T21:42:45.0384564Z c:\dl\sandbox\25.0.23364.31351\platform\ModernDev\program files\Microsoft Dynamics NAV
2025-03-10T21:42:45.0385991Z Copying additional files
2025-03-10T21:42:45.0386538Z Copying ConfigurationPackages
2025-03-10T21:42:45.0387128Z C:\dl\sandbox\25.0.23364.31351\platform\ConfigurationPackages
2025-03-10T21:42:45.0387711Z Copying Test Assemblies
2025-03-10T21:42:45.0388152Z C:\dl\sandbox\25.0.23364.31351\platform\Test Assemblies
2025-03-10T21:42:45.0388645Z Copying Extensions
2025-03-10T21:43:03.0094017Z C:\dl\sandbox\25.0.23364.31351\w1\Extensions
2025-03-10T21:43:03.0094579Z Copying Applications
2025-03-10T21:43:03.0095028Z C:\dl\sandbox\25.0.23364.31351\platform\Applications
2025-03-10T21:43:03.0095531Z Copying dependencies
2025-03-10T21:43:09.7063216Z Importing PowerShell Modules
2025-03-10T21:43:22.9374824Z Restoring CRONUS Demo Database
2025-03-10T21:43:24.3744282Z Setting CompatibilityLevel for tenant on localhost\SQLEXPRESS
2025-03-10T21:43:55.7553005Z Exporting Application to CRONUS
2025-03-10T21:44:01.7939595Z Removing Application from tenant
2025-03-10T21:44:01.7940854Z Modifying Business Central Service Tier Config File for Docker
2025-03-10T21:44:01.7941813Z Creating Business Central Service Tier
2025-03-10T21:44:04.9235014Z Installing SIP crypto provider: 'C:\Windows\System32\NavSip.dll'
2025-03-10T21:44:11.9143162Z Starting Business Central Service Tier
2025-03-10T21:44:38.1020138Z Importing license file
2025-03-10T21:44:38.1021944Z Copying Database on localhost\SQLEXPRESS from tenant to default
2025-03-10T21:44:38.1028778Z Taking database tenant offline
2025-03-10T21:44:38.1029384Z Copying database files
2025-03-10T21:44:38.1031426Z Attaching files as new Database default
2025-03-10T21:44:38.1037675Z Putting database tenant back online
2025-03-10T21:44:38.1038307Z Mounting tenant database
2025-03-10T21:47:00.9949432Z Mounting Database for default on server localhost\SQLEXPRESS with AllowAppDatabaseWrite = False
2025-03-10T21:47:04.7862468Z Sync'ing Tenant
2025-03-10T21:47:04.7869091Z Tenant is Operational
2025-03-10T21:47:04.7869625Z Stopping Business Central Service Tier
2025-03-10T21:47:04.7874433Z Installation took 284 seconds
2025-03-10T21:47:04.7874975Z Installation complete
2025-03-10T21:47:05.8439312Z Initializing...
2025-03-10T21:47:05.8440124Z Setting host.containerhelper.internal to 192.168.192.1 in container hosts file
2025-03-10T21:47:05.8441000Z Starting Container
2025-03-10T21:47:05.8444794Z Hostname is bc13775227693
2025-03-10T21:47:08.8061671Z PublicDnsName is bc13775227693
2025-03-10T21:47:08.8062317Z Using NavUserPassword Authentication
2025-03-10T21:47:13.7013398Z Creating Self Signed Certificate
2025-03-10T21:47:13.7017936Z Self Signed Certificate Thumbprint C705269878BE997C4103FD7DA93AD36C66C0B25D
2025-03-10T21:47:13.7018677Z DNS identity bc13775227693
2025-03-10T21:47:13.7019018Z Modifying Service Tier Config File with Instance Specific Settings
2025-03-10T21:47:13.7022990Z Modifying Service Tier Config File with settings from environment variable
2025-03-10T21:47:18.8542692Z Setting EnableTaskScheduler to False
2025-03-10T21:47:23.4815543Z Starting Service Tier
2025-03-10T21:47:23.4817427Z Registering event sources
2025-03-10T21:47:23.4823321Z Creating DotNetCore Web Server Instance
2025-03-10T21:47:23.4823955Z Using application pool name: BC
2025-03-10T21:47:29.9557214Z Using default container name: NavWebApplicationContainer
2025-03-10T21:47:36.8203868Z Copy files to WWW root C:\inetpub\wwwroot\BC
2025-03-10T21:47:36.8205321Z Create the application pool BC
2025-03-10T21:47:36.8208813Z Create website: NavWebApplicationContainer without SSL
2025-03-10T21:47:36.8209517Z Update configuration: navsettings.json
2025-03-10T21:47:36.8210035Z Done Configuring Web Client
2025-03-10T21:47:36.8213879Z Enabling Financials User Experience
2025-03-10T21:47:36.8214402Z Dismounting Tenant
2025-03-10T21:47:36.8214774Z Mounting Tenant
2025-03-10T21:47:49.9345696Z Mounting Database for default on server localhost\SQLEXPRESS with AllowAppDatabaseWrite = False
2025-03-10T21:47:52.0852914Z Sync'ing Tenant
2025-03-10T21:47:52.0856407Z Tenant is Operational
2025-03-10T21:47:54.2042191Z Creating http download site
2025-03-10T21:47:54.2057027Z Setting SA Password and enabling SA
2025-03-10T21:47:56.4009687Z Creating admin as SQL User and add to sysadmin
2025-03-10T21:48:01.3449883Z Creating SUPER user
2025-03-10T21:48:26.1077980Z Enable PSRemoting and setup user for winrm
2025-03-10T21:48:28.2456051Z Creating self-signed certificate for winrm
2025-03-10T21:48:28.2456721Z Container IP Address: 192.168.198.82
2025-03-10T21:48:28.2457243Z Container Hostname  : bc13775227693
2025-03-10T21:48:28.2460546Z Container Dns Name  : bc13775227693
2025-03-10T21:48:28.2483179Z Web Client          : http://bc13775227693/BC/?tenant=default
2025-03-10T21:48:28.2483913Z Dev. Server         : http://bc13775227693
2025-03-10T21:48:28.2487480Z Dev. ServerInstance : BC
2025-03-10T21:48:28.2488002Z Dev. Server Tenant  : default
2025-03-10T21:48:29.4881231Z Setting bc13775227693 to 192.168.198.82 in host hosts file
2025-03-10T21:48:29.4881795Z Setting bc13775227693-default to 192.168.198.82 in host hosts file
2025-03-10T21:48:29.4885070Z Setting bc13775227693-default to 192.168.198.82 in container hosts file
2025-03-10T21:48:29.4885461Z 
2025-03-10T21:48:29.5054833Z Files:
2025-03-10T21:48:29.5059419Z http://bc13775227693:8080/ALLanguage.vsix
2025-03-10T21:48:29.5060658Z 
2025-03-10T21:48:29.5060900Z Container Total Physical Memory is 8.0Gb
2025-03-10T21:48:29.5064951Z Container Free Physical Memory is 2.9Gb
2025-03-10T21:48:29.5065172Z 
2025-03-10T21:48:29.5065272Z Initialization took 86 seconds
2025-03-10T21:48:29.5383223Z Ready for connections!
2025-03-10T21:48:34.2450042Z Reading CustomSettings.config from bc13775227693
2025-03-10T21:48:34.2450780Z Creating Desktop Shortcuts for bc13775227693
2025-03-10T21:48:34.6057389Z Cleanup old dotnet core assemblies
2025-03-10T21:48:34.6077225Z Container bc13775227693 successfully created
2025-03-10T21:48:34.7822895Z 
2025-03-10T21:48:34.7828648Z Use:
2025-03-10T21:48:34.7846561Z Get-BcContainerEventLog -containerName bc13775227693 to retrieve a snapshot of the event log from the container
2025-03-10T21:48:34.7861279Z Get-BcContainerDebugInfo -containerName bc13775227693 to get debug information about the container
2025-03-10T21:48:34.7876523Z Enter-BcContainer -containerName bc13775227693 to open a PowerShell prompt inside the container
2025-03-10T21:48:34.7891906Z Remove-BcContainer -containerName bc13775227693 to remove the container again
2025-03-10T21:48:34.7907623Z docker logs bc13775227693 to retrieve information about URL's again
2025-03-10T21:48:35.4509716Z 
2025-03-10T21:48:35.4512779Z Creating Container took 478 seconds
2025-03-10T21:48:37.5830608Z Copy C:\ProgramData\BcContainerHelper\Extensions\bc13775227693\233b5720-20a6-4ec8-aabb-8f4a7ec5da6f\Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app to D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.buildartifacts\Dependencies
2025-03-10T21:48:38.4119802Z Publishing C:\ProgramData\BcContainerHelper\Extensions\bc13775227693\233b5720-20a6-4ec8-aabb-8f4a7ec5da6f\Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app
2025-03-10T21:48:44.2926324Z Extension compilation failed
2025-03-10T21:48:44.2928192Z error AL1024: A package with publisher 'Theta Systems Limited', name 'Common', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app Common by Theta Systems Limited 25.0.0.0 could not be found in the database.
2025-03-10T21:48:44.2931092Z error AL1024: A package with publisher 'Theta Systems Limited', name 'OpenFeature', and a version compatible with '3.4.0.0' could not be loaded. Symbols for the requested app OpenFeature by Theta Systems Limited 3.4.0.0 could not be found in the database.
2025-03-10T21:48:44.2936938Z error AL1024: A package with publisher 'Theta Systems Limited', name 'SubscriptionMgt', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app SubscriptionMgt by Theta Systems Limited 25.0.0.0 could not be found in the database.
2025-03-10T21:48:44.2939128Z src/codeunit/Subscription.Codeunit.al(7,31): error AL0185: Codeunit 'SubscriptionMgt_SM_TSL' is missing
2025-03-10T21:48:44.2944077Z src/codeunit/Subscription.Codeunit.al(8,28): error AL0185: Codeunit 'SessionCache_CO_TSL' is missing
2025-03-10T21:48:44.2945368Z src/codeunit/Install.Codeunit.al(63,26): error AL0185: Codeunit 'PostHogProvider_FF_TSL' is missing
2025-03-10T21:48:44.2946530Z src/codeunit/Notification.Codeunit.al(8,21): error AL0185: Codeunit 'FeatureMgt_FF_TSL' is missing
2025-03-10T21:48:44.2947259Z 
2025-03-10T21:48:44.2951489Z Exception Script Stack Trace:
2025-03-10T21:48:44.2953342Z at <ScriptBlock>, <No file>: line 54
2025-03-10T21:48:44.2956919Z 
2025-03-10T21:48:44.2969759Z PowerShell Call Stack:
2025-03-10T21:48:44.2982308Z at Invoke-ScriptInBcContainer, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\ContainerHandling\Invoke-ScriptInNavContainer.ps1: line 71
2025-03-10T21:48:44.2987438Z at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 393
2025-03-10T21:48:44.2997184Z at Publish-BcContainerApp, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 154
2025-03-10T21:48:44.2998920Z at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1166
2025-03-10T21:48:44.3004351Z at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1438
2025-03-10T21:48:44.3011382Z at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1367
2025-03-10T21:48:44.3017421Z at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1259
2025-03-10T21:48:44.3023112Z at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1244
2025-03-10T21:48:44.3028981Z at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.3\RunPipeline\RunPipeline.ps1: line 397
2025-03-10T21:48:44.3036460Z at <ScriptBlock>, D:\a\_temp\046c80b2-2193-4c93-86bc-ca4001147f25.ps1: line 3
2025-03-10T21:48:44.3048825Z at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.3\Invoke-AlGoAction.ps1: line 17
2025-03-10T21:48:44.3054086Z at <ScriptBlock>, D:\a\_temp\046c80b2-2193-4c93-86bc-ca4001147f25.ps1: line 2
2025-03-10T21:48:44.3061094Z at <ScriptBlock>, <No file>: line 1
2025-03-10T21:48:44.7257341Z 
2025-03-10T21:48:44.7258559Z Container Free Physical Memory: 2.8Gb
2025-03-10T21:48:44.7264035Z Disk C: Free 121Gb from 127Gb
2025-03-10T21:48:44.7264733Z 
2025-03-10T21:48:44.7265930Z Services in container bc13775227693:
2025-03-10T21:48:46.6650630Z Publish-BcContainerApp Telemetry Correlation Id: 41946e81-c40b-4afe-ae1a-baf13425eacb
2025-03-10T21:48:47.0426332Z ##[group]Files in build artifacts folder:
2025-03-10T21:48:47.0661624Z Dependencies\Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app (33839 bytes)
2025-03-10T21:48:47.0674610Z ##[endgroup]
2025-03-10T21:48:47.0683033Z ##[group]Removing container
2025-03-10T21:48:47.0714525Z Get Event Log from container
2025-03-10T21:48:47.1254125Z Getting event log for bc13775227693
2025-03-10T21:48:50.4476089Z Removing Session bc13775227693
2025-03-10T21:48:50.4844831Z Removing container bc13775227693
2025-03-10T21:48:51.6201689Z Removing entries from hosts
2025-03-10T21:48:51.6390660Z Removing bc13775227693 from container hosts file
2025-03-10T21:48:51.7151507Z Removing bc13775227693-* from container hosts file
2025-03-10T21:48:52.4135120Z Removing Desktop shortcuts
2025-03-10T21:48:52.4135919Z Removing C:\ProgramData\BcContainerHelper\Extensions\bc13775227693
2025-03-10T21:48:52.4137630Z ##[endgroup]
2025-03-10T21:48:52.4138255Z Run-AlPipeline Telemetry Correlation Id: 1b2a61f0-dccb-4b96-81b0-5d7618ddbc7c
2025-03-10T21:48:52.9133718Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:48:52.9137583Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:48:52.9138967Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:48:52.9140245Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:48:52.9560464Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:48:52.9561520Z Enabling Microsoft telemetry...
2025-03-10T21:48:53.2867689Z ##[error]Unexpected error when running action. Error Message: Extension compilation failed error AL1024: A package with publisher 'Theta Systems Limited', name 'Common', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app Common by Theta Systems Limited 25.0.0.0 could not be found in the database. error AL1024: A package with publisher 'Theta Systems Limited', name 'OpenFeature', and a version compatible with '3.4.0.0' could not be loaded. Symbols for the requested app OpenFeature by Theta Systems Limited 3.4.0.0 could not be found in the database. error AL1024: A package with publisher 'Theta Systems Limited', name 'SubscriptionMgt', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app SubscriptionMgt by Theta Systems Limited 25.0.0.0 could not be found in the database. src/codeunit/Subscription.Codeunit.al(7,31): error AL0185: Codeunit 'SubscriptionMgt_SM_TSL' is missing src/codeunit/Subscription.Codeunit.al(8,28): error AL0185: Codeunit 'SessionCache_CO_TSL' is missing src/codeunit/Install.Codeunit.al(63,26): error AL0185: Codeunit 'PostHogProvider_FF_TSL' is missing src/codeunit/Notification.Codeunit.al(8,21): error AL0185: Codeunit 'FeatureMgt_FF_TSL' is missing, StackTrace: at Invoke-ScriptInBcContainer, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\ContainerHandling\Invoke-ScriptInNavContainer.ps1: line 113 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 393 <- at Publish-BcContainerApp, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 154 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1166 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1438 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1367 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1259 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1244 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.3\RunPipeline\RunPipeline.ps1: line 397 <- at <ScriptBlock>, D:\a\_temp\046c80b2-2193-4c93-86bc-ca4001147f25.ps1: line 3 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.3\Invoke-AlGoAction.ps1: line 17 <- at <ScriptBlock>, D:\a\_temp\046c80b2-2193-4c93-86bc-ca4001147f25.ps1: line 2 <- at <ScriptBlock>, <No file>: line 1
2025-03-10T21:48:53.4073813Z ##[error]Process completed with exit code 1.
2025-03-10T21:48:53.5080439Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v6.3
2025-03-10T21:48:53.5080916Z with:
2025-03-10T21:48:53.5083200Z   shell: powershell
2025-03-10T21:48:53.5083440Z   project: .
2025-03-10T21:48:53.5085953Z   buildMode: Default
2025-03-10T21:48:53.5086230Z env:
2025-03-10T21:48:53.5086435Z   ALGoOrgSettings: 
2025-03-10T21:48:53.5088997Z   ALGoRepoSettings: 
2025-03-10T21:48:53.5089461Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:53.5089941Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:53.5093012Z   generateDependencyArtifact: False
2025-03-10T21:48:53.5093313Z   doNotRunTests: False
2025-03-10T21:48:53.5093564Z   doNotSignApps: False
2025-03-10T21:48:53.5097772Z   useCompilerFolder: False
2025-03-10T21:48:53.5098129Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:53.5098501Z   useGitSubmodules: false
2025-03-10T21:48:53.5121493Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:53.5138833Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:53.5139333Z   artifactCacheKey: 
2025-03-10T21:48:53.5144385Z   containerName: bc13775227693
2025-03-10T21:48:53.5144647Z ##[endgroup]
2025-03-10T21:48:53.5307701Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\CalculateArtifactNames/../Invoke-AlGoAction.ps1 -ActionName "CalculateArtifactNames" -Action {
2025-03-10T21:48:53.5312320Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\CalculateArtifactNames/../Invoke-AlGoAction.ps1 -ActionName "CalculateArtifactNames" -Action {�[0m
2025-03-10T21:48:53.5313390Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\CalculateArtifactNames/CalculateArtifactNames.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -suffix $ENV:_suffix�[0m
2025-03-10T21:48:53.5314068Z �[36;1m}�[0m
2025-03-10T21:48:53.5397956Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:48:53.5398378Z env:
2025-03-10T21:48:53.5400819Z   ALGoOrgSettings: 
2025-03-10T21:48:53.5401085Z   ALGoRepoSettings: 
2025-03-10T21:48:53.5401507Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:53.5404537Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:53.5404874Z   generateDependencyArtifact: False
2025-03-10T21:48:53.5407732Z   doNotRunTests: False
2025-03-10T21:48:53.5408161Z   doNotSignApps: False
2025-03-10T21:48:53.5408413Z   useCompilerFolder: False
2025-03-10T21:48:53.5410904Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:53.5411315Z   useGitSubmodules: false
2025-03-10T21:48:53.5429717Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:53.5445388Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:53.5449954Z   artifactCacheKey: 
2025-03-10T21:48:53.5450218Z   containerName: bc13775227693
2025-03-10T21:48:53.5452856Z   _project: .
2025-03-10T21:48:53.5453091Z   _buildMode: Default
2025-03-10T21:48:53.5453295Z   _suffix: 
2025-03-10T21:48:53.5456310Z ##[endgroup]
2025-03-10T21:48:54.3736951Z Assigning  to BuildMode
2025-03-10T21:48:54.3921432Z Assigning d365-advanced-landed-cost-main-Apps-1.0.3.0 to AppsArtifactsName
2025-03-10T21:48:54.3936380Z Assigning d365-advanced-landed-cost-main-Dependencies-1.0.3.0 to DependenciesArtifactsName
2025-03-10T21:48:54.3949785Z Assigning d365-advanced-landed-cost-main-TestApps-1.0.3.0 to TestAppsArtifactsName
2025-03-10T21:48:54.3963605Z Assigning d365-advanced-landed-cost-main-TestResults-1.0.3.0 to TestResultsArtifactsName
2025-03-10T21:48:54.3977258Z Assigning d365-advanced-landed-cost-main-BcptTestResults-1.0.3.0 to BcptTestResultsArtifactsName
2025-03-10T21:48:54.3991437Z Assigning d365-advanced-landed-cost-main-PageScriptingTestResults-1.0.3.0 to PageScriptingTestResultsArtifactsName
2025-03-10T21:48:54.4005782Z Assigning d365-advanced-landed-cost-main-PageScriptingTestResultDetails-1.0.3.0 to PageScriptingTestResultDetailsArtifactsName
2025-03-10T21:48:54.4018912Z Assigning d365-advanced-landed-cost-main-BuildOutput-1.0.3.0 to BuildOutputArtifactsName
2025-03-10T21:48:54.4034339Z Assigning d365-advanced-landed-cost-main-ContainerEventLog-1.0.3.0 to ContainerEventLogArtifactsName
2025-03-10T21:48:54.4047794Z Assigning d365-advanced-landed-cost-main-PowerPlatformSolution-1.0.3.0 to PowerPlatformSolutionArtifactsName
2025-03-10T21:48:54.4567189Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:48:54.4636783Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:48:54.4655391Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:48:54.4685893Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:48:54.4695258Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:48:54.5910979Z Enabling Microsoft telemetry...
2025-03-10T21:48:55.5377267Z ##[group]Run actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2025-03-10T21:48:55.5377717Z with:
2025-03-10T21:48:55.5377991Z   name: d365-advanced-landed-cost-main-ContainerEventLog-1.0.3.0
2025-03-10T21:48:55.5378326Z   path: ./ContainerEventLog.evtx
2025-03-10T21:48:55.5378562Z   if-no-files-found: ignore
2025-03-10T21:48:55.5378772Z   compression-level: 6
2025-03-10T21:48:55.5378988Z   overwrite: false
2025-03-10T21:48:55.5379398Z   include-hidden-files: false
2025-03-10T21:48:55.5379609Z env:
2025-03-10T21:48:55.5379768Z   ALGoOrgSettings: 
2025-03-10T21:48:55.5379948Z   ALGoRepoSettings: 
2025-03-10T21:48:55.5380336Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:55.5380783Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:55.5381045Z   generateDependencyArtifact: False
2025-03-10T21:48:55.5381269Z   doNotRunTests: False
2025-03-10T21:48:55.5381454Z   doNotSignApps: False
2025-03-10T21:48:55.5381671Z   useCompilerFolder: False
2025-03-10T21:48:55.5381962Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:55.5382282Z   useGitSubmodules: false
2025-03-10T21:48:55.5399272Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:55.5414949Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:55.5415402Z   artifactCacheKey: 
2025-03-10T21:48:55.5415595Z   containerName: bc13775227693
2025-03-10T21:48:55.5415795Z ##[endgroup]
2025-03-10T21:48:56.0004760Z With the provided path, there will be 1 file uploaded
2025-03-10T21:48:56.0015635Z Artifact name is valid!
2025-03-10T21:48:56.0021238Z Root directory input is valid!
2025-03-10T21:48:56.1318837Z Beginning upload of artifact content to blob storage
2025-03-10T21:48:56.3512846Z Uploaded bytes 233454
2025-03-10T21:48:56.3689131Z Finished uploading artifact content to blob storage!
2025-03-10T21:48:56.3693578Z SHA256 hash of uploaded artifact zip is 6be32be581a3d8cbed446529c1ec53c4261463d82001e2872b6e5382e7079949
2025-03-10T21:48:56.3696426Z Finalizing artifact upload
2025-03-10T21:48:56.4414333Z Artifact d365-advanced-landed-cost-main-ContainerEventLog-1.0.3.0.zip successfully finalized. Artifact ID 2725825613
2025-03-10T21:48:56.4416537Z Artifact d365-advanced-landed-cost-main-ContainerEventLog-1.0.3.0 has been successfully uploaded! Final size is 233454 bytes. Artifact ID is 2725825613
2025-03-10T21:48:56.4427219Z Artifact download URL: https://github.com/thetanz/d365-advanced-landed-cost/actions/runs/13775227693/artifacts/2725825613
2025-03-10T21:48:56.7385417Z ##[group]Run actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2025-03-10T21:48:56.7386316Z with:
2025-03-10T21:48:56.7386885Z   name: d365-advanced-landed-cost-main-PageScriptingTestResultDetails-1.0.3.0
2025-03-10T21:48:56.7387735Z   path: ./.buildartifacts/PageScriptingTestResultDetails/
2025-03-10T21:48:56.7388278Z   if-no-files-found: ignore
2025-03-10T21:48:56.7388640Z   compression-level: 6
2025-03-10T21:48:56.7388965Z   overwrite: false
2025-03-10T21:48:56.7389287Z   include-hidden-files: false
2025-03-10T21:48:56.7389634Z env:
2025-03-10T21:48:56.7389891Z   ALGoOrgSettings: 
2025-03-10T21:48:56.7390192Z   ALGoRepoSettings: 
2025-03-10T21:48:56.7390865Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:56.7391661Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:56.7392100Z   generateDependencyArtifact: False
2025-03-10T21:48:56.7392503Z   doNotRunTests: False
2025-03-10T21:48:56.7392868Z   doNotSignApps: False
2025-03-10T21:48:56.7393464Z   useCompilerFolder: False
2025-03-10T21:48:56.7393984Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:56.7394470Z   useGitSubmodules: false
2025-03-10T21:48:56.7423440Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:56.7451171Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:56.7452039Z   artifactCacheKey: 
2025-03-10T21:48:56.7452365Z   containerName: bc13775227693
2025-03-10T21:48:56.7452702Z ##[endgroup]
2025-03-10T21:48:57.0465209Z No files were found with the provided path: ./.buildartifacts/PageScriptingTestResultDetails/. No artifacts will be uploaded.
2025-03-10T21:48:57.0742200Z ##[group]Run microsoft/AL-Go-Actions/AnalyzeTests@v6.3
2025-03-10T21:48:57.0742762Z with:
2025-03-10T21:48:57.0743039Z   shell: powershell
2025-03-10T21:48:57.0743346Z   project: .
2025-03-10T21:48:57.0743646Z env:
2025-03-10T21:48:57.0743892Z   ALGoOrgSettings: 
2025-03-10T21:48:57.0744192Z   ALGoRepoSettings: 
2025-03-10T21:48:57.0744868Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:57.0745691Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:57.0746186Z   generateDependencyArtifact: False
2025-03-10T21:48:57.0746587Z   doNotRunTests: False
2025-03-10T21:48:57.0746900Z   doNotSignApps: False
2025-03-10T21:48:57.0747221Z   useCompilerFolder: False
2025-03-10T21:48:57.0747748Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:57.0748335Z   useGitSubmodules: false
2025-03-10T21:48:57.0780853Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:57.0809355Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:57.0809833Z   artifactCacheKey: 
2025-03-10T21:48:57.0810182Z   containerName: bc13775227693
2025-03-10T21:48:57.0810540Z ##[endgroup]
2025-03-10T21:48:57.0926674Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\AnalyzeTests/../Invoke-AlGoAction.ps1 -ActionName "AnalyzeTests" -Action {
2025-03-10T21:48:57.0927469Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\AnalyzeTests/../Invoke-AlGoAction.ps1 -ActionName "AnalyzeTests" -Action {�[0m
2025-03-10T21:48:57.0928137Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\AnalyzeTests/AnalyzeTests.ps1 -project $ENV:_project�[0m
2025-03-10T21:48:57.0928637Z �[36;1m}�[0m
2025-03-10T21:48:57.0965509Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:48:57.0965895Z env:
2025-03-10T21:48:57.0966050Z   ALGoOrgSettings: 
2025-03-10T21:48:57.0966232Z   ALGoRepoSettings: 
2025-03-10T21:48:57.0966623Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:57.0967074Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:57.0967339Z   generateDependencyArtifact: False
2025-03-10T21:48:57.0967562Z   doNotRunTests: False
2025-03-10T21:48:57.0967746Z   doNotSignApps: False
2025-03-10T21:48:57.0967934Z   useCompilerFolder: False
2025-03-10T21:48:57.0968225Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:57.0968544Z   useGitSubmodules: false
2025-03-10T21:48:57.0984228Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:57.0999818Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:57.1000264Z   artifactCacheKey: 
2025-03-10T21:48:57.1000455Z   containerName: bc13775227693
2025-03-10T21:48:57.1000647Z   _project: .
2025-03-10T21:48:57.1000826Z ##[endgroup]
2025-03-10T21:48:57.6490324Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:48:57.6554981Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:48:57.6574230Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:48:57.6590057Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:48:57.6601677Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:48:57.7691640Z Enabling Microsoft telemetry...
2025-03-10T21:48:58.2205831Z ##[group]Run microsoft/AL-Go-Actions/PipelineCleanup@v6.3
2025-03-10T21:48:58.2206229Z with:
2025-03-10T21:48:58.2206402Z   shell: powershell
2025-03-10T21:48:58.2206579Z   project: .
2025-03-10T21:48:58.2206734Z env:
2025-03-10T21:48:58.2206896Z   ALGoOrgSettings: 
2025-03-10T21:48:58.2207077Z   ALGoRepoSettings: 
2025-03-10T21:48:58.2207464Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:58.2207918Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:58.2208176Z   generateDependencyArtifact: False
2025-03-10T21:48:58.2208405Z   doNotRunTests: False
2025-03-10T21:48:58.2208591Z   doNotSignApps: False
2025-03-10T21:48:58.2208774Z   useCompilerFolder: False
2025-03-10T21:48:58.2209068Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:58.2209390Z   useGitSubmodules: false
2025-03-10T21:48:58.2226491Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:58.2242201Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:58.2242646Z   artifactCacheKey: 
2025-03-10T21:48:58.2242853Z   containerName: bc13775227693
2025-03-10T21:48:58.2243059Z ##[endgroup]
2025-03-10T21:48:58.2337031Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v6.3\PipelineCleanup/../Invoke-AlGoAction.ps1 -ActionName "PipelineCleanup" -Action {
2025-03-10T21:48:58.2337864Z �[36;1mD:\a\_actions\microsoft\AL-Go-Actions\v6.3\PipelineCleanup/../Invoke-AlGoAction.ps1 -ActionName "PipelineCleanup" -Action {�[0m
2025-03-10T21:48:58.2338570Z �[36;1m  D:\a\_actions\microsoft\AL-Go-Actions\v6.3\PipelineCleanup/PipelineCleanup.ps1 -project $ENV:_project�[0m
2025-03-10T21:48:58.2338978Z �[36;1m}�[0m
2025-03-10T21:48:58.2375745Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2025-03-10T21:48:58.2376130Z env:
2025-03-10T21:48:58.2376285Z   ALGoOrgSettings: 
2025-03-10T21:48:58.2376464Z   ALGoRepoSettings: 
2025-03-10T21:48:58.2376839Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.31351/w1
2025-03-10T21:48:58.2377269Z   keyVaultCodesignCertificateName: 
2025-03-10T21:48:58.2378023Z   generateDependencyArtifact: False
2025-03-10T21:48:58.2378350Z   doNotRunTests: False
2025-03-10T21:48:58.2378547Z   doNotSignApps: False
2025-03-10T21:48:58.2378732Z   useCompilerFolder: False
2025-03-10T21:48:58.2379019Z   trustedSigning: {"Endpoint":"","Account":"","CertificateProfile":""}
2025-03-10T21:48:58.2379350Z   useGitSubmodules: false
2025-03-10T21:48:58.2395220Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","useGitSubmodules":"false","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":3,"installTestApps":[],"versioningStrategy":0,"installApps":["artifacts/Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"w1","applicationDependency":"18.0.0.0","templateSha":"","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["TEST"],"githubRunner":"windows-latest","trustMicrosoftNuGetFeeds":true,"doNotBuildTests":false,"environments":[],"restoreDatabases":[],"assignPremiumPlan":false,"shortLivedArtifactsRetentionDays":1,"artifact":"bcartifacts/sandbox/*/w1/latest","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"pageScriptingTests":[],"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["MAIN"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","trustedSigning":{"Endpoint":"","Account":"","CertificateProfile":""},"powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"doNotRunPageScriptingTests":false,"appDependencies":[],"doNotRunBcptTests":false,"CICDPullRequestBranches":["main","release/*"],"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","CICDPushBranches":["main","release/*"],"obsoleteTagMinAllowedMajorMinor":"","bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","gitSubmodulesTokenSecretName":"gitSubmodulesToken","projects":[],"appSourceCopMandatoryAffixes":["_TSL"],"projectName":"advanced-landed-cost","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"companyName":"","enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","commitOptions":{"messageSuffix":"","pullRequestAutoMerge":false,"pullRequestLabels":[]},"doNotSignApps":false,"repoName":"d365-advanced-landed-cost","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2025-03-10T21:48:58.2410732Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:58.2411177Z   artifactCacheKey: 
2025-03-10T21:48:58.2411370Z   containerName: bc13775227693
2025-03-10T21:48:58.2411564Z   _project: .
2025-03-10T21:48:58.2411719Z ##[endgroup]
2025-03-10T21:48:58.6853701Z Import from C:\ProgramData\BcContainerHelper\6.0.33\BcContainerHelper\BcContainerHelper.ps1
2025-03-10T21:48:58.9127581Z BcContainerHelper version 6.0.33
2025-03-10T21:48:59.2311319Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2025-03-10T21:48:59.2815498Z Running on Windows, PowerShell 5.1.20348.2849
2025-03-10T21:49:00.3570878Z Removing Desktop shortcuts
2025-03-10T21:49:00.8718528Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\AL-Go-Settings.json
2025-03-10T21:49:00.8767760Z Applying settings from D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\settings.json
2025-03-10T21:49:00.8785417Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.github\CICD.settings.json
2025-03-10T21:49:00.8807489Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\CICD.settings.json
2025-03-10T21:49:00.8818782Z No settings found in D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost\.AL-Go\canatestheta.settings.json
2025-03-10T21:49:00.9750308Z Enabling Microsoft telemetry...
2025-03-10T21:49:01.3467350Z Post job cleanup.
2025-03-10T21:49:01.6193109Z [command]"C:\Program Files\Git\bin\git.exe" version
2025-03-10T21:49:01.6932437Z git version 2.48.1.windows.1
2025-03-10T21:49:01.7001966Z Temporarily overriding HOME='D:\a\_temp\f0703340-cc2c-4f01-8975-9c5b90ede232' before making global git config changes
2025-03-10T21:49:01.7003373Z Adding repository directory to the temporary git global config as a safe directory
2025-03-10T21:49:01.7015660Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\d365-advanced-landed-cost\d365-advanced-landed-cost
2025-03-10T21:49:01.7301029Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2025-03-10T21:49:01.7562122Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2025-03-10T21:49:02.7728393Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-03-10T21:49:02.7729353Z http.https://github.com/.extraheader
2025-03-10T21:49:02.7730673Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2025-03-10T21:49:02.7732880Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2025-03-10T21:49:02.7810206Z Cleaning up orphan processes```

@freddydk
Copy link
Contributor

The error is:

Publishing C:\ProgramData\BcContainerHelper\Extensions\bc13775227693\233b5720-20a6-4ec8-aabb-8f4a7ec5da6f\Theta Systems Limited_Subscription Management for Publishers_25.0.0.30.app
2025-03-10T21:48:44.2926324Z Extension compilation failed
2025-03-10T21:48:44.2928192Z error AL1024: A package with publisher 'Theta Systems Limited', name 'Common', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app Common by Theta Systems Limited 25.0.0.0 could not be found in the database.
2025-03-10T21:48:44.2931092Z error AL1024: A package with publisher 'Theta Systems Limited', name 'OpenFeature', and a version compatible with '3.4.0.0' could not be loaded. Symbols for the requested app OpenFeature by Theta Systems Limited 3.4.0.0 could not be found in the database.
2025-03-10T21:48:44.2936938Z error AL1024: A package with publisher 'Theta Systems Limited', name 'SubscriptionMgt', and a version compatible with '25.0.0.0' could not be loaded. Symbols for the requested app SubscriptionMgt by Theta Systems Limited 25.0.0.0 could not be found in the database.

So... - it is while publishing the app in InstallApps it fails - that app has dependencies which aren't resolved.
If you have apps in InstallApps, they need to be able to install - meaning that you need to have all its dependencies in installApps as well.

@freddydk freddydk self-assigned this Mar 11, 2025
@freddydk freddydk added the Fix Ready Fix Ready label Mar 11, 2025
@canatestheta
Copy link
Author

Which was exactly my question. Those 3 in the error are all available in Nuget packages.
Which means, if i use installApps parameter, i say goodbye to CICD script being able to download from web and install i understand.
Is there a way you see to force the script to still look at the web Freddy? Do you see worth in this maybe to make a feature out of it or not so much?

For this particular example i can live with dumping all the apps in installapps no problem.
But we have thousands of customer repos we would love to migrate to github. Customer repo will have some apps we need to download via nuget packages and some local pte customization dependencies. :(

But if its not doable, i understand, it is what it is. Thx for your time! :)

@freddydk
Copy link
Contributor

Got it - yeah currently it doesn't look for dependencies from apps in InstallApps in NuGet - will add this as an idea in the backlog

@canatestheta
Copy link
Author

Cheers Freddy appreciated.
Even if it doesn't look for dependencies of the apps in InstallApps, it would heavily help if the script can continue looking for online dependencies of the app that is being built, regardless if we have defined installapps or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Ready Fix Ready question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants