microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
299 stars 125 forks source link

[Bug]: Test Library Installation #1262

Closed tscottjendev closed 1 month ago

tscottjendev commented 1 month ago

Question

For CI/CD action does the container not get created with all the test apps? I am getting this error

Error: AL1022 A package with publisher 'Microsoft', name 'Tests-TestLibraries', and a version compatible with '24.3.21374.21570' could not be found in the package cache folders: c:\sources.packages

How do I get it to install that app if is not installed by default?

freddydk commented 1 month ago

AL-Go should automatically find out and install needed test apps - unless you have added a setting to not install it: f.ex. "installTestLibraries": false,

If you can share the build log - then I can see what happens.

tscottjendev commented 1 month ago

Here you go. I do see it as "installTestLibraries": false but I have no idea where this is set. Not something I intended to do.

> 2024-10-14T12:58:04.0065252Z Current runner version: '2.320.0'
> 2024-10-14T12:58:04.0093253Z ##[group]Operating System
> 2024-10-14T12:58:04.0094052Z Microsoft Windows Server 2022
> 2024-10-14T12:58:04.0094693Z 10.0.20348
> 2024-10-14T12:58:04.0095183Z Datacenter
> 2024-10-14T12:58:04.0095652Z ##[endgroup]
> 2024-10-14T12:58:04.0096160Z ##[group]Runner Image
> 2024-10-14T12:58:04.0096706Z Image: windows-2022
> 2024-10-14T12:58:04.0097247Z Version: 20241006.1.0
> 2024-10-14T12:58:04.0098747Z Included Software: https://github.com/actions/runner-images/blob/win22/20241006.1/images/windows/Windows2022-Readme.md
> 2024-10-14T12:58:04.0100859Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20241006.1
> 2024-10-14T12:58:04.0102075Z ##[endgroup]
> 2024-10-14T12:58:04.0102642Z ##[group]Runner Image Provisioner
> 2024-10-14T12:58:04.0103320Z 2.0.384.1
> 2024-10-14T12:58:04.0103734Z ##[endgroup]
> 2024-10-14T12:58:04.0121693Z ##[group]GITHUB_TOKEN Permissions
> 2024-10-14T12:58:04.0123207Z Actions: read
> 2024-10-14T12:58:04.0123717Z Contents: read
> 2024-10-14T12:58:04.0124124Z Metadata: read
> 2024-10-14T12:58:04.0124433Z ##[endgroup]
> 2024-10-14T12:58:04.0126335Z Secret source: Actions
> 2024-10-14T12:58:04.0126885Z Prepare workflow directory
> 2024-10-14T12:58:04.1180477Z Prepare all required actions
> 2024-10-14T12:58:04.1342417Z Getting action download info
> 2024-10-14T12:58:04.3951851Z Download action repository 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
> 2024-10-14T12:58:04.5733522Z Download action repository 'microsoft/AL-Go-Actions@v5.3' (SHA:b1d94cdeafe4735a2dc05a7ad9320801dd43dde8)
> 2024-10-14T12:58:05.1785281Z Download action repository 'actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9' (SHA:0c45773b623bea8c8e75f6c82b208c3cf94ea4f9)
> 2024-10-14T12:58:05.3344558Z Download action repository 'actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
> 2024-10-14T12:58:05.5282013Z Getting action download info
> 2024-10-14T12:58:05.6962076Z Download action repository 'actions/download-artifact@v4' (SHA:fa0a91b85d4f404e444e00e005971372dc801d16)
> 2024-10-14T12:58:06.4005140Z Uses: Jersey-Electricity-plc/jenworks/.github/workflows/_BuildALGoProject.yaml@refs/heads/feature/sprint3 (6ca8557a6b15f90e937404f1cbed478e6d2ea714)
> 2024-10-14T12:58:06.4007226Z ##[group] Inputs
> 2024-10-14T12:58:06.4007519Z   shell: powershell
> 2024-10-14T12:58:06.4007779Z   runsOn: "windows-latest"
> 2024-10-14T12:58:06.4008122Z   checkoutRef: 6ca8557a6b15f90e937404f1cbed478e6d2ea714
> 2024-10-14T12:58:06.4008490Z   project: Jenworks
> 2024-10-14T12:58:06.4008724Z   projectName: Jenworks
> 2024-10-14T12:58:06.4009000Z   projectDependenciesJson: {}
> 2024-10-14T12:58:06.4009276Z   buildMode: Default
> 2024-10-14T12:58:06.4009523Z   baselineWorkflowRunId: 0
> 2024-10-14T12:58:06.4010770Z   secrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString
> 2024-10-14T12:58:06.4012341Z   publishThisBuildArtifacts: false
> 2024-10-14T12:58:06.4012692Z   publishArtifacts: false
> 2024-10-14T12:58:06.4012969Z   artifactsNameSuffix: 
> 2024-10-14T12:58:06.4013223Z   signArtifacts: true
> 2024-10-14T12:58:06.4013465Z   useArtifactCache: true
> 2024-10-14T12:58:06.4013717Z ##[endgroup]
> 2024-10-14T12:58:06.4014235Z Complete job name: Build Jenworks (Default) / Jenworks (Default)
> 2024-10-14T12:58:06.5102306Z ##[group]Run actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
> 2024-10-14T12:58:06.5102842Z with:
> 2024-10-14T12:58:06.5103113Z   ref: 6ca8557a6b15f90e937404f1cbed478e6d2ea714
> 2024-10-14T12:58:06.5103451Z   lfs: true
> 2024-10-14T12:58:06.5103714Z   repository: Jersey-Electricity-plc/jenworks
> 2024-10-14T12:58:06.5104252Z   token: ***
> 2024-10-14T12:58:06.5104475Z   ssh-strict: true
> 2024-10-14T12:58:06.5104723Z   ssh-user: git
> 2024-10-14T12:58:06.5104984Z   persist-credentials: true
> 2024-10-14T12:58:06.5105248Z   clean: true
> 2024-10-14T12:58:06.5107131Z   sparse-checkout-cone-mode: true
> 2024-10-14T12:58:06.5107475Z   fetch-depth: 1
> 2024-10-14T12:58:06.5107696Z   fetch-tags: false
> 2024-10-14T12:58:06.5107921Z   show-progress: true
> 2024-10-14T12:58:06.5108155Z   submodules: false
> 2024-10-14T12:58:06.5108488Z   set-safe-directory: true
> 2024-10-14T12:58:06.5108747Z env:
> 2024-10-14T12:58:06.5108929Z   ALGoOrgSettings: 
> 2024-10-14T12:58:06.5109692Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T12:58:06.5110437Z ##[endgroup]
> 2024-10-14T12:58:07.0171214Z Syncing repository: Jersey-Electricity-plc/jenworks
> 2024-10-14T12:58:07.0173825Z ##[group]Getting Git version info
> 2024-10-14T12:58:07.0174952Z Working directory is 'D:\a\jenworks\jenworks'
> 2024-10-14T12:58:07.2595964Z [command]"C:\Program Files\Git\bin\git.exe" version
> 2024-10-14T12:58:07.2991971Z git version 2.46.2.windows.1
> 2024-10-14T12:58:07.4269042Z [command]"C:\Program Files\Git\bin\git.exe" lfs version
> 2024-10-14T12:58:08.7695544Z git-lfs/3.5.1 (GitHub; windows amd64; go 1.21.7; git e237bb3a)
> 2024-10-14T12:58:08.7722159Z ##[endgroup]
> 2024-10-14T12:58:08.7740793Z Temporarily overriding HOME='D:\a\_temp\2e70e40f-41c0-43a2-b53c-b6147024b6ee' before making global git config changes
> 2024-10-14T12:58:08.7742715Z Adding repository directory to the temporary git global config as a safe directory
> 2024-10-14T12:58:08.7744821Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\jenworks\jenworks
> 2024-10-14T12:58:08.7753502Z Deleting the contents of 'D:\a\jenworks\jenworks'
> 2024-10-14T12:58:08.7755195Z ##[group]Initializing the repository
> 2024-10-14T12:58:08.7756001Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\jenworks\jenworks
> 2024-10-14T12:58:08.7757220Z Initialized empty Git repository in D:/a/jenworks/jenworks/.git/
> 2024-10-14T12:58:08.7759312Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/Jersey-Electricity-plc/jenworks
> 2024-10-14T12:58:08.7761235Z ##[endgroup]
> 2024-10-14T12:58:08.7761928Z ##[group]Disabling automatic garbage collection
> 2024-10-14T12:58:08.7762923Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
> 2024-10-14T12:58:08.7764506Z ##[endgroup]
> 2024-10-14T12:58:08.7765152Z ##[group]Setting up auth
> 2024-10-14T12:58:08.7766201Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
> 2024-10-14T12:58:08.7776340Z [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' || :\""
> 2024-10-14T12:58:09.8158990Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
> 2024-10-14T12:58:09.8411629Z [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' || :\""
> 2024-10-14T12:58:10.2835951Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
> 2024-10-14T12:58:10.3106921Z ##[endgroup]
> 2024-10-14T12:58:10.3120386Z [command]"C:\Program Files\Git\bin\git.exe" lfs install --local
> 2024-10-14T12:58:11.0045975Z Updated Git hooks.
> 2024-10-14T12:58:11.0047134Z Git LFS initialized.
> 2024-10-14T12:58:11.0159124Z ##[group]Fetching the repository
> 2024-10-14T12:58:11.0163041Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 6ca8557a6b15f90e937404f1cbed478e6d2ea714
> 2024-10-14T12:58:12.4247996Z From https://github.com/Jersey-Electricity-plc/jenworks
> 2024-10-14T12:58:12.4249751Z  * branch            6ca8557a6b15f90e937404f1cbed478e6d2ea714 -> FETCH_HEAD
> 2024-10-14T12:58:12.4458468Z ##[endgroup]
> 2024-10-14T12:58:12.4459327Z ##[group]Determining the checkout info
> 2024-10-14T12:58:12.4461848Z ##[endgroup]
> 2024-10-14T12:58:12.4462644Z ##[group]Fetching LFS objects
> 2024-10-14T12:58:12.4468655Z [command]"C:\Program Files\Git\bin\git.exe" lfs fetch origin 6ca8557a6b15f90e937404f1cbed478e6d2ea714
> 2024-10-14T12:58:12.9361670Z fetch: Fetching reference 6ca8557a6b15f90e937404f1cbed478e6d2ea714
> 2024-10-14T12:58:13.1053181Z ##[endgroup]
> 2024-10-14T12:58:13.1064532Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
> 2024-10-14T12:58:13.1410421Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
> 2024-10-14T12:58:13.1672717Z ##[group]Checking out the ref
> 2024-10-14T12:58:13.1682610Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force 6ca8557a6b15f90e937404f1cbed478e6d2ea714
> 2024-10-14T12:58:13.2288343Z Note: switching to '6ca8557a6b15f90e937404f1cbed478e6d2ea714'.
> 2024-10-14T12:58:13.2289146Z 
> 2024-10-14T12:58:13.2290045Z You are in 'detached HEAD' state. You can look around, make experimental
> 2024-10-14T12:58:13.2291322Z changes and commit them, and you can discard any commits you make in this
> 2024-10-14T12:58:13.2292429Z state without impacting any branches by switching back to a branch.
> 2024-10-14T12:58:13.2293443Z 
> 2024-10-14T12:58:13.2293975Z If you want to create a new branch to retain commits you create, you may
> 2024-10-14T12:58:13.2295628Z do so (now or later) by using -c with the switch command. Example:
> 2024-10-14T12:58:13.2296314Z 
> 2024-10-14T12:58:13.2297006Z   git switch -c <new-branch-name>
> 2024-10-14T12:58:13.2301126Z 
> 2024-10-14T12:58:13.2315786Z Or undo this operation with:
> 2024-10-14T12:58:13.2316669Z 
> 2024-10-14T12:58:13.2318510Z   git switch -
> 2024-10-14T12:58:13.2318824Z 
> 2024-10-14T12:58:13.2319451Z Turn off this advice by setting config variable advice.detachedHead to false
> 2024-10-14T12:58:13.2320250Z 
> 2024-10-14T12:58:13.2320899Z HEAD is now at 6ca8557 121 task create sales lines based on account with charge factors (#157)
> 2024-10-14T12:58:13.6905528Z ##[endgroup]
> 2024-10-14T12:58:13.7162432Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
> 2024-10-14T12:58:13.7365210Z '6ca8557a6b15f90e937404f1cbed478e6d2ea714'
> 2024-10-14T12:58:13.7931530Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v5.3
> 2024-10-14T12:58:13.7931968Z with:
> 2024-10-14T12:58:13.7932171Z   shell: powershell
> 2024-10-14T12:58:13.7932412Z   project: Jenworks
> 2024-10-14T12:58:13.7933176Z   get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact,generateDependencyArtifact
> 2024-10-14T12:58:13.7933982Z env:
> 2024-10-14T12:58:13.7934172Z   ALGoOrgSettings: 
> 2024-10-14T12:58:13.7934846Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T12:58:13.7935581Z ##[endgroup]
> 2024-10-14T12:58:13.8277147Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\ReadSettings/../Invoke-AlGoAction.ps1 -ActionName "ReadSettings" -Action {
> 2024-10-14T12:58:13.8278405Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\ReadSettings/../Invoke-AlGoAction.ps1 -ActionName "ReadSettings" -Action {
> 2024-10-14T12:58:13.8279525Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.3\ReadSettings/ReadSettings.ps1 -project $ENV:_project -get $ENV:_get
> 2024-10-14T12:58:13.8280202Z }
> 2024-10-14T12:58:13.8314244Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T12:58:13.8314793Z env:
> 2024-10-14T12:58:13.8314989Z   ALGoOrgSettings: 
> 2024-10-14T12:58:13.8315684Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T12:58:13.8316604Z   _project: Jenworks
> 2024-10-14T12:58:13.8317384Z   _get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact,generateDependencyArtifact
> 2024-10-14T12:58:13.8318221Z ##[endgroup]
> 2024-10-14T12:58:14.3051524Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T12:58:14.3590086Z Applying settings from D:\a\jenworks\jenworks\Jenworks\.AL-Go\settings.json
> 2024-10-14T12:58:14.3608904Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T12:58:14.3631521Z No settings found in D:\a\jenworks\jenworks\Jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T12:58:14.3643295Z No settings found in D:\a\jenworks\jenworks\Jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T12:58:14.5902173Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T12:58:15.0212833Z SETTINGS:
> 2024-10-14T12:58:15.0712277Z {
> 2024-10-14T12:58:15.0712845Z     "keyVaultCertificateUrlSecretName":  "",
> 2024-10-14T12:58:15.0715183Z     "microsoftTelemetryConnectionString":  "InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/",
> 2024-10-14T12:58:15.0716935Z     "type":  "PTE",
> 2024-10-14T12:58:15.0717528Z     "sendExtendedTelemetryToMicrosoft":  false,
> 2024-10-14T12:58:15.0722815Z     "appBuild":  35,
> 2024-10-14T12:58:15.0723732Z     "installTestApps":  [
> 2024-10-14T12:58:15.0730393Z 
> 2024-10-14T12:58:15.0730741Z                         ],
> 2024-10-14T12:58:15.0733240Z     "versioningStrategy":  0,
> 2024-10-14T12:58:15.0733987Z     "installApps":  [
> 2024-10-14T12:58:15.0734486Z 
> 2024-10-14T12:58:15.0734791Z                     ],
> 2024-10-14T12:58:15.0735459Z     "installTestLibraries":  false,
> 2024-10-14T12:58:15.0736208Z     "runNumberOffset":  0,
> 2024-10-14T12:58:15.0737180Z     "codeSignCertificatePasswordSecretName":  "codeSignCertificatePassword",
> 2024-10-14T12:58:15.0738301Z     "vsixFile":  "",
> 2024-10-14T12:58:15.0738904Z     "country":  "gb",
> 2024-10-14T12:58:15.0739763Z     "templateSha":  "72f3223b6a153cd1fae540f5d7388842e2f9ac1e",
> 2024-10-14T12:58:15.0740863Z     "partnerTelemetryConnectionString":  "",
> 2024-10-14T12:58:15.0741720Z     "doNotRunTests":  false,
> 2024-10-14T12:58:15.0745016Z     "enableCodeAnalyzersOnTestApps":  false,
> 2024-10-14T12:58:15.0745957Z     "runs-on":  "windows-latest",
> 2024-10-14T12:58:15.0746840Z     "generateDependencyArtifact":  false,
> 2024-10-14T12:58:15.0747467Z     "excludeEnvironments":  [
> 2024-10-14T12:58:15.0748066Z 
> 2024-10-14T12:58:15.0748387Z                             ],
> 2024-10-14T12:58:15.0749180Z     "keyVaultCertificatePasswordSecretName":  "",
> 2024-10-14T12:58:15.0750022Z     "rulesetFile":  "",
> 2024-10-14T12:58:15.0750766Z     "licenseFileUrlSecretName":  "licenseFileUrl",
> 2024-10-14T12:58:15.0751663Z     "enableExternalRulesets":  false,
> 2024-10-14T12:58:15.0752444Z     "memoryLimit":  "",
> 2024-10-14T12:58:15.0753188Z     "keyVaultClientIdSecretName":  "",
> 2024-10-14T12:58:15.0753919Z     "testFolders":  [
> 2024-10-14T12:58:15.0754762Z                         "Jenworks-Core.Test"
> 2024-10-14T12:58:15.0755347Z                     ],
> 2024-10-14T12:58:15.0756270Z     "githubRunner":  "windows-latest",
> 2024-10-14T12:58:15.0757221Z     "doNotBuildTests":  false,
> 2024-10-14T12:58:15.0757926Z     "environments":  [
> 2024-10-14T12:58:15.0758224Z 
> 2024-10-14T12:58:15.0758538Z                      ],
> 2024-10-14T12:58:15.0758950Z     "companyName":  "",
> 2024-10-14T12:58:15.0759392Z     "assignPremiumPlan":  false,
> 2024-10-14T12:58:15.0759864Z     "artifact":  "",
> 2024-10-14T12:58:15.0760377Z     "ghTokenWorkflowSecretName":  "ghTokenWorkflow",
> 2024-10-14T12:58:15.0761051Z     "enableTaskScheduler":  false,
> 2024-10-14T12:58:15.0761554Z     "enableCodeCop":  false,
> 2024-10-14T12:58:15.0762034Z     "repoVersion":  "1.1",
> 2024-10-14T12:58:15.0762501Z     "doNotPublishApps":  true,
> 2024-10-14T12:58:15.0763261Z     "unusedALGoSystemFiles":  [
> 2024-10-14T12:58:15.0763670Z 
> 2024-10-14T12:58:15.0763815Z                               ],
> 2024-10-14T12:58:15.0764334Z     "githubRunnerShell":  "powershell",
> 2024-10-14T12:58:15.0764893Z     "appFolders":  [
> 2024-10-14T12:58:15.0765496Z                        "Jenworks-Core",
> 2024-10-14T12:58:15.0766138Z                        "Jendev-Library"
> 2024-10-14T12:58:15.0766654Z                    ],
> 2024-10-14T12:58:15.0767073Z     "cacheKeepDays":  3,
> 2024-10-14T12:58:15.0767528Z     "bcptTestFolders":  [
> 2024-10-14T12:58:15.0767843Z 
> 2024-10-14T12:58:15.0767985Z                         ],
> 2024-10-14T12:58:15.0768454Z     "updateDependencies":  false,
> 2024-10-14T12:58:15.0768970Z     "cacheImageName":  "my",
> 2024-10-14T12:58:15.0769430Z     "powerPlatformSolutionFolder":  "",
> 2024-10-14T12:58:15.0770041Z     "treatTestFailuresAsWarnings":  false,
> 2024-10-14T12:58:15.0770634Z     "bcptThresholds":  {
> 2024-10-14T12:58:15.0771107Z                            "DurationWarning":  10,
> 2024-10-14T12:58:15.0771756Z                            "DurationError":  25,
> 2024-10-14T12:58:15.0772405Z                            "NumberOfSqlStmtsWarning":  5,
> 2024-10-14T12:58:15.0773093Z                            "NumberOfSqlStmtsError":  10
> 2024-10-14T12:58:15.0773839Z                        },
> 2024-10-14T12:58:15.0774309Z     "additionalCountries":  [
> 2024-10-14T12:58:15.0774661Z 
> 2024-10-14T12:58:15.0774800Z                             ],
> 2024-10-14T12:58:15.0775233Z     "alDoc":  {
> 2024-10-14T12:58:15.0775670Z                   "continuousDeployment":  false,
> 2024-10-14T12:58:15.0776300Z                   "deployToGitHubPages":  true,
> 2024-10-14T12:58:15.0776877Z                   "maxReleases":  3,
> 2024-10-14T12:58:15.0777415Z                   "groupByProject":  true,
> 2024-10-14T12:58:15.0777994Z                   "includeProjects":  [
> 2024-10-14T12:58:15.0778377Z 
> 2024-10-14T12:58:15.0778533Z                                       ],
> 2024-10-14T12:58:15.0779072Z                   "excludeProjects":  [
> 2024-10-14T12:58:15.0779453Z 
> 2024-10-14T12:58:15.0779604Z                                       ],
> 2024-10-14T12:58:15.0780264Z                   "header":  "Documentation for {REPOSITORY} {VERSION}",
> 2024-10-14T12:58:15.0784861Z                   "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",
> 2024-10-14T12:58:15.0793321Z                   "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}",
> 2024-10-14T12:58:15.0801078Z                   "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}"
> 2024-10-14T12:58:15.0804899Z               },
> 2024-10-14T12:58:15.0805288Z     "customCodeCops":  [
> 2024-10-14T12:58:15.0805579Z 
> 2024-10-14T12:58:15.0805713Z                        ],
> 2024-10-14T12:58:15.0806136Z     "appDependencies":  [
> 2024-10-14T12:58:15.0807603Z 
> 2024-10-14T12:58:15.0807737Z                         ],
> 2024-10-14T12:58:15.0808196Z     "doNotRunBcptTests":  false,
> 2024-10-14T12:58:15.0808674Z     "skipUpgrade":  false,
> 2024-10-14T12:58:15.0809168Z     "appDependencyProbingPaths":  [
> 2024-10-14T12:58:15.0809566Z 
> 2024-10-14T12:58:15.0809722Z                                   ],
> 2024-10-14T12:58:15.0810230Z     "useCompilerFolder":  false,
> 2024-10-14T12:58:15.0810747Z     "installTestFramework":  false,
> 2024-10-14T12:58:15.0811361Z     "keyVaultCodesignCertificateName":  "",
> 2024-10-14T12:58:15.0811968Z     "keyVaultName":  "",
> 2024-10-14T12:58:15.0812481Z     "obsoleteTagMinAllowedMajorMinor":  "",
> 2024-10-14T12:58:15.0813125Z     "applicationDependency":  "18.0.0.0",
> 2024-10-14T12:58:15.0814185Z     "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
> 2024-10-14T12:58:15.0815234Z     "shell":  "powershell",
> 2024-10-14T12:58:15.0815742Z     "deliverToAppSource":  {
> 2024-10-14T12:58:15.0816301Z                                "mainAppFolder":  "",
> 2024-10-14T12:58:15.0816928Z                                "productId":  "",
> 2024-10-14T12:58:15.0817572Z                                "includeDependencies":  [
> 2024-10-14T12:58:15.0818026Z 
> 2024-10-14T12:58:15.0818225Z                                                        ],
> 2024-10-14T12:58:15.0818877Z                                "continuousDelivery":  false
> 2024-10-14T12:58:15.0819457Z                            },
> 2024-10-14T12:58:15.0819933Z     "failOn":  "error",
> 2024-10-14T12:58:15.0820758Z     "templateUrl":  "https://github.com/microsoft/AL-Go-PTE@main",
> 2024-10-14T12:58:15.0821487Z     "projects":  [
> 2024-10-14T12:58:15.0821753Z 
> 2024-10-14T12:58:15.0821881Z                  ],
> 2024-10-14T12:58:15.0822290Z     "projectName":  "Jenworks",
> 2024-10-14T12:58:15.0822798Z     "testDependencies":  [
> 2024-10-14T12:58:15.0823120Z 
> 2024-10-14T12:58:15.0823254Z                          ],
> 2024-10-14T12:58:15.0823692Z     "appRevision":  0,
> 2024-10-14T12:58:15.0824137Z     "ConditionalSettings":  [
> 2024-10-14T12:58:15.0824601Z                                 {
> 2024-10-14T12:58:15.0825111Z                                     "branches":  [
> 2024-10-14T12:58:15.0825757Z                                                      "feature/*"
> 2024-10-14T12:58:15.0827132Z                                                  ],
> 2024-10-14T12:58:15.0828119Z                                     "settings":  {
> 2024-10-14T12:58:15.0829043Z                                                      "doNotPublishApps":  true
> 2024-10-14T12:58:15.0829921Z                                                  }
> 2024-10-14T12:58:15.0830649Z                                 }
> 2024-10-14T12:58:15.0831313Z                             ],
> 2024-10-14T12:58:15.0832231Z     "codeSignCertificateUrlSecretName":  "codeSignCertificateUrl",
> 2024-10-14T12:58:15.0833202Z     "configPackages":  [
> 2024-10-14T12:58:15.0833681Z 
> 2024-10-14T12:58:15.0833968Z                        ],
> 2024-10-14T12:58:15.0834631Z     "useProjectDependencies":  false,
> 2024-10-14T12:58:15.0835398Z     "appSourceCopMandatoryAffixes":  [
> 2024-10-14T12:58:15.0835977Z 
> 2024-10-14T12:58:15.0836280Z                                      ],
> 2024-10-14T12:58:15.0836927Z     "buildModes":  [
> 2024-10-14T12:58:15.0837338Z 
> 2024-10-14T12:58:15.0837622Z                    ],
> 2024-10-14T12:58:15.0838194Z     "enableUICop":  false,
> 2024-10-14T12:58:15.0838824Z     "templateBranch":  "",
> 2024-10-14T12:58:15.0839482Z     "installPerformanceToolkit":  false,
> 2024-10-14T12:58:15.0840322Z     "pullRequestTrigger":  "pull_request_target",
> 2024-10-14T12:58:15.0841113Z     "doNotSignApps":  false,
> 2024-10-14T12:58:15.0841757Z     "repoName":  "jenworks",
> 2024-10-14T12:58:15.0842373Z     "fullBuildPatterns":  [
> 2024-10-14T12:58:15.0842839Z 
> 2024-10-14T12:58:15.0843113Z                           ],
> 2024-10-14T12:58:15.0843745Z     "alwaysBuildAllProjects":  false,
> 2024-10-14T12:58:15.0844557Z     "installOnlyReferencedApps":  true,
> 2024-10-14T12:58:15.0845506Z     "installTestRunner":  false,
> 2024-10-14T12:58:15.0846449Z     "adminCenterApiCredentialsSecretName":  "adminCenterApiCredentials"
> 2024-10-14T12:58:15.0847433Z }
> 2024-10-14T12:58:15.0848078Z GitHubRunnerJson="windows-latest"
> 2024-10-14T12:58:15.0848778Z GitHubRunnerShell=powershell
> 2024-10-14T12:58:15.1056232Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T12:58:15.1078575Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T12:58:15.1091659Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T12:58:15.1105311Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T12:58:15.1118143Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T12:58:15.1182364Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T12:58:15.1213608Z Enabling Microsoft telemetry...
> 2024-10-14T12:58:15.1337934Z Downloading Nuget package Microsoft.ApplicationInsights 2.20.0...
> 2024-10-14T12:58:16.8215571Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v5.3
> 2024-10-14T12:58:16.8216032Z with:
> 2024-10-14T12:58:16.8216239Z   shell: powershell
> 2024-10-14T12:58:16.8217124Z   gitHubSecrets: {
>   "GHTOKENWORKFLOW": "***",
>   "github_token": "***"
> }
> 2024-10-14T12:58:16.8218857Z   getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets,AZURE_CREDENTIALS
> 2024-10-14T12:58:16.8220456Z   useGhTokenWorkflowForPush: false
> 2024-10-14T12:58:16.8220739Z env:
> 2024-10-14T12:58:16.8220921Z   ALGoOrgSettings: 
> 2024-10-14T12:58:16.8221598Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T12:58:16.8222349Z   artifact: 
> 2024-10-14T12:58:16.8222581Z   keyVaultCodesignCertificateName: 
> 2024-10-14T12:58:16.8222918Z   generateDependencyArtifact: False
> 2024-10-14T12:58:16.8223225Z   doNotRunTests: False
> 2024-10-14T12:58:16.8223466Z   doNotSignApps: False
> 2024-10-14T12:58:16.8223703Z   useCompilerFolder: False
> 2024-10-14T12:58:16.8243202Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T12:58:16.8261388Z ##[endgroup]
> 2024-10-14T12:58:16.8418005Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\ReadSecrets/../Invoke-AlGoAction.ps1 -ActionName "ReadSecrets" -Action {
> 2024-10-14T12:58:16.8419987Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\ReadSecrets/../Invoke-AlGoAction.ps1 -ActionName "ReadSecrets" -Action {
> 2024-10-14T12:58:16.8421893Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.3\ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{
> 2024-10-14T12:58:16.8422927Z   "GHTOKENWORKFLOW": "***",
> 2024-10-14T12:58:16.8423427Z   "github_token": "***"
> 2024-10-14T12:58:16.8423992Z }' -getSecrets $ENV:_getSecrets -useGhTokenWorkflowForPush $ENV:_useGhTokenWorkflowForPush
> 2024-10-14T12:58:16.8424549Z }
> 2024-10-14T12:58:16.8454229Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T12:58:16.8454756Z env:
> 2024-10-14T12:58:16.8454955Z   ALGoOrgSettings: 
> 2024-10-14T12:58:16.8455634Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T12:58:16.8456493Z   artifact: 
> 2024-10-14T12:58:16.8456744Z   keyVaultCodesignCertificateName: 
> 2024-10-14T12:58:16.8457087Z   generateDependencyArtifact: False
> 2024-10-14T12:58:16.8457395Z   doNotRunTests: False
> 2024-10-14T12:58:16.8457649Z   doNotSignApps: False
> 2024-10-14T12:58:16.8457890Z   useCompilerFolder: False
> 2024-10-14T12:58:16.8476137Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T12:58:16.8496493Z   _getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets,AZURE_CREDENTIALS
> 2024-10-14T12:58:16.8498226Z   _useGhTokenWorkflowForPush: false
> 2024-10-14T12:58:16.8498545Z ##[endgroup]
> 2024-10-14T12:58:17.3803911Z Trying to get the secret (licenseFileUrl) from the github environment.
> 2024-10-14T12:58:17.3886021Z Could not find secret licenseFileUrl in Github secrets or Azure Key Vault.
> 2024-10-14T12:58:17.3895465Z Trying to get the secret (codeSignCertificateUrl) from the github environment.
> 2024-10-14T12:58:17.3904312Z Could not find secret codeSignCertificateUrl in Github secrets or Azure Key Vault.
> 2024-10-14T12:58:17.3913122Z Trying to get the secret (codeSignCertificatePassword) from the github environment.
> 2024-10-14T12:58:17.3921792Z Could not find secret codeSignCertificatePassword in Github secrets or Azure Key Vault.
> 2024-10-14T12:58:17.3930463Z Trying to get the secret (gitHubPackagesContext) from the github environment.
> 2024-10-14T12:58:17.3938851Z Could not find secret gitHubPackagesContext in Github secrets or Azure Key Vault.
> 2024-10-14T12:58:17.3947531Z Trying to get the secret (applicationInsightsConnectionString) from the github environment.
> 2024-10-14T12:58:17.3956745Z Could not find secret applicationInsightsConnectionString in Github secrets or Azure Key Vault.
> 2024-10-14T12:58:17.3964917Z Trying to get the secret (AZURE_CREDENTIALS) from the github environment.
> 2024-10-14T12:58:17.3973307Z Could not find secret AZURE_CREDENTIALS in Github secrets or Azure Key Vault.
> 2024-10-14T12:58:17.4046606Z The following secrets was not found: licenseFileUrl, codeSignCertificateUrl, codeSignCertificatePassword (Secret codeSignCertificatePassword), gitHubPackagesContext, applicationInsightsConnectionString, AZURE_CREDENTIALS
> 2024-10-14T12:58:17.4650673Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T12:58:17.4719300Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T12:58:17.4734458Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T12:58:17.4750396Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T12:58:17.4759729Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T12:58:17.5453578Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T12:58:17.5645162Z Enabling Microsoft telemetry...
> 2024-10-14T12:58:18.2598911Z ##[group]Run microsoft/AL-Go-Actions/DetermineArtifactUrl@v5.3
> 2024-10-14T12:58:18.2599406Z with:
> 2024-10-14T12:58:18.2599614Z   shell: powershell
> 2024-10-14T12:58:18.2599854Z   project: Jenworks
> 2024-10-14T12:58:18.2600060Z env:
> 2024-10-14T12:58:18.2600257Z   ALGoOrgSettings: 
> 2024-10-14T12:58:18.2600929Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T12:58:18.2601644Z   artifact: 
> 2024-10-14T12:58:18.2601897Z   keyVaultCodesignCertificateName: 
> 2024-10-14T12:58:18.2602403Z   generateDependencyArtifact: False
> 2024-10-14T12:58:18.2602717Z   doNotRunTests: False
> 2024-10-14T12:58:18.2602963Z   doNotSignApps: False
> 2024-10-14T12:58:18.2603206Z   useCompilerFolder: False
> 2024-10-14T12:58:18.2622375Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T12:58:18.2640534Z ##[endgroup]
> 2024-10-14T12:58:18.2728280Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\DetermineArtifactUrl/../Invoke-AlGoAction.ps1 -ActionName "DetermineArtifactUrl" -Action {
> 2024-10-14T12:58:18.2729554Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\DetermineArtifactUrl/../Invoke-AlGoAction.ps1 -ActionName "DetermineArtifactUrl" -Action {
> 2024-10-14T12:58:18.2730710Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.3\DetermineArtifactUrl/DetermineArtifactUrl.ps1 -project $ENV:_project
> 2024-10-14T12:58:18.2731398Z }
> 2024-10-14T12:58:18.2759240Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T12:58:18.2759762Z env:
> 2024-10-14T12:58:18.2759958Z   ALGoOrgSettings: 
> 2024-10-14T12:58:18.2760640Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T12:58:18.2761365Z   artifact: 
> 2024-10-14T12:58:18.2761600Z   keyVaultCodesignCertificateName: 
> 2024-10-14T12:58:18.2761936Z   generateDependencyArtifact: False
> 2024-10-14T12:58:18.2762237Z   doNotRunTests: False
> 2024-10-14T12:58:18.2762471Z   doNotSignApps: False
> 2024-10-14T12:58:18.2762718Z   useCompilerFolder: False
> 2024-10-14T12:58:18.2780854Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T12:58:18.2798770Z   _project: Jenworks
> 2024-10-14T12:58:18.2799005Z ##[endgroup]
> 2024-10-14T12:58:18.7490073Z Downloading BcContainerHelper latest version from Blob Storage
> 2024-10-14T12:58:21.1911283Z Import from C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T12:58:21.5321527Z BcContainerHelper version 6.0.25
> 2024-10-14T12:58:23.2771600Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
> 2024-10-14T12:58:23.4137710Z Running on Windows, PowerShell 5.1.20348.2652
> 2024-10-14T12:58:24.9437847Z ##[group]Analyzing repository
> 2024-10-14T12:58:24.9462210Z Checking type
> 2024-10-14T12:58:24.9721079Z Checking appFolders, testFolders and bcptTestFolders
> 2024-10-14T12:58:25.0059611Z Application Dependency 24.0.0.0
> 2024-10-14T12:58:25.0126214Z Updating app- and test Dependencies
> 2024-10-14T12:58:25.0299079Z Analyzing Test App Dependencies
> 2024-10-14T12:58:25.0433696Z ##[endgroup]
> 2024-10-14T12:58:25.0454582Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
> 2024-10-14T12:58:25.0597024Z Checking artifact setting for project
> 2024-10-14T13:00:17.5845170Z artifact=https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:17.5857132Z artifactCacheKey=
> 2024-10-14T13:00:17.6419880Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T13:00:17.6460326Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T13:00:17.6481510Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T13:00:17.6492713Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T13:00:17.6503855Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T13:00:17.7118159Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T13:00:17.7237482Z Enabling Microsoft telemetry...
> 2024-10-14T13:00:18.3540050Z ##[group]Run microsoft/AL-Go-Actions/DownloadProjectDependencies@v5.3
> 2024-10-14T13:00:18.3540595Z with:
> 2024-10-14T13:00:18.3540797Z   shell: powershell
> 2024-10-14T13:00:18.3541049Z   project: Jenworks
> 2024-10-14T13:00:18.3541289Z   buildMode: Default
> 2024-10-14T13:00:18.3541544Z   projectsDependenciesJson: {}
> 2024-10-14T13:00:18.3541847Z   baselineWorkflowRunId: 0
> 2024-10-14T13:00:18.3542095Z env:
> 2024-10-14T13:00:18.3542284Z   ALGoOrgSettings: 
> 2024-10-14T13:00:18.3542966Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:00:18.3543993Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:18.3544600Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:00:18.3544946Z   generateDependencyArtifact: False
> 2024-10-14T13:00:18.3545293Z   doNotRunTests: False
> 2024-10-14T13:00:18.3545552Z   doNotSignApps: False
> 2024-10-14T13:00:18.3545808Z   useCompilerFolder: False
> 2024-10-14T13:00:18.3565128Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:00:18.3583569Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:00:18.3584198Z   artifactCacheKey: 
> 2024-10-14T13:00:18.3585029Z   Secrets: {"licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":""}
> 2024-10-14T13:00:18.3585891Z ##[endgroup]
> 2024-10-14T13:00:18.3691485Z ##[group]Run actions/download-artifact@v4
> 2024-10-14T13:00:18.3691816Z with:
> 2024-10-14T13:00:18.3692066Z   path: D:\a\jenworks\jenworks/.dependencies
> 2024-10-14T13:00:18.3692423Z   merge-multiple: false
> 2024-10-14T13:00:18.3692742Z   repository: Jersey-Electricity-plc/jenworks
> 2024-10-14T13:00:18.3693090Z   run-id: 11328009183
> 2024-10-14T13:00:18.3693307Z env:
> 2024-10-14T13:00:18.3693501Z   ALGoOrgSettings: 
> 2024-10-14T13:00:18.3694192Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:00:18.3695192Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:18.3695792Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:00:18.3696126Z   generateDependencyArtifact: False
> 2024-10-14T13:00:18.3696445Z   doNotRunTests: False
> 2024-10-14T13:00:18.3696697Z   doNotSignApps: False
> 2024-10-14T13:00:18.3696952Z   useCompilerFolder: False
> 2024-10-14T13:00:18.3715282Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:00:18.3733630Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:00:18.3734251Z   artifactCacheKey: 
> 2024-10-14T13:00:18.3735146Z   Secrets: {"licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":""}
> 2024-10-14T13:00:18.3736017Z ##[endgroup]
> 2024-10-14T13:00:19.0780524Z Found 0 artifact(s)
> 2024-10-14T13:00:19.0789371Z No input name or pattern filtered specified, downloading all artifacts
> 2024-10-14T13:00:19.0794022Z An extra directory with the artifact name will be created for each download
> 2024-10-14T13:00:19.0798513Z Total of 0 artifact(s) downloaded
> 2024-10-14T13:00:19.0802872Z Download artifact has finished successfully
> 2024-10-14T13:00:19.1097743Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\DownloadProjectDependencies/../Invoke-AlGoAction.ps1 -ActionName "DownloadProjectDependencies" -Action {
> 2024-10-14T13:00:19.1100378Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\DownloadProjectDependencies/../Invoke-AlGoAction.ps1 -ActionName "DownloadProjectDependencies" -Action {
> 2024-10-14T13:00:19.1104337Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.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
> 2024-10-14T13:00:19.1107449Z }
> 2024-10-14T13:00:19.1154057Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T13:00:19.1154984Z env:
> 2024-10-14T13:00:19.1155350Z   ALGoOrgSettings: 
> 2024-10-14T13:00:19.1156315Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:00:19.1158213Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:19.1159338Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:00:19.1160100Z   generateDependencyArtifact: False
> 2024-10-14T13:00:19.1160625Z   doNotRunTests: False
> 2024-10-14T13:00:19.1161022Z   doNotSignApps: False
> 2024-10-14T13:00:19.1161478Z   useCompilerFolder: False
> 2024-10-14T13:00:19.1193087Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:00:19.1226603Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:00:19.1227695Z   artifactCacheKey: 
> 2024-10-14T13:00:19.1229088Z   Secrets: {"licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":""}
> 2024-10-14T13:00:19.1230689Z   _project: Jenworks
> 2024-10-14T13:00:19.1231231Z   _buildMode: Default
> 2024-10-14T13:00:19.1231721Z   _projectsDependenciesJson: {}
> 2024-10-14T13:00:19.1232466Z   _baseFolder: D:\a\jenworks\jenworks
> 2024-10-14T13:00:19.1233193Z   _destinationPath: D:\a\jenworks\jenworks/.dependencies
> 2024-10-14T13:00:19.1234337Z   _gitHubToken: ***
> 2024-10-14T13:00:19.1234835Z   _baselineWorkflowRunId: 0
> 2024-10-14T13:00:19.1235288Z ##[endgroup]
> 2024-10-14T13:00:19.5918470Z Downloading dependencies for project 'Jenworks'. BuildMode: Default, Base Folder: D:\a\jenworks\jenworks, Destination Path: D:\a\jenworks\jenworks/.dependencies
> 2024-10-14T13:00:19.5923042Z ##[group]Downloading project dependencies from current build
> 2024-10-14T13:00:19.6240595Z Downloading dependencies for project 'Jenworks'
> 2024-10-14T13:00:19.6275021Z Dependency projects: 
> 2024-10-14T13:00:19.6303891Z ##[endgroup]
> 2024-10-14T13:00:19.6312008Z ##[group]Downloading project dependencies from probing paths
> 2024-10-14T13:00:19.7268324Z ##[group]Analyzing repository
> 2024-10-14T13:00:19.7333614Z Checking type
> 2024-10-14T13:00:19.7743204Z Checking appFolders, testFolders and bcptTestFolders
> 2024-10-14T13:00:19.8426212Z Application Dependency 24.0.0.0
> 2024-10-14T13:00:19.8529903Z Updating app- and test Dependencies
> 2024-10-14T13:00:19.8788165Z Analyzing Test App Dependencies
> 2024-10-14T13:00:19.9011950Z ##[endgroup]
> 2024-10-14T13:00:19.9035891Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
> 2024-10-14T13:00:19.9215611Z Checking appDependencyProbingPaths
> 2024-10-14T13:00:19.9302375Z ##[endgroup]
> 2024-10-14T13:00:19.9310138Z Downloaded dependencies: 
> 2024-10-14T13:00:19.9315563Z Downloaded dependencies apps: 
> 2024-10-14T13:00:19.9324492Z Downloaded dependencies test apps: 
> 2024-10-14T13:00:20.0047912Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T13:00:20.0106323Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T13:00:20.0134357Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T13:00:20.0146744Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T13:00:20.0160968Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T13:00:20.0896298Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T13:00:20.1168005Z Enabling Microsoft telemetry...
> 2024-10-14T13:00:20.8742030Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v5.3
> 2024-10-14T13:00:20.8742719Z with:
> 2024-10-14T13:00:20.8743046Z   shell: powershell
> 2024-10-14T13:00:20.8743900Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:20.8744924Z   project: Jenworks
> 2024-10-14T13:00:20.8745309Z   buildMode: Default
> 2024-10-14T13:00:20.8745702Z   installAppsJson: []
> 2024-10-14T13:00:20.8746447Z   installTestAppsJson: []
> 2024-10-14T13:00:20.8747168Z   token: ***
> 2024-10-14T13:00:20.8747786Z env:
> 2024-10-14T13:00:20.8748284Z   ALGoOrgSettings: 
> 2024-10-14T13:00:20.8749453Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:00:20.8751066Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:20.8752392Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:00:20.8753268Z   generateDependencyArtifact: False
> 2024-10-14T13:00:20.8753794Z   doNotRunTests: False
> 2024-10-14T13:00:20.8754772Z   doNotSignApps: False
> 2024-10-14T13:00:20.8755245Z   useCompilerFolder: False
> 2024-10-14T13:00:20.8790421Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:00:20.8822490Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:00:20.8823668Z   artifactCacheKey: 
> 2024-10-14T13:00:20.8825220Z   Secrets: {"licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":""}
> 2024-10-14T13:00:20.8826765Z   BuildMode: Default
> 2024-10-14T13:00:20.8827134Z ##[endgroup]
> 2024-10-14T13:00:20.8966226Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\RunPipeline/../Invoke-AlGoAction.ps1 -ActionName "RunPipeline" -Action {
> 2024-10-14T13:00:20.8968132Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\RunPipeline/../Invoke-AlGoAction.ps1 -ActionName "RunPipeline" -Action {
> 2024-10-14T13:00:20.8971022Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.3\RunPipeline/RunPipeline.ps1 -token $ENV:_token -artifact $ENV:_artifact -project $ENV:_project -buildMode $ENV:_buildMode -installAppsJson $ENV:_installAppsJson -installTestAppsJson $ENV:_installTestAppsJson
> 2024-10-14T13:00:20.8973338Z }
> 2024-10-14T13:00:20.9008657Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T13:00:20.9009173Z env:
> 2024-10-14T13:00:20.9009390Z   ALGoOrgSettings: 
> 2024-10-14T13:00:20.9010078Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:00:20.9011077Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:20.9012132Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:00:20.9012502Z   generateDependencyArtifact: False
> 2024-10-14T13:00:20.9012833Z   doNotRunTests: False
> 2024-10-14T13:00:20.9013072Z   doNotSignApps: False
> 2024-10-14T13:00:20.9013329Z   useCompilerFolder: False
> 2024-10-14T13:00:20.9034556Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:00:20.9066272Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:00:20.9067330Z   artifactCacheKey: 
> 2024-10-14T13:00:20.9068701Z   Secrets: {"licenseFileUrl":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":"","AZURE_CREDENTIALS":""}
> 2024-10-14T13:00:20.9070255Z   BuildMode: Default
> 2024-10-14T13:00:20.9071079Z   _token: ***
> 2024-10-14T13:00:20.9071975Z   _artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:20.9072927Z   _project: Jenworks
> 2024-10-14T13:00:20.9073305Z   _buildMode: Default
> 2024-10-14T13:00:20.9073696Z   _installAppsJson: []
> 2024-10-14T13:00:20.9074103Z   _installTestAppsJson: []
> 2024-10-14T13:00:20.9074521Z ##[endgroup]
> 2024-10-14T13:00:21.3939132Z Import from C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:00:21.5957153Z BcContainerHelper version 6.0.25
> 2024-10-14T13:00:21.8077240Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
> 2024-10-14T13:00:21.8824412Z Running on Windows, PowerShell 5.1.20348.2652
> 2024-10-14T13:00:26.1927990Z use settings and secrets
> 2024-10-14T13:00:26.3590608Z ##[group]Analyzing repository
> 2024-10-14T13:00:26.3619304Z Checking type
> 2024-10-14T13:00:26.3886739Z Checking appFolders, testFolders and bcptTestFolders
> 2024-10-14T13:00:26.4296091Z Application Dependency 24.0.0.0
> 2024-10-14T13:00:26.4451964Z Checking artifact setting for project
> 2024-10-14T13:00:26.4519976Z Downloading artifacts from https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:26.5329258Z Downloading artifact /sandbox/25.0.23364.25445/gb
> 2024-10-14T13:00:26.5858440Z Downloading C:\Users\runneradmin\AppData\Local\Temp\9ce4fa63-9cda-4dd2-aab3-3915855cf691.zip
> 2024-10-14T13:00:43.9754100Z Unpacking artifact to tmp folder using 7zip
> 2024-10-14T13:01:12.5335399Z Downloading platform artifact /sandbox/25.0.23364.25445/platform
> 2024-10-14T13:01:12.5365654Z Downloading C:\Users\runneradmin\AppData\Local\Temp\50ccff50-46f1-4cdb-a8da-a02071780425.zip
> 2024-10-14T13:01:25.4113727Z Unpacking artifact to tmp folder using 7zip
> 2024-10-14T13:03:44.9888386Z Downloading Prerequisite Components
> 2024-10-14T13:03:45.0321938Z Downloading c:\bcartifacts.cache\sandbox\25.0.23364.25445\platform\Prerequisite Components\IIS URL Rewrite Module\rewrite_2.0_rtw_x64.msi
> 2024-10-14T13:03:45.1958249Z Downloading c:\bcartifacts.cache\sandbox\25.0.23364.25445\platform\Prerequisite Components\DotNetCore\DotNetCore.1.0.4_1.1.1-WindowsHosting.exe
> 2024-10-14T13:03:46.4155605Z Updating app- and test Dependencies
> 2024-10-14T13:03:46.5646358Z Analyzing Test App Dependencies
> 2024-10-14T13:03:47.2770943Z ##[endgroup]
> 2024-10-14T13:03:47.2776738Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
> 2024-10-14T13:03:47.3325942Z Checking appDependencyProbingPaths
> 2024-10-14T13:03:47.3411199Z ##[group]Locating previous release
> 2024-10-14T13:03:47.3515877Z Getting the latest release from https://api.github.com/repos/Jersey-Electricity-plc/jenworks/releases/latest - branch feature/sprint3
> 2024-10-14T13:03:47.3654514Z Analyzing releases https://api.github.com/repos/Jersey-Electricity-plc/jenworks/releases
> 2024-10-14T13:03:48.0559836Z Using v1.0.1 (tag 1.0.1) as previous release
> 2024-10-14T13:03:48.0650219Z Downloading release v1.0.1, projects Jenworks, type Apps
> 2024-10-14T13:03:48.0659889Z project 'Jenworks'
> 2024-10-14T13:03:48.0661585Z AssetPatterns: 'Jenworks-*-Apps-*.zip' | 'Jenworks-Apps-*.zip'
> 2024-10-14T13:03:48.0664373Z https://api.github.com/repos/Jersey-Electricity-plc/jenworks/releases/assets/192427013
> 2024-10-14T13:03:48.8143533Z D:\a\jenworks\jenworks\artifacts\Jenworks-main-Apps-1.1.17.0.zip
> 2024-10-14T13:03:48.8208814Z ##[endgroup]
> 2024-10-14T13:03:48.9723590Z Invoke Run-AlPipeline with buildmode Default
> 2024-10-14T13:03:49.9174895Z ##[group]Parameters
> 2024-10-14T13:03:49.9176002Z   _____                               _
> 2024-10-14T13:03:49.9186674Z  |  __ \                             | |
> 2024-10-14T13:03:49.9693751Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___
> 2024-10-14T13:03:49.9732398Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
> 2024-10-14T13:03:49.9740824Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
> 2024-10-14T13:03:49.9742305Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
> 2024-10-14T13:03:49.9743098Z 
> 2024-10-14T13:03:49.9743334Z Pipeline name                   CI/CD
> 2024-10-14T13:03:49.9746726Z Container name                  bcJenworks11328009183
> 2024-10-14T13:03:49.9748377Z Image name                      
> 2024-10-14T13:03:49.9749868Z ArtifactUrl                     https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:03:49.9757675Z BcAuthContext                   Not Specified
> 2024-10-14T13:03:49.9758451Z Environment                     
> 2024-10-14T13:03:49.9761619Z ReUseContainer                  False
> 2024-10-14T13:03:49.9762627Z KeepContainer                   False
> 2024-10-14T13:03:49.9763292Z useCompilerFolder               False
> 2024-10-14T13:03:49.9767724Z artifactCachePath               
> 2024-10-14T13:03:49.9769064Z useDevEndpoint                  False
> 2024-10-14T13:03:49.9773313Z Auth                            UserPassword
> 2024-10-14T13:03:49.9774054Z CompanyName                     
> 2024-10-14T13:03:49.9777221Z MemoryLimit                     8G
> 2024-10-14T13:03:49.9777962Z FailOn                          error
> 2024-10-14T13:03:49.9779142Z TreatTestFailuresAsWarnings     False
> 2024-10-14T13:03:49.9782511Z Enable Task Scheduler           False
> 2024-10-14T13:03:49.9783557Z Assign Premium Plan             False
> 2024-10-14T13:03:49.9784839Z Install Test Runner             True
> 2024-10-14T13:03:49.9788220Z Install Test Framework          True
> 2024-10-14T13:03:49.9789025Z Install Test Libraries          True
> 2024-10-14T13:03:49.9790352Z Install Perf. Toolkit           False
> 2024-10-14T13:03:49.9794322Z InstallOnlyReferencedApps       True
> 2024-10-14T13:03:49.9795085Z generateDependencyArtifact      True
> 2024-10-14T13:03:49.9795849Z CopySymbolsFromContainer        False
> 2024-10-14T13:03:49.9799816Z enableCodeCop                   False
> 2024-10-14T13:03:49.9800508Z enableAppSourceCop              False
> 2024-10-14T13:03:49.9801225Z enableUICop                     False
> 2024-10-14T13:03:49.9804918Z enablePerTenantExtensionCop     True
> 2024-10-14T13:03:49.9805695Z enableCodeAnalyzersOnTestApps   False
> 2024-10-14T13:03:49.9806379Z doNotPerformUpgrade             False
> 2024-10-14T13:03:49.9809774Z doNotPublishApps                True
> 2024-10-14T13:03:49.9810493Z uninstallRemovedApps            True
> 2024-10-14T13:03:49.9811187Z escapeFromCops                  False
> 2024-10-14T13:03:49.9814768Z doNotBuildTests                 False
> 2024-10-14T13:03:49.9815495Z doNotRunTests                   False
> 2024-10-14T13:03:49.9816185Z doNotRunBcptTests               True
> 2024-10-14T13:03:49.9820909Z useDefaultAppSourceRuleSet      False
> 2024-10-14T13:03:49.9821690Z rulesetFile                     
> 2024-10-14T13:03:49.9822466Z generateErrorLog                False
> 2024-10-14T13:03:49.9827292Z enableExternalRulesets          False
> 2024-10-14T13:03:49.9827985Z azureDevOps                     False
> 2024-10-14T13:03:49.9828614Z gitLab                          False
> 2024-10-14T13:03:49.9833253Z gitHubActions                   True
> 2024-10-14T13:03:49.9834015Z vsixFile                        
> 2024-10-14T13:03:49.9834688Z License file                    Not specified
> 2024-10-14T13:03:49.9839847Z CodeSignCertPfxFile             Not specified
> 2024-10-14T13:03:49.9840750Z CodeSignCertPfxPassword         Not specified
> 2024-10-14T13:03:49.9844433Z CodeSignCertIsSelfSigned        False
> 2024-10-14T13:03:49.9845630Z KeyVaultCertPfxFile             Not specified
> 2024-10-14T13:03:49.9848038Z KeyVaultCertPfxPassword         Not specified
> 2024-10-14T13:03:49.9851183Z KeyVaultClientId                
> 2024-10-14T13:03:49.9852191Z BuildOutputFile                 D:\a\jenworks\jenworks\Jenworks\BuildOutput.txt
> 2024-10-14T13:03:49.9853481Z ContainerEventLogFile           D:\a\jenworks\jenworks\Jenworks\ContainerEventLog.evtx
> 2024-10-14T13:03:49.9854816Z TestResultsFile                 D:\a\jenworks\jenworks\Jenworks\TestResults.xml
> 2024-10-14T13:03:49.9857224Z BcptTestResultsFile             D:\a\jenworks\jenworks\Jenworks\bcptTestResults.json
> 2024-10-14T13:03:49.9858460Z TestResultsFormat               JUnit
> 2024-10-14T13:03:49.9939539Z AdditionalCountries             
> 2024-10-14T13:03:50.0080608Z PackagesFolder                  D:\a\jenworks\jenworks\Jenworks\.packages
> 2024-10-14T13:03:50.0167114Z OutputFolder                    D:\a\jenworks\jenworks\Jenworks\.output
> 2024-10-14T13:03:50.0320713Z BuildArtifactFolder             D:\a\jenworks\jenworks\Jenworks\.buildartifacts
> 2024-10-14T13:03:50.0331929Z CreateRuntimePackages           False
> 2024-10-14T13:03:50.0332986Z AppVersion                      
> 2024-10-14T13:03:50.0334159Z AppBuild                        35
> 2024-10-14T13:03:50.0335080Z AppRevision                     0
> 2024-10-14T13:03:50.0341240Z SourceRepositoryUrl             https://github.com/Jersey-Electricity-plc/jenworks
> 2024-10-14T13:03:50.0343492Z SourceCommit                    6ca8557a6b15f90e937404f1cbed478e6d2ea714
> 2024-10-14T13:03:50.0344684Z BuildBy                         AL-Go for GitHub,v5.3
> 2024-10-14T13:03:50.0349198Z BuildUrl                        https://github.com/Jersey-Electricity-plc/jenworks/actions/runs/11328009183
> 2024-10-14T13:03:50.0350278Z Install Apps
> 2024-10-14T13:03:50.0350792Z - None
> 2024-10-14T13:03:50.0354336Z Install Test Apps
> 2024-10-14T13:03:50.0354951Z - None
> 2024-10-14T13:03:50.0355422Z Previous Apps
> 2024-10-14T13:03:50.0360675Z - D:\a\jenworks\jenworks\artifacts\Jenworks-main-Apps-1.1.17.0.zip
> 2024-10-14T13:03:50.0361845Z Application folders
> 2024-10-14T13:03:50.0362630Z - D:\a\jenworks\jenworks\Jenworks\Jenworks-Core
> 2024-10-14T13:03:50.0368953Z - D:\a\jenworks\jenworks\Jenworks\Jendev-Library
> 2024-10-14T13:03:50.0369949Z Test application folders
> 2024-10-14T13:03:50.0371079Z - D:\a\jenworks\jenworks\Jenworks\Jenworks-Core.Test
> 2024-10-14T13:03:50.0375633Z BCPT Test application folders
> 2024-10-14T13:03:50.0377716Z - None
> 2024-10-14T13:03:50.0378138Z BCPT Test suites
> 2024-10-14T13:03:50.0410926Z - None
> 2024-10-14T13:03:50.0411409Z Custom CodeCops
> 2024-10-14T13:03:50.0411940Z - None
> 2024-10-14T13:03:50.0415591Z RemoveBcContainer override
> 2024-10-14T13:03:50.0556321Z 
> 2024-10-14T13:03:50.0647620Z                 Param([Hashtable]$parameters)
> 2024-10-14T13:03:50.0871219Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
> 2024-10-14T13:03:50.0885562Z                 Remove-BcContainer @parameters
> 2024-10-14T13:03:50.0979235Z             
> 2024-10-14T13:03:50.0988233Z ##[endgroup]
> 2024-10-14T13:03:50.0989290Z ##[group]Pulling generic image
> 2024-10-14T13:03:50.0993426Z 
> 2024-10-14T13:03:50.0998766Z   _____       _ _ _                                          _        _
> 2024-10-14T13:03:50.1002715Z  |  __ \     | | (_)                                        (_)      (_)
> 2024-10-14T13:03:50.1013909Z  | |__) |   _| | |_ _ __   __ _    __ _  ___ _ __   ___ _ __ _  ___   _ _ __ ___   __ _  __ _  ___
> 2024-10-14T13:03:50.1086652Z  |  ___/ | | | | | | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '__| |/ __| | | '_ ` _ \ / _` |/ _` |/ _ \
> 2024-10-14T13:03:50.1100131Z  | |   | |_| | | | | | | | (_| | | (_| |  __/ | | |  __/ |  | | (__  | | | | | | | (_| | (_| |  __/
> 2024-10-14T13:03:50.1114087Z  |_|    \__,_|_|_|_|_| |_|\__, |  \__, |\___|_| |_|\___|_|  |_|\___| |_|_| |_| |_|\__,_|\__, |\___|
> 2024-10-14T13:03:50.1120107Z                            __/ |   __/ |                                                 __/ |
> 2024-10-14T13:03:50.1141543Z                           |___/   |___/                                                 |___/
> 2024-10-14T13:03:50.1180183Z 
> 2024-10-14T13:03:50.1191038Z Pulling mcr.microsoft.com/businesscentral:ltsc2022-filesonly
> 2024-10-14T13:05:15.4133504Z 
> 2024-10-14T13:05:15.4166027Z Pulling generic image took 85 seconds
> 2024-10-14T13:05:15.4294101Z ##[endgroup]
> 2024-10-14T13:05:15.4506248Z ##[group]Creating Container
> 2024-10-14T13:05:15.4683505Z 
> 2024-10-14T13:05:15.4686659Z    _____                _   _                _____            _        _
> 2024-10-14T13:05:15.4691104Z   / ____|              | | (_)              / ____|          | |      (_)
> 2024-10-14T13:05:15.4692486Z  | |     _ __ ___  __ _| |_ _ _ __   __ _  | |     ___  _ __ | |_ __ _ _ _ __   ___ _ __
> 2024-10-14T13:05:15.4695184Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` | | |    / _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
> 2024-10-14T13:05:15.4700099Z  | |____| | |  __/ (_| | |_| | | | | (_| | | |___| (_) | | | | || (_| | | | | |  __/ |
> 2024-10-14T13:05:15.4707776Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \_____\___/|_| |_|\__\__,_|_|_| |_|\___|_|
> 2024-10-14T13:05:15.4708813Z                                      __/ |
> 2024-10-14T13:05:15.4711817Z                                     |___/
> 2024-10-14T13:05:15.4712569Z 
> 2024-10-14T13:05:17.1339959Z Creaing docker container
> 2024-10-14T13:05:17.7441131Z WARNING: Container name should not exceed 15 characters
> 2024-10-14T13:05:18.5304913Z BcContainerHelper is version 6.0.25
> 2024-10-14T13:05:18.5308499Z BcContainerHelper is running as administrator
> 2024-10-14T13:05:34.6455018Z HyperV is Enabled
> 2024-10-14T13:05:34.6477110Z Host is Microsoft Windows Server 2022 Datacenter - 10.0.20348.2700
> 2024-10-14T13:05:34.6523037Z UsePsSession is True
> 2024-10-14T13:05:34.6542738Z UsePwshForBc24 is True
> 2024-10-14T13:05:34.6573183Z UseWinRmSession is allow
> 2024-10-14T13:05:34.6583836Z UseSslForWinRmSession is True
> 2024-10-14T13:05:37.7273169Z Docker Client Version is 26.1.3
> 2024-10-14T13:05:37.7286246Z Docker Server Version is 26.1.3
> 2024-10-14T13:05:53.9760292Z Removing Desktop shortcuts
> 2024-10-14T13:05:55.4540979Z Fetching all docker images
> 2024-10-14T13:05:55.5027702Z Fetching all docker volumes
> 2024-10-14T13:05:56.8284998Z Using image mcr.microsoft.com/businesscentral:ltsc2022-filesonly
> 2024-10-14T13:05:57.4086857Z Creating Container bcJenworks11328009183
> 2024-10-14T13:05:57.4091958Z Style: sandbox
> 2024-10-14T13:05:57.4101532Z Multitenant: Yes
> 2024-10-14T13:05:57.4110085Z Version: 25.0.23364.25445
> 2024-10-14T13:05:57.4117102Z Platform: 25.0.25411.0
> 2024-10-14T13:05:57.4138863Z Generic Tag: 1.0.2.50
> 2024-10-14T13:05:57.4159191Z Container OS Version: 10.0.20348.2762 (ltsc2022)
> 2024-10-14T13:05:57.4167834Z Host OS Version: 10.0.20348.2700 (ltsc2022)
> 2024-10-14T13:05:57.4999309Z WARNING: Container and host OS build is 20348 or above, defaulting to process isolation. If you encounter issues, you could try to install HyperV.
> 2024-10-14T13:05:57.5004233Z Using process isolation
> 2024-10-14T13:05:57.5224911Z Using locale en-GB
> 2024-10-14T13:05:57.5307123Z Disabling the standard eventlog dump to container log every 2 seconds (use -dumpEventLog to enable)
> 2024-10-14T13:05:59.8315082Z Additional Parameters:
> 2024-10-14T13:05:59.8328479Z --volume "D:\a\jenworks\jenworks\Jenworks:c:\sources"
> 2024-10-14T13:05:59.8601343Z --volume "D:\a\jenworks\jenworks:c:\shared"
> 2024-10-14T13:05:59.8614137Z --expose 5986
> 2024-10-14T13:05:59.8615307Z --env customNavSettings=EnableTaskScheduler=False
> 2024-10-14T13:05:59.8616469Z Files in C:\ProgramData\BcContainerHelper\Extensions\bcJenworks11328009183\my:
> 2024-10-14T13:05:59.8617495Z - AdditionalOutput.ps1
> 2024-10-14T13:05:59.8618139Z - AdditionalSetup.ps1
> 2024-10-14T13:05:59.8618610Z - HelperFunctions.ps1
> 2024-10-14T13:05:59.8618979Z - MainLoop.ps1
> 2024-10-14T13:05:59.8619359Z - SetupVariables.ps1
> 2024-10-14T13:05:59.8619730Z - updatehosts.ps1
> 2024-10-14T13:05:59.8620468Z Creating container bcJenworks11328009183 from image mcr.microsoft.com/businesscentral:ltsc2022-filesonly
> 2024-10-14T13:06:01.1353832Z 894d1c5d2f3ed5b87200602b2a9985826fd5a4cde9087e22678fbc539a3468e6
> 2024-10-14T13:06:40.0525946Z Waiting for container bcJenworks11328009183 to be ready
> 2024-10-14T13:06:41.1494724Z Adding BCJENWORKS11328 to hosts file
> 2024-10-14T13:06:41.1497536Z Using artifactUrl https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:06:41.1498971Z Using installer from C:\Run\240
> 2024-10-14T13:06:41.1527541Z Installing Business Central: multitenant=True, installOnly=False, filesOnly=True, includeTestToolkit=False, includeTestLibrariesOnly=False, includeTestFrameworkOnly=False, includePerformanceToolkit=False, appArtifactPath=c:\dl\sandbox\25.0.23364.25445\gb, platformArtifactPath=c:\dl\sandbox\25.0.23364.25445\platform, databasePath=c:\dl\sandbox\25.0.23364.25445\gb\BusinessCentral-GB.bak, licenseFilePath=c:\dl\sandbox\25.0.23364.25445\gb\Cronus.bclicense, rebootContainer=True
> 2024-10-14T13:06:41.1535865Z Installing from artifacts
> 2024-10-14T13:06:41.1538635Z Copying Service Tier Files
> 2024-10-14T13:06:41.1539714Z c:\dl\sandbox\25.0.23364.25445\platform\ServiceTier\Program Files
> 2024-10-14T13:06:41.1541323Z c:\dl\sandbox\25.0.23364.25445\platform\ServiceTier\System64Folder
> 2024-10-14T13:06:41.1542754Z Copying Web Client Files
> 2024-10-14T13:06:41.1544166Z c:\dl\sandbox\25.0.23364.25445\platform\WebClient\Microsoft Dynamics NAV
> 2024-10-14T13:06:41.1545596Z Copying ModernDev Files
> 2024-10-14T13:06:41.1546738Z c:\dl\sandbox\25.0.23364.25445\platform
> 2024-10-14T13:06:41.1548088Z c:\dl\sandbox\25.0.23364.25445\platform\ModernDev\program files\Microsoft Dynamics NAV
> 2024-10-14T13:06:41.1549390Z Copying additional files
> 2024-10-14T13:06:41.1550194Z Copying ConfigurationPackages
> 2024-10-14T13:06:41.1551079Z C:\dl\sandbox\25.0.23364.25445\gb\ConfigurationPackages
> 2024-10-14T13:06:41.1551977Z Copying Test Assemblies
> 2024-10-14T13:06:41.1552750Z C:\dl\sandbox\25.0.23364.25445\platform\Test Assemblies
> 2024-10-14T13:06:41.1556570Z Copying Extensions
> 2024-10-14T13:06:41.1557164Z C:\dl\sandbox\25.0.23364.25445\gb\Extensions
> 2024-10-14T13:06:41.1557776Z Copying Applications
> 2024-10-14T13:06:41.1558372Z C:\dl\sandbox\25.0.23364.25445\platform\Applications
> 2024-10-14T13:06:41.1558991Z Copying Applications.GB
> 2024-10-14T13:06:41.1559509Z C:\dl\sandbox\25.0.23364.25445\gb\Applications.GB
> 2024-10-14T13:06:41.1560176Z Copying dependencies
> 2024-10-14T13:06:41.1560689Z Importing PowerShell Modules
> 2024-10-14T13:06:41.1568185Z Skipping restore of Cronus database
> 2024-10-14T13:06:41.1569261Z Modifying Business Central Service Tier Config File for Docker
> 2024-10-14T13:06:41.1570451Z Installing SIP crypto provider: 'C:\Windows\System32\NavSip.dll'
> 2024-10-14T13:06:41.1571263Z Installation took 26 seconds
> 2024-10-14T13:06:41.1571821Z Installation complete
> 2024-10-14T13:06:41.1581894Z Ready for connections!
> 2024-10-14T13:07:28.5582033Z Reading CustomSettings.config from bcJenworks11328009183
> 2024-10-14T13:08:55.3741541Z Cleanup old dotnet core assemblies
> 2024-10-14T13:10:22.4139773Z Copying System.app from Container
> 2024-10-14T13:10:22.4300830Z Copying Microsoft__Exclude_APIV1__25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4331097Z Copying Microsoft__Exclude_APIV2__25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4365009Z Copying Microsoft__Exclude_Bank Deposits_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4395849Z Copying Microsoft__Exclude_Business_Events__25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4425249Z Copying Microsoft__Exclude_ClientAddIns__25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4474578Z Copying Microsoft__Exclude_Connectivity Apps_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4502657Z Copying Microsoft__Exclude_Email Logging Using Graph API_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4529211Z Copying Microsoft__Exclude_Master_Data_Management_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4559536Z Copying Microsoft__Exclude_Microsoft Dynamics 365 - SmartList_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4592965Z Copying Microsoft__Exclude_Onboarding Signals_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4620317Z Copying Microsoft__Exclude_PlanConfiguration__25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4646003Z Copying Microsoft__Exclude_ReportLayouts_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4673414Z Copying Microsoft__Exclude_SyncBaseApp__25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4727601Z Copying Microsoft_AI Test Toolkit_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4751541Z Copying Microsoft_AMC Banking 365 Fundamentals_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4778253Z Copying Microsoft_Any_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4804055Z Copying Microsoft_API - Cross Environment Intercompany_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4831940Z Copying Microsoft_API Reports - Finance_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4859233Z Copying Microsoft_Application_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4885814Z Copying Microsoft_Audit File Export_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4915608Z Copying Microsoft_Bank Account Reconciliation With AI_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.4944902Z Copying Microsoft_Base Application_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5151357Z Copying Microsoft_Business Central Cloud Migration - Previous Release_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5176552Z Copying Microsoft_Business Central Cloud Migration API_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5204416Z Copying Microsoft_Business Central Intelligent Cloud_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5231550Z Copying Microsoft_Business Foundation_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5260872Z Copying Microsoft_Company Hub_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5290268Z Copying Microsoft_Contoso Coffee Demo Dataset (GB)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5317129Z Copying Microsoft_Contoso Coffee Demo Dataset_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5351057Z Copying Microsoft_Create Product Information With Copilot_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5378532Z Copying Microsoft_Czech language (Czechia)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5540530Z Copying Microsoft_Danish language (Denmark)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5544893Z Copying Microsoft_Data Archive_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5546132Z Copying Microsoft_Data Search_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5562478Z Copying Microsoft_Dutch language (Belgium)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5612224Z Copying Microsoft_Dutch language (Netherlands)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5664981Z Copying Microsoft_Dynamics BC Excel Reports_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5697363Z Copying Microsoft_Dynamics GP Historical Data_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5725403Z Copying Microsoft_Dynamics GP History SmartLists_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5776961Z Copying Microsoft_Dynamics GP Intelligent Cloud_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5806734Z Copying Microsoft_E-Document Core Demo Data_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5832447Z Copying Microsoft_E-Document Core_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5865855Z Copying Microsoft_E-Documents Connector with External Endpoints_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5891465Z Copying Microsoft_Email - Current User Connector_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5916045Z Copying Microsoft_Email - Microsoft 365 Connector_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5942919Z Copying Microsoft_Email - Outlook REST API_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5971822Z Copying Microsoft_Email - SMTP API_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.5997437Z Copying Microsoft_Email - SMTP Connector_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6025760Z Copying Microsoft_Enforced Digital Vouchers_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6053626Z Copying Microsoft_English language (Australia)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6102348Z Copying Microsoft_English language (Canada)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6147765Z Copying Microsoft_English language (New Zealand)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6190357Z Copying Microsoft_English language (United Kingdom)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6241718Z Copying Microsoft_English language (United States)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6287987Z Copying Microsoft_Error Messages with Recommendations_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6315884Z Copying Microsoft_Essential Business Headlines_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6343730Z Copying Microsoft_EU 3-Party Trade Purchase_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6368837Z Copying Microsoft_Field Service Integration_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6399094Z Copying Microsoft_Finnish language (Finland)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6450097Z Copying Microsoft_French language (Belgium)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6501651Z Copying Microsoft_French language (Canada)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6569332Z Copying Microsoft_French language (France)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6626205Z Copying Microsoft_French language (Switzerland)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6682349Z Copying Microsoft_German language (Austria)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6739568Z Copying Microsoft_German language (Germany)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6822109Z Copying Microsoft_German language (Switzerland)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6875395Z Copying Microsoft_GetAddress.io UK Postcodes_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6931172Z Copying Microsoft_Icelandic language (Iceland)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.6982695Z Copying Microsoft_Image Analyzer_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7014521Z Copying Microsoft_Import of QuickBooks Payroll Files_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7039602Z Copying Microsoft_Intelligent Cloud Base_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7070327Z Copying Microsoft_Intrastat Core_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7102263Z Copying Microsoft_Intrastat GB_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7133378Z Copying Microsoft_Italian language (Italy)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7216238Z Copying Microsoft_Italian language (Switzerland)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7268030Z Copying Microsoft_Late Payment Prediction_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7296756Z Copying Microsoft_Library Assert_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7325979Z Copying Microsoft_Library Variable Storage_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7350615Z Copying Microsoft_Making Tax Digital Localization for United Kingdom_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7376750Z Copying Microsoft_Microsoft Pay Payments_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7404488Z Copying Microsoft_Migration of QuickBooks Data_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7431158Z Copying Microsoft_Norwegian language (Norway)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7614322Z Copying Microsoft_Payment Links to PayPal_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7617934Z Copying Microsoft_Payment Practices_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7640271Z Copying Microsoft_Performance Toolkit_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7674210Z Copying Microsoft_Permissions Mock_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7704186Z Copying Microsoft_PowerBI Reports_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7738030Z Copying Microsoft_Recommended Apps_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7796230Z Copying Microsoft_Review General Ledger Entries_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7825637Z Copying Microsoft_Russian language (Russia)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7887407Z Copying Microsoft_Sales and Inventory Forecast_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7917359Z Copying Microsoft_Sales Lines Suggestions_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7946401Z Copying Microsoft_Send remittance advice by email_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.7973741Z Copying Microsoft_Send To Email Printer_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8035289Z Copying Microsoft_Shopify Connector_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8078583Z Copying Microsoft_Simplified Bank Statement Import_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8116865Z Copying Microsoft_Spanish language (Mexico)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8177737Z Copying Microsoft_Spanish language (Spain)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8232141Z Copying Microsoft_Statistical Accounts_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8264295Z Copying Microsoft_Subscription & Recurring Billing_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8343724Z Copying Microsoft_Sustainability Contoso Coffee Demo Dataset_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8374374Z Copying Microsoft_Sustainability_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8440890Z Copying Microsoft_Swedish language (Sweden)_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8495848Z Copying Microsoft_System Application_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8553613Z Copying Microsoft_Test Runner_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8582006Z Copying Microsoft_Troubleshoot FA Ledger Entries_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8614068Z Copying Microsoft_Universal Print Integration_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8673927Z Copying Microsoft_VAT Group Management_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.8702638Z Copying Microsoft_WorldPay Payments Standard_25.0.23364.25445.app from Container
> 2024-10-14T13:10:22.9401515Z 
> 2024-10-14T13:10:22.9403713Z Creating container took 307 seconds
> 2024-10-14T13:10:22.9414922Z ##[endgroup]
> 2024-10-14T13:10:22.9430024Z ##[group]Resolving dependencies
> 2024-10-14T13:10:22.9430850Z 
> 2024-10-14T13:10:22.9436649Z  _____                _       _                   _                           _                 _
> 2024-10-14T13:10:22.9440021Z |  __ \              | |     (_)                 | |                         | |               (_)
> 2024-10-14T13:10:22.9441599Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___
> 2024-10-14T13:10:22.9443429Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
> 2024-10-14T13:10:22.9446368Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
> 2024-10-14T13:10:22.9449928Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
> 2024-10-14T13:10:22.9450868Z                                        __/ |            | |
> 2024-10-14T13:10:22.9453877Z                                       |___/             |_|
> 2024-10-14T13:10:22.9454214Z 
> 2024-10-14T13:10:23.0665209Z Sorted App folders
> 2024-10-14T13:10:23.0676063Z - D:\a\jenworks\jenworks\Jenworks\Jendev-Library
> 2024-10-14T13:10:23.0687253Z - D:\a\jenworks\jenworks\Jenworks\Jenworks-Core
> 2024-10-14T13:10:23.0689880Z External dependencies
> 2024-10-14T13:10:23.0701835Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_24.0.0.0.app
> 2024-10-14T13:10:23.0712689Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_24.0.0.0.app
> 2024-10-14T13:10:23.0720162Z Sorted TestApp folders
> 2024-10-14T13:10:23.0745771Z - D:\a\jenworks\jenworks\Jenworks\Jenworks-Core.Test
> 2024-10-14T13:10:23.0757513Z External TestApp dependencies
> 2024-10-14T13:10:23.0764263Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_24.0.0.0.app
> 2024-10-14T13:10:23.0773735Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_24.0.0.0.app
> 2024-10-14T13:10:23.0780524Z - dd0be2ea-f733-4d65-bb34-a28f4624fb14:Microsoft_Library Assert_24.3.21374.21570.app
> 2024-10-14T13:10:23.0787081Z - e7320ebb-08b3-4406-b1ec-b4927d3e280b:Microsoft_Any_24.3.21374.21570.app
> 2024-10-14T13:10:23.0798794Z - 5d86850b-0d76-4eca-bd7b-951ad998e997:Microsoft_Tests-TestLibraries_24.3.21374.21570.app
> 2024-10-14T13:10:23.0806498Z Copying previous apps to packages folder
> 2024-10-14T13:10:24.0470029Z Previous apps
> 2024-10-14T13:10:24.0495347Z - Jersey Electricity Plc._Jendev-Library_1.1.17.0.app
> 2024-10-14T13:10:24.0503110Z - Jersey Electricity Plc._Jenworks - Core_1.1.17.0.app
> 2024-10-14T13:10:24.0510547Z External previous app dependencies
> 2024-10-14T13:10:24.0518607Z - None
> 2024-10-14T13:10:24.0542912Z ##[endgroup]
> 2024-10-14T13:10:24.0548628Z ##[group]Compiling apps
> 2024-10-14T13:10:24.0554766Z 
> 2024-10-14T13:10:24.0555348Z    _____                      _ _ _
> 2024-10-14T13:10:24.0560965Z   / ____|                    (_) (_)
> 2024-10-14T13:10:24.0561573Z  | |     ___  _ __ ___  _ __  _| |_ _ __   __ _    __ _ _ __  _ __  ___
> 2024-10-14T13:10:24.0562556Z  | |    / _ \| '_ ` _ \| '_ \| | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
> 2024-10-14T13:10:24.0593745Z  | |____ (_) | | | | | | |_) | | | | | | | (_| | | (_| | |_) | |_) \__ \
> 2024-10-14T13:10:24.0594952Z   \_____\___/|_| |_| |_| .__/|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
> 2024-10-14T13:10:24.0595820Z                        | |                 __/ |       | |   | |
> 2024-10-14T13:10:24.0599727Z                        |_|                |___/        |_|   |_|
> 2024-10-14T13:10:24.0600229Z 
> 2024-10-14T13:10:24.0737005Z Using Version 1.1.35.0
> 2024-10-14T13:10:24.0910836Z Copying previous apps to packages folder
> 2024-10-14T13:11:08.1586122Z Jersey Electricity Plc._Jendev-Library = 1.1.17.0
> 2024-10-14T13:11:51.7728608Z Jersey Electricity Plc._Jenworks - Core = 1.1.17.0
> 2024-10-14T13:11:51.7762149Z 
> 2024-10-14T13:11:51.7764513Z Compiling D:\a\jenworks\jenworks\Jenworks\Jendev-Library
> 2024-10-14T13:12:35.1048496Z Copying DLLs from C:\Program Files\Microsoft Dynamics NAV\250\Service to assemblyProbingPath
> 2024-10-14T13:12:39.1968597Z Removing dotnet Framework Assemblies
> 2024-10-14T13:12:39.4894657Z Using Symbols Folder: D:\a\jenworks\jenworks\Jenworks\.packages
> 2024-10-14T13:14:58.6761451Z Processing dependency Microsoft_Application_24.0.0.0 ()
> 2024-10-14T13:14:58.7045217Z Dependency App exists
> 2024-10-14T13:14:58.7049416Z Processing dependency Microsoft_System_1.0.0.0 ()
> 2024-10-14T13:14:58.7050141Z Dependency App exists
> 2024-10-14T13:15:41.8491795Z Compiling...
> 2024-10-14T13:15:41.8720326Z .\alc.exe /project:"c:\sources\Jendev-Library" /packagecachepath:"c:\sources\.packages" /out:"c:\sources\.output\Jersey Electricity Plc._Jendev-Library_1.1.35.0.app" /analyzer:C:\build\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.PerTenantExtensionCop.dll /SourceRepositoryUrl:"https://github.com/Jersey-Electricity-plc/jenworks" /SourceCommit:"6ca8557a6b15f90e937404f1cbed478e6d2ea714" /BuildBy:"AL-Go for GitHub,v5.3" /BuildUrl:"https://github.com/Jersey-Electricity-plc/jenworks/actions/runs/11328009183" /assemblyprobingpaths:"C:\Program Files\dotnet\shared","C:\ProgramData\BcContainerHelper\Extensions\bcJenworks11328009183\.netPackages\Service"
> 2024-10-14T13:15:51.4235915Z Microsoft (R) AL Compiler version 14.1.17.58786
> 2024-10-14T13:15:51.4270680Z Copyright (C) Microsoft Corporation. All rights reserved
> 2024-10-14T13:15:51.4281026Z 
> 2024-10-14T13:15:51.4298496Z Compilation started for project 'Jendev-Library' containing '1' files at '13:15:42.093'.
> 2024-10-14T13:15:51.4307729Z 
> 2024-10-14T13:15:51.4317828Z 
> 2024-10-14T13:15:51.4331589Z Compilation ended at '13:15:51.242'.
> 2024-10-14T13:15:51.4340427Z 
> 2024-10-14T13:15:51.4404180Z D:\a\jenworks\jenworks\Jenworks\.output\Jersey Electricity Plc._Jendev-Library_1.1.35.0.app successfully created in 240 seconds
> 2024-10-14T13:15:51.4423768Z Jersey Electricity Plc._Jendev-Library_1.1.35.0.app copied to D:\a\jenworks\jenworks\Jenworks\.packages
> 2024-10-14T13:16:34.9762427Z Using Version 1.1.35.0
> 2024-10-14T13:16:34.9777689Z 
> 2024-10-14T13:16:34.9780356Z Compiling D:\a\jenworks\jenworks\Jenworks\Jenworks-Core
> 2024-10-14T13:17:18.3901219Z Using Symbols Folder: D:\a\jenworks\jenworks\Jenworks\.packages
> 2024-10-14T13:19:28.7334559Z Processing dependency Microsoft_Application_24.0.0.0 ()
> 2024-10-14T13:19:28.7361794Z Dependency App exists
> 2024-10-14T13:19:28.7371941Z Processing dependency Microsoft_System_1.0.0.0 ()
> 2024-10-14T13:19:28.7404052Z Dependency App exists
> 2024-10-14T13:19:28.7413467Z Processing dependency Jersey Electricity Plc._Jendev-Library_1.1.0.0 (c8f714b8-0a78-4ad7-b539-72396adbd2d7)
> 2024-10-14T13:19:28.7445059Z Dependency App exists
> 2024-10-14T13:20:11.9574582Z Compiling...
> 2024-10-14T13:20:11.9787970Z .\alc.exe /project:"c:\sources\Jenworks-Core" /packagecachepath:"c:\sources\.packages" /out:"c:\sources\.output\Jersey Electricity Plc._Jenworks - Core_1.1.35.0.app" /analyzer:C:\build\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.PerTenantExtensionCop.dll /SourceRepositoryUrl:"https://github.com/Jersey-Electricity-plc/jenworks" /SourceCommit:"6ca8557a6b15f90e937404f1cbed478e6d2ea714" /BuildBy:"AL-Go for GitHub,v5.3" /BuildUrl:"https://github.com/Jersey-Electricity-plc/jenworks/actions/runs/11328009183" /assemblyprobingpaths:"C:\Program Files\dotnet\shared","C:\ProgramData\BcContainerHelper\Extensions\bcJenworks11328009183\.netPackages\Service"
> 2024-10-14T13:20:21.2109577Z Microsoft (R) AL Compiler version 14.1.17.58786
> 2024-10-14T13:20:21.5062338Z Copyright (C) Microsoft Corporation. All rights reserved
> 2024-10-14T13:20:21.5073776Z 
> 2024-10-14T13:20:21.5091602Z Compilation started for project 'Jenworks - Core' containing '54' files at '13:20:12.120'.
> 2024-10-14T13:20:21.5101979Z 
> 2024-10-14T13:20:21.5296812Z ##[warning]PTE0012 The InternalsVisibleTo setting will expose your internal objects to any extension with the given name, publisher, and ID. Access modifiers are not designed to be used as a security boundary, but for API development.
> 2024-10-14T13:20:21.5301393Z 
> 2024-10-14T13:20:21.5301821Z Compilation ended at '13:20:21.020'.
> 2024-10-14T13:20:21.5302304Z 
> 2024-10-14T13:20:21.5303398Z D:\a\jenworks\jenworks\Jenworks\.output\Jersey Electricity Plc._Jenworks - Core_1.1.35.0.app successfully created in 227 seconds
> 2024-10-14T13:20:21.5305377Z Jersey Electricity Plc._Jenworks - Core_1.1.35.0.app copied to D:\a\jenworks\jenworks\Jenworks\.packages
> 2024-10-14T13:21:05.0565186Z Using Version 1.1.35.0
> 2024-10-14T13:21:05.0578978Z 
> 2024-10-14T13:21:05.0581456Z Compiling D:\a\jenworks\jenworks\Jenworks\Jenworks-Core.Test
> 2024-10-14T13:21:48.5101988Z Using Symbols Folder: D:\a\jenworks\jenworks\Jenworks\.packages
> 2024-10-14T13:23:58.9682034Z Processing dependency Microsoft_Application_24.0.0.0 ()
> 2024-10-14T13:23:58.9718303Z Dependency App exists
> 2024-10-14T13:23:58.9728029Z Processing dependency Microsoft_System_1.0.0.0 ()
> 2024-10-14T13:23:58.9763972Z Dependency App exists
> 2024-10-14T13:23:58.9774414Z Processing dependency Jersey Electricity Plc._Jenworks - Core_1.1.0.0 (2671cc66-00b1-494a-9be8-1ee7ce47f7bb)
> 2024-10-14T13:23:58.9810085Z Dependency App exists
> 2024-10-14T13:23:58.9821232Z Processing dependency Microsoft_Library Assert_24.3.21374.21570 (dd0be2ea-f733-4d65-bb34-a28f4624fb14)
> 2024-10-14T13:23:58.9856125Z Dependency App exists
> 2024-10-14T13:23:58.9865399Z Processing dependency Microsoft_Any_24.3.21374.21570 (e7320ebb-08b3-4406-b1ec-b4927d3e280b)
> 2024-10-14T13:23:58.9900759Z Dependency App exists
> 2024-10-14T13:23:58.9910155Z Processing dependency Microsoft_Tests-TestLibraries_24.3.21374.21570 (5d86850b-0d76-4eca-bd7b-951ad998e997)
> 2024-10-14T13:23:58.9990814Z WARNING: Unable to download symbols for Microsoft_Tests-TestLibraries_24.3.21374.21570.app
> 2024-10-14T13:24:42.1532848Z Compiling...
> 2024-10-14T13:24:42.1775596Z .\alc.exe /project:"c:\sources\Jenworks-Core.Test" /packagecachepath:"c:\sources\.packages" /out:"c:\sources\.output\Jersey Electricity Plc._Jenworks-Core.Test_1.1.35.0.app" /SourceRepositoryUrl:"https://github.com/Jersey-Electricity-plc/jenworks" /SourceCommit:"6ca8557a6b15f90e937404f1cbed478e6d2ea714" /BuildBy:"AL-Go for GitHub,v5.3" /BuildUrl:"https://github.com/Jersey-Electricity-plc/jenworks/actions/runs/11328009183" /assemblyprobingpaths:"C:\Program Files\dotnet\shared","C:\ProgramData\BcContainerHelper\Extensions\bcJenworks11328009183\.netPackages\Service"
> 2024-10-14T13:24:51.0992472Z Microsoft (R) AL Compiler version 14.1.17.58786
> 2024-10-14T13:24:51.1009778Z Copyright (C) Microsoft Corporation. All rights reserved
> 2024-10-14T13:24:51.1020582Z 
> 2024-10-14T13:24:51.1036158Z Compilation started for project 'Jenworks-Core.Test' containing '11' files at '13:24:42.316'.
> 2024-10-14T13:24:51.1043998Z 
> 2024-10-14T13:24:51.1077462Z ##[error]AL1022 A package with publisher 'Microsoft', name 'Tests-TestLibraries', and a version compatible with '24.3.21374.21570' could not be found in the package cache folders: c:\sources\.packages
> 2024-10-14T13:24:51.1079105Z 
> 2024-10-14T13:24:51.1088197Z Compilation ended at '13:24:50.932'.
> 2024-10-14T13:24:51.1098284Z 
> 2024-10-14T13:24:51.1113101Z App generation failed with exit code 1
> 2024-10-14T13:24:51.7686402Z Compile-AppInBcContainer Telemetry Correlation Id: e62f0ad2-fd60-48b1-8fe5-b9fc64d9c59b
> 2024-10-14T13:24:51.8159708Z ##[group]Removing container
> 2024-10-14T13:24:51.8190535Z ##[endgroup]
> 2024-10-14T13:24:52.0650124Z Run-AlPipeline Telemetry Correlation Id: b10c1485-2b46-48e7-aa0c-ff2f191e593f
> 2024-10-14T13:24:52.4099556Z Get Event Log from container
> 2024-10-14T13:24:52.4162190Z Getting event log for bcJenworks11328009183
> 2024-10-14T13:25:35.9942705Z Error getting event log from container: Cannot overwrite the item D:\a\jenworks\jenworks\Jenworks\ContainerEventLog.evtx with itself.
> 2024-10-14T13:25:36.0595909Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T13:25:36.0615395Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T13:25:36.0629833Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T13:25:36.0641136Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T13:25:36.0652295Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T13:25:36.1275142Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T13:25:36.1371796Z Enabling Microsoft telemetry...
> 2024-10-14T13:25:37.0954830Z ##[error]Unexpected error when running action. Error Message: App generation failed with exit code 1, StackTrace: at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Compile-AppInNavContainer.ps1: line 756 <- at Compile-AppInBcContainer, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Compile-AppInNavContainer.ps1: line 756 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 846 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1999 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1528 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1521 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 977 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 939 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v5.3\RunPipeline\RunPipeline.ps1: line 355 <- at <ScriptBlock>, D:\a\_temp\d4e0100a-5c1b-4a1a-9598-c4134f800d30.ps1: line 3 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v5.3\Invoke-AlGoAction.ps1: line 17 <- at <ScriptBlock>, D:\a\_temp\d4e0100a-5c1b-4a1a-9598-c4134f800d30.ps1: line 2 <- at <ScriptBlock>, <No file>: line 1
> 2024-10-14T13:25:37.1800815Z ##[error]Process completed with exit code 1.
> 2024-10-14T13:25:37.2412451Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v5.3
> 2024-10-14T13:25:37.2413074Z with:
> 2024-10-14T13:25:37.2413326Z   shell: powershell
> 2024-10-14T13:25:37.2413631Z   project: Jenworks
> 2024-10-14T13:25:37.2413926Z   buildMode: Default
> 2024-10-14T13:25:37.2414210Z env:
> 2024-10-14T13:25:37.2414438Z   ALGoOrgSettings: 
> 2024-10-14T13:25:37.2500559Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:37.2501694Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:37.2502374Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:37.2502801Z   generateDependencyArtifact: False
> 2024-10-14T13:25:37.2503155Z   doNotRunTests: False
> 2024-10-14T13:25:37.2503476Z   doNotSignApps: False
> 2024-10-14T13:25:37.2505518Z   useCompilerFolder: False
> 2024-10-14T13:25:37.2525221Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:37.2545522Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:37.2546215Z   artifactCacheKey: 
> 2024-10-14T13:25:37.2546527Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:37.2547007Z ##[endgroup]
> 2024-10-14T13:25:37.2664345Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\CalculateArtifactNames/../Invoke-AlGoAction.ps1 -ActionName "CalculateArtifactNames" -Action {
> 2024-10-14T13:25:37.2665784Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\CalculateArtifactNames/../Invoke-AlGoAction.ps1 -ActionName "CalculateArtifactNames" -Action {
> 2024-10-14T13:25:37.2667262Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.3\CalculateArtifactNames/CalculateArtifactNames.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -suffix $ENV:_suffix
> 2024-10-14T13:25:37.2668205Z }
> 2024-10-14T13:25:37.2737709Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T13:25:37.2738302Z env:
> 2024-10-14T13:25:37.2738565Z   ALGoOrgSettings: 
> 2024-10-14T13:25:37.2739316Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:37.2740359Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:37.2741022Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:37.2741440Z   generateDependencyArtifact: False
> 2024-10-14T13:25:37.2741819Z   doNotRunTests: False
> 2024-10-14T13:25:37.2742101Z   doNotSignApps: False
> 2024-10-14T13:25:37.2742411Z   useCompilerFolder: False
> 2024-10-14T13:25:37.2760807Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:37.2782404Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:37.2783389Z   artifactCacheKey: 
> 2024-10-14T13:25:37.2783966Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:37.2784618Z   _project: Jenworks
> 2024-10-14T13:25:37.2785092Z   _buildMode: Default
> 2024-10-14T13:25:37.2785559Z   _suffix: 
> 2024-10-14T13:25:37.2786148Z ##[endgroup]
> 2024-10-14T13:25:38.0882150Z Assigning  to BuildMode
> 2024-10-14T13:25:38.1023597Z Assigning Jenworks-feature_sprint3-Apps-1.1.35.0 to AppsArtifactsName
> 2024-10-14T13:25:38.1042347Z Assigning Jenworks-feature_sprint3-Dependencies-1.1.35.0 to DependenciesArtifactsName
> 2024-10-14T13:25:38.1057325Z Assigning Jenworks-feature_sprint3-TestApps-1.1.35.0 to TestAppsArtifactsName
> 2024-10-14T13:25:38.1072064Z Assigning Jenworks-feature_sprint3-TestResults-1.1.35.0 to TestResultsArtifactsName
> 2024-10-14T13:25:38.1086104Z Assigning Jenworks-feature_sprint3-BcptTestResults-1.1.35.0 to BcptTestResultsArtifactsName
> 2024-10-14T13:25:38.9656857Z Assigning Jenworks-feature_sprint3-BuildOutput-1.1.35.0 to BuildOutputArtifactsName
> 2024-10-14T13:25:38.9658449Z Assigning Jenworks-feature_sprint3-ContainerEventLog-1.1.35.0 to ContainerEventLogArtifactsName
> 2024-10-14T13:25:38.9661921Z Assigning Jenworks-feature_sprint3-PowerPlatformSolution-1.1.35.0 to PowerPlatformSolutionArtifactsName
> 2024-10-14T13:25:38.9663387Z Assigning thisbuild-Jenworks-Apps to ThisBuildAppsArtifactsName
> 2024-10-14T13:25:38.9664632Z Assigning thisbuild-Jenworks-Dependencies to ThisBuildDependenciesArtifactsName
> 2024-10-14T13:25:38.9665905Z Assigning thisbuild-Jenworks-TestApps to ThisBuildTestAppsArtifactsName
> 2024-10-14T13:25:38.9667124Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T13:25:38.9668226Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T13:25:38.9669214Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T13:25:38.9670365Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T13:25:38.9671522Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T13:25:38.9672757Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T13:25:38.9673527Z Enabling Microsoft telemetry...
> 2024-10-14T13:25:39.4545404Z ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
> 2024-10-14T13:25:39.4546077Z with:
> 2024-10-14T13:25:39.4546413Z   name: Jenworks-feature_sprint3-BuildOutput-1.1.35.0
> 2024-10-14T13:25:39.4546879Z   path: Jenworks/BuildOutput.txt
> 2024-10-14T13:25:39.4547226Z   if-no-files-found: ignore
> 2024-10-14T13:25:39.4547571Z   compression-level: 6
> 2024-10-14T13:25:39.4547860Z   overwrite: false
> 2024-10-14T13:25:39.4548146Z env:
> 2024-10-14T13:25:39.4548400Z   ALGoOrgSettings: 
> 2024-10-14T13:25:39.4549146Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:39.4550204Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:39.4550846Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:39.4551297Z   generateDependencyArtifact: False
> 2024-10-14T13:25:39.4551639Z   doNotRunTests: False
> 2024-10-14T13:25:39.4551946Z   doNotSignApps: False
> 2024-10-14T13:25:39.4552247Z   useCompilerFolder: False
> 2024-10-14T13:25:39.4571669Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:39.4590286Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:39.4590969Z   artifactCacheKey: 
> 2024-10-14T13:25:39.4591319Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:39.4591669Z ##[endgroup]
> 2024-10-14T13:25:40.0118622Z With the provided path, there will be 1 file uploaded
> 2024-10-14T13:25:40.0151954Z Artifact name is valid!
> 2024-10-14T13:25:40.0184498Z Root directory input is valid!
> 2024-10-14T13:25:40.4050816Z Beginning upload of artifact content to blob storage
> 2024-10-14T13:25:40.7409635Z Uploaded bytes 701
> 2024-10-14T13:25:40.8278147Z Finished uploading artifact content to blob storage!
> 2024-10-14T13:25:40.8284495Z SHA256 hash of uploaded artifact zip is b51db04633dd9dcde617baf8efe00d46a71cc490ee263d9d910b339dab559e70
> 2024-10-14T13:25:40.8287471Z Finalizing artifact upload
> 2024-10-14T13:25:40.9806941Z Artifact Jenworks-feature_sprint3-BuildOutput-1.1.35.0.zip successfully finalized. Artifact ID 2053307300
> 2024-10-14T13:25:40.9809440Z Artifact Jenworks-feature_sprint3-BuildOutput-1.1.35.0 has been successfully uploaded! Final size is 701 bytes. Artifact ID is 2053307300
> 2024-10-14T13:25:40.9819119Z Artifact download URL: https://github.com/Jersey-Electricity-plc/jenworks/actions/runs/11328009183/artifacts/2053307300
> 2024-10-14T13:25:41.1200221Z ##[group]Run actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
> 2024-10-14T13:25:41.1200804Z with:
> 2024-10-14T13:25:41.1201121Z   name: Jenworks-feature_sprint3-ContainerEventLog-1.1.35.0
> 2024-10-14T13:25:41.1201583Z   path: Jenworks/ContainerEventLog.evtx
> 2024-10-14T13:25:41.1201925Z   if-no-files-found: ignore
> 2024-10-14T13:25:41.1202203Z   compression-level: 6
> 2024-10-14T13:25:41.1202449Z   overwrite: false
> 2024-10-14T13:25:41.1202662Z env:
> 2024-10-14T13:25:41.1202852Z   ALGoOrgSettings: 
> 2024-10-14T13:25:41.1203796Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:41.1205563Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:41.1206916Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:41.1207640Z   generateDependencyArtifact: False
> 2024-10-14T13:25:41.1208211Z   doNotRunTests: False
> 2024-10-14T13:25:41.1208665Z   doNotSignApps: False
> 2024-10-14T13:25:41.1209127Z   useCompilerFolder: False
> 2024-10-14T13:25:41.1229841Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:41.1248283Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:41.1248899Z   artifactCacheKey: 
> 2024-10-14T13:25:41.1249174Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:41.1249488Z ##[endgroup]
> 2024-10-14T13:25:41.4229802Z With the provided path, there will be 1 file uploaded
> 2024-10-14T13:25:41.4237024Z Artifact name is valid!
> 2024-10-14T13:25:41.4241073Z Root directory input is valid!
> 2024-10-14T13:25:41.7397885Z Beginning upload of artifact content to blob storage
> 2024-10-14T13:25:42.1336384Z Uploaded bytes 20595
> 2024-10-14T13:25:42.2138212Z Finished uploading artifact content to blob storage!
> 2024-10-14T13:25:42.2144370Z SHA256 hash of uploaded artifact zip is 03a03e7f8499118d8c0df758cb8b549e652811d4cb2bdcfaede934748537d841
> 2024-10-14T13:25:42.2147401Z Finalizing artifact upload
> 2024-10-14T13:25:42.3660043Z Artifact Jenworks-feature_sprint3-ContainerEventLog-1.1.35.0.zip successfully finalized. Artifact ID 2053307401
> 2024-10-14T13:25:42.3662513Z Artifact Jenworks-feature_sprint3-ContainerEventLog-1.1.35.0 has been successfully uploaded! Final size is 20595 bytes. Artifact ID is 2053307401
> 2024-10-14T13:25:42.3672509Z Artifact download URL: https://github.com/Jersey-Electricity-plc/jenworks/actions/runs/11328009183/artifacts/2053307401
> 2024-10-14T13:25:42.6270014Z ##[group]Run microsoft/AL-Go-Actions/AnalyzeTests@v5.3
> 2024-10-14T13:25:42.6270751Z with:
> 2024-10-14T13:25:42.6271126Z   shell: powershell
> 2024-10-14T13:25:42.6271565Z   project: Jenworks
> 2024-10-14T13:25:42.6271987Z env:
> 2024-10-14T13:25:42.6272340Z   ALGoOrgSettings: 
> 2024-10-14T13:25:42.6273516Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:42.6275307Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:42.6276381Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:42.6277015Z   generateDependencyArtifact: False
> 2024-10-14T13:25:42.6277563Z   doNotRunTests: False
> 2024-10-14T13:25:42.6278005Z   doNotSignApps: False
> 2024-10-14T13:25:42.6278454Z   useCompilerFolder: False
> 2024-10-14T13:25:42.6313000Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:42.6345876Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:42.6346721Z   artifactCacheKey: 
> 2024-10-14T13:25:42.6347021Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:42.6347349Z ##[endgroup]
> 2024-10-14T13:25:42.6519023Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\AnalyzeTests/../Invoke-AlGoAction.ps1 -ActionName "AnalyzeTests" -Action {
> 2024-10-14T13:25:42.6520875Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\AnalyzeTests/../Invoke-AlGoAction.ps1 -ActionName "AnalyzeTests" -Action {
> 2024-10-14T13:25:42.6522978Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.3\AnalyzeTests/AnalyzeTests.ps1 -project $ENV:_project
> 2024-10-14T13:25:42.6523979Z }
> 2024-10-14T13:25:42.6590376Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T13:25:42.6591327Z env:
> 2024-10-14T13:25:42.6591712Z   ALGoOrgSettings: 
> 2024-10-14T13:25:42.6592903Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:42.6594702Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:42.6595775Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:42.6596400Z   generateDependencyArtifact: False
> 2024-10-14T13:25:42.6596899Z   doNotRunTests: False
> 2024-10-14T13:25:42.6597304Z   doNotSignApps: False
> 2024-10-14T13:25:42.6597718Z   useCompilerFolder: False
> 2024-10-14T13:25:42.6628272Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:42.6658663Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:42.6659658Z   artifactCacheKey: 
> 2024-10-14T13:25:42.6660079Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:42.6660560Z   _project: Jenworks
> 2024-10-14T13:25:42.6660916Z ##[endgroup]
> 2024-10-14T13:25:43.2863371Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T13:25:43.2933198Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T13:25:43.2948757Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T13:25:43.2960554Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T13:25:43.2972412Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T13:25:43.3781561Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T13:25:43.3974721Z Enabling Microsoft telemetry...
> 2024-10-14T13:25:44.1375538Z ##[group]Run microsoft/AL-Go-Actions/PipelineCleanup@v5.3
> 2024-10-14T13:25:44.1376024Z with:
> 2024-10-14T13:25:44.1376226Z   shell: powershell
> 2024-10-14T13:25:44.1376460Z   project: Jenworks
> 2024-10-14T13:25:44.1376666Z env:
> 2024-10-14T13:25:44.1376850Z   ALGoOrgSettings: 
> 2024-10-14T13:25:44.1377526Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:44.1378570Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:44.1379164Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:44.1379496Z   generateDependencyArtifact: False
> 2024-10-14T13:25:44.1379799Z   doNotRunTests: False
> 2024-10-14T13:25:44.1380036Z   doNotSignApps: False
> 2024-10-14T13:25:44.1380273Z   useCompilerFolder: False
> 2024-10-14T13:25:44.1399537Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:44.1417967Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:44.1418667Z   artifactCacheKey: 
> 2024-10-14T13:25:44.1418946Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:44.1419250Z ##[endgroup]
> 2024-10-14T13:25:44.1520187Z ##[group]Run D:\a\_actions\microsoft\AL-Go-Actions\v5.3\PipelineCleanup/../Invoke-AlGoAction.ps1 -ActionName "PipelineCleanup" -Action {
> 2024-10-14T13:25:44.1521357Z D:\a\_actions\microsoft\AL-Go-Actions\v5.3\PipelineCleanup/../Invoke-AlGoAction.ps1 -ActionName "PipelineCleanup" -Action {
> 2024-10-14T13:25:44.1522417Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.3\PipelineCleanup/PipelineCleanup.ps1 -project $ENV:_project
> 2024-10-14T13:25:44.1523028Z }
> 2024-10-14T13:25:44.1562528Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
> 2024-10-14T13:25:44.1563037Z env:
> 2024-10-14T13:25:44.1563236Z   ALGoOrgSettings: 
> 2024-10-14T13:25:44.1563920Z   ALGoRepoSettings: {
>     "ConditionalSettings": [
>         {
>             "branches": [
>                 "feature/*"
>             ],
>             "settings": {
>                 "doNotPublishApps": true
>             }
>         }
>     ]
> }
> 2024-10-14T13:25:44.1564928Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/25.0.23364.25445/gb
> 2024-10-14T13:25:44.1565514Z   keyVaultCodesignCertificateName: 
> 2024-10-14T13:25:44.1565864Z   generateDependencyArtifact: False
> 2024-10-14T13:25:44.1566177Z   doNotRunTests: False
> 2024-10-14T13:25:44.1566419Z   doNotSignApps: False
> 2024-10-14T13:25:44.1566669Z   useCompilerFolder: False
> 2024-10-14T13:25:44.1584961Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=cd2cc63e-0f37-4968-b99a-532411a314b8;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"gb","templateSha":"72f3223b6a153cd1fae540f5d7388842e2f9ac1e","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Jenworks-Core.Test"],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.1","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":["Jenworks-Core","Jendev-Library"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","powerPlatformSolutionFolder":"","treatTestFailuresAsWarnings":false,"bcptThresholds":{"DurationWarning":10,"DurationError":25,"NumberOfSqlStmtsWarning":5,"NumberOfSqlStmtsError":10},"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":[],"appDependencies":[],"doNotRunBcptTests":false,"skipUpgrade":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":"Jenworks","testDependencies":[],"appRevision":0,"ConditionalSettings":[{"branches":["feature/*"],"settings":{"doNotPublishApps":true}}],"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"enableUICop":false,"templateBranch":"","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"jenworks","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"installOnlyReferencedApps":true,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
> 2024-10-14T13:25:44.1603179Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:44.1603793Z   artifactCacheKey: 
> 2024-10-14T13:25:44.1604063Z   containerName: bcJenworks11328009183
> 2024-10-14T13:25:44.1604371Z   _project: Jenworks
> 2024-10-14T13:25:44.1604588Z ##[endgroup]
> 2024-10-14T13:25:44.6856565Z Import from C:\ProgramData\BcContainerHelper\6.0.25\BcContainerHelper\BcContainerHelper.ps1
> 2024-10-14T13:25:44.9112913Z BcContainerHelper version 6.0.25
> 2024-10-14T13:25:45.2001246Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
> 2024-10-14T13:25:45.2961888Z Running on Windows, PowerShell 5.1.20348.2652
> 2024-10-14T13:25:47.3838285Z Removing Session bcJenworks11328009183
> 2024-10-14T13:25:47.4350661Z Removing container bcJenworks11328009183
> 2024-10-14T13:25:48.2249735Z Removing entries from hosts
> 2024-10-14T13:25:48.2412091Z Removing bcJenworks11328009183 from container hosts file
> 2024-10-14T13:25:48.3299383Z Removing bcJenworks11328009183-* from container hosts file
> 2024-10-14T13:25:48.3655192Z Removing Desktop shortcuts
> 2024-10-14T13:25:48.4808878Z Removing C:\ProgramData\BcContainerHelper\Extensions\bcJenworks11328009183
> 2024-10-14T13:25:49.6094101Z Applying settings from D:\a\jenworks\jenworks\.github\AL-Go-Settings.json
> 2024-10-14T13:25:49.6148308Z No settings found in D:\a\jenworks\jenworks\.AL-Go\settings.json
> 2024-10-14T13:25:49.6171785Z No settings found in D:\a\jenworks\jenworks\.github\CICD.settings.json
> 2024-10-14T13:25:49.6184982Z No settings found in D:\a\jenworks\jenworks\.AL-Go\CICD.settings.json
> 2024-10-14T13:25:49.6197558Z No settings found in D:\a\jenworks\jenworks\.AL-Go\tscottjendev.settings.json
> 2024-10-14T13:25:49.7000218Z Applying conditional settings for branchName: feature/sprint3
> 2024-10-14T13:25:49.7186404Z Enabling Microsoft telemetry...
> 2024-10-14T13:25:50.3562714Z Post job cleanup.
> 2024-10-14T13:25:50.6273376Z [command]"C:\Program Files\Git\bin\git.exe" version
> 2024-10-14T13:25:50.7077996Z git version 2.46.2.windows.1
> 2024-10-14T13:25:50.7161148Z Temporarily overriding HOME='D:\a\_temp\683063a3-e540-43a5-9614-0ce1652a469c' before making global git config changes
> 2024-10-14T13:25:50.7163347Z Adding repository directory to the temporary git global config as a safe directory
> 2024-10-14T13:25:50.7176822Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\jenworks\jenworks
> 2024-10-14T13:25:50.7527145Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
> 2024-10-14T13:25:50.7811434Z [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' || :\""
> 2024-10-14T13:25:51.2896278Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
> 2024-10-14T13:25:51.3120350Z http.https://github.com/.extraheader
> 2024-10-14T13:25:51.3169798Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
> 2024-10-14T13:25:51.3422097Z [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' || :\""
> 2024-10-14T13:25:51.8224457Z Cleaning up orphan processes
tscottjendev commented 1 month ago

Is it the "doNotPublishApps": true setting?

freddydk commented 1 month ago

Just found out that the code determining which test framework apps are needed is using case sensitive search on the app id. Your dependency to test libraries needs to be lower case guid: 5d86850b-0d76-4eca-bd7b-951ad998e997

Could that be the problem?

tscottjendev commented 1 month ago

No, it is all lowercase.

app.json

{
  "id": "9cae9bc7-0dae-4938-9e13-f20017dcd590",
  "name": "Jenworks-Core.Test",
  "publisher": "Jersey Electricity Plc.",
  "version": "1.1.0.0",
  "brief": "",
  "description": "",
  "privacyStatement": "",
  "EULA": "",
  "help": "",
  "url": "",
  "logo": "",
  "runtime": "13.1",
  "dependencies": [
    {
      "id": "2671cc66-00b1-494a-9be8-1ee7ce47f7bb",
      "name": "Jenworks - Core",
      "publisher": "Jersey Electricity Plc.",
      "version": "1.1.0.0"
    },
    {
      "id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
      "name": "Library Assert",
      "publisher": "Microsoft",
      "version": "24.3.21374.21570"
    },
    {
      "id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
      "name": "Any",
      "publisher": "Microsoft",
      "version": "24.3.21374.21570"
    },
    {
      "id":  "5d86850b-0d76-4eca-bd7b-951ad998e997",
      "name":  "Tests-TestLibraries",
      "publisher":  "Microsoft",
      "version": "24.3.21374.21570"
    }
  ],
  "screenshots": [],
  "platform": "1.0.0.0",
  "application": "24.0.0.0",
  "idRanges": [
    {
      "from": 90000,
      "to": 90020
    }
  ],
  "features": [
    "NoImplicitWith"
  ],
  "resourceExposurePolicy": {
    "allowDebugging": true,
    "allowDownloadingSource": false,
    "includeSourceInSymbolFile": false
  }
}
freddydk commented 1 month ago

This is indeed caused by the "doNotPublishApps" flag. This means that the test app dependencies are also not included, which is wrong. It should only mean the it shouldn't publish your own apps.

tscottjendev commented 1 month ago

Thanks, do I need to raise an issue?

freddydk commented 1 month ago

Not needed

freddydk commented 1 month ago

The fix will surface for you a little later today when a new BcContainerHelper is released.