microsoft / AL-Go

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

Deliver to storage skipped #766

Closed mabessghaier closed 11 months ago

mabessghaier commented 11 months ago

Hi Freddy,

for some projects when the CICD workflow is linked to Release Repo the Deliver to storage steps are skipped,

image image

thanks

freddydk commented 11 months ago

Is this when you are running the CI/CD workflow in a release branch? The default branches setting for DeliverToStorage is main - meaning that only the main branch will be delivering to storage. You can add a repository setting (.github/AL-Go-Settings.json) called DeliverToStorage (see https://aka.ms/algosettings#deliverto) and define which branches should deliver to storage there. You would have to add this setting to the release branches as well.

mabessghaier commented 11 months ago

It does not seem to be working, here is my setup and Log

image
2023-10-13T15:57:14.2851544Z Requested labels: windows-latest
2023-10-13T15:57:14.2851874Z Job defined at: gestisoft-DevProduits/GoGestisoft/.github/workflows/_BuildALGoProject.yaml@refs/heads/Release
2023-10-13T15:57:14.2852112Z Reusable workflow chain:
2023-10-13T15:57:14.2852212Z gestisoft-DevProduits/GoGestisoft/.github/workflows/CICD.yaml@refs/heads/Release (62ec65e1c7c8f8a3a21259c8b4f41d7be9ad6fd7)
2023-10-13T15:57:14.2852296Z -> gestisoft-DevProduits/GoGestisoft/.github/workflows/_BuildALGoProject.yaml@refs/heads/Release (62ec65e1c7c8f8a3a21259c8b4f41d7be9ad6fd7)
2023-10-13T15:57:14.2852401Z Waiting for a runner to pick up this job...
2023-10-13T15:57:14.9130424Z Job is waiting for a hosted runner to come online.
2023-10-13T15:57:22.5746879Z Job is about to start running on the hosted runner: GitHub Actions 4 (hosted)
2023-10-13T15:57:26.6575694Z Current runner version: '2.310.2'
2023-10-13T15:57:26.6610544Z ##[group]Operating System
2023-10-13T15:57:26.6611407Z Microsoft Windows Server 2022
2023-10-13T15:57:26.6612013Z 10.0.20348
2023-10-13T15:57:26.6612477Z Datacenter
2023-10-13T15:57:26.6612934Z ##[endgroup]
2023-10-13T15:57:26.6613418Z ##[group]Runner Image
2023-10-13T15:57:26.6614018Z Image: windows-2022
2023-10-13T15:57:26.6614539Z Version: 20231002.1.0
2023-10-13T15:57:26.6615792Z Included Software: https://github.com/actions/runner-images/blob/win22/20231002.1/images/win/Windows2022-Readme.md
2023-10-13T15:57:26.6617532Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20231002.1
2023-10-13T15:57:26.6618625Z ##[endgroup]
2023-10-13T15:57:26.6619177Z ##[group]Runner Image Provisioner
2023-10-13T15:57:26.6619803Z 2.0.310.1
2023-10-13T15:57:26.6620268Z ##[endgroup]
2023-10-13T15:57:26.6621554Z ##[group]GITHUB_TOKEN Permissions
2023-10-13T15:57:26.6623643Z Actions: read
2023-10-13T15:57:26.6624402Z Contents: read
2023-10-13T15:57:26.6624976Z Metadata: read
2023-10-13T15:57:26.6625509Z ##[endgroup]
2023-10-13T15:57:26.6628351Z Secret source: Actions
2023-10-13T15:57:26.6629076Z Prepare workflow directory
2023-10-13T15:57:26.7546975Z Prepare all required actions
2023-10-13T15:57:26.7739976Z Getting action download info
2023-10-13T15:57:26.9757709Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2023-10-13T15:57:27.4504144Z Download action repository 'microsoft/AL-Go-Actions@v3.2' (SHA:04af70430923a1171b8a52f81bd00bb4dd9179fc)
2023-10-13T15:57:27.8403072Z Download action repository 'actions/cache@v3' (SHA:704facf57e6136b1bc63b828d79edcd491f0ee84)
2023-10-13T15:57:28.1180354Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
2023-10-13T15:57:28.5235471Z Getting action download info
2023-10-13T15:57:28.8308511Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a)
2023-10-13T15:57:29.1162284Z Uses: gestisoft-DevProduits/GoGestisoft/.github/workflows/_BuildALGoProject.yaml@refs/heads/Release (62ec65e1c7c8f8a3a21259c8b4f41d7be9ad6fd7)
2023-10-13T15:57:29.1165261Z ##[group] Inputs
2023-10-13T15:57:29.1165707Z   shell: powershell
2023-10-13T15:57:29.1166133Z   runsOn: "windows-latest"
2023-10-13T15:57:29.1166634Z   checkoutRef: refs/heads/Release
2023-10-13T15:57:29.1167130Z   project: .
2023-10-13T15:57:29.1167529Z   projectDependenciesJson: {}
2023-10-13T15:57:29.1168019Z   buildMode: Default
2023-10-13T15:57:29.1171073Z   secrets: licenseFileUrl,insiderSasToken,codeSignCertificateUrl,codeSignCertificatePassword,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString
2023-10-13T15:57:29.1174698Z   publishThisBuildArtifacts: false
2023-10-13T15:57:29.1175397Z   publishArtifacts: ***
2023-10-13T15:57:29.1175870Z   artifactsNameSuffix: 
2023-10-13T15:57:29.1176351Z   signArtifacts: ***
2023-10-13T15:57:29.1176808Z   useArtifactCache: ***
2023-10-13T15:57:29.1202403Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:57:29.1227409Z ##[endgroup]
2023-10-13T15:57:29.1228389Z Complete job name: Build . - Default / . - Default
2023-10-13T15:57:29.3621060Z ##[group]Run actions/checkout@v3
2023-10-13T15:57:29.3622315Z with:
2023-10-13T15:57:29.3623777Z   ref: refs/heads/Release
2023-10-13T15:57:29.3624588Z   lfs: ***
2023-10-13T15:57:29.3625050Z   repository: gestisoft-DevProduits/GoGestisoft
2023-10-13T15:57:29.3625837Z   token: ***
2023-10-13T15:57:29.3626846Z   ssh-strict: ***
2023-10-13T15:57:29.3627490Z   persist-credentials: ***
2023-10-13T15:57:29.3628044Z   clean: ***
2023-10-13T15:57:29.3628512Z   sparse-checkout-cone-mode: ***
2023-10-13T15:57:29.3629096Z   fetch-depth: 1
2023-10-13T15:57:29.3629528Z   fetch-tags: false
2023-10-13T15:57:29.3629988Z   submodules: false
2023-10-13T15:57:29.3630471Z   set-safe-directory: ***
2023-10-13T15:57:29.3630995Z ##[endgroup]
2023-10-13T15:57:30.3976284Z Syncing repository: gestisoft-DevProduits/GoGestisoft
2023-10-13T15:57:30.3978868Z ##[group]Getting Git version info
2023-10-13T15:57:30.3979835Z Working directory is 'D:\a\GoGestisoft\GoGestisoft'
2023-10-13T15:57:31.2715271Z [command]"C:\Program Files\Git\bin\git.exe" version
2023-10-13T15:57:31.3618733Z git version 2.42.0.windows.2
2023-10-13T15:57:31.4724460Z [command]"C:\Program Files\Git\bin\git.exe" lfs version
2023-10-13T15:57:36.5354716Z git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)
2023-10-13T15:57:36.5428527Z ##[endgroup]
2023-10-13T15:57:36.5481019Z Temporarily overriding HOME='D:\a\_temp\9354261e-3070-4c05-b579-673ffb8cd318' before making global git config changes
2023-10-13T15:57:36.5490873Z Adding repository directory to the temporary git global config as a safe directory
2023-10-13T15:57:36.5503583Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\GoGestisoft\GoGestisoft
2023-10-13T15:57:36.6919061Z Deleting the contents of 'D:\a\GoGestisoft\GoGestisoft'
2023-10-13T15:57:36.6924957Z ##[group]Initializing the repository
2023-10-13T15:57:36.6933213Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\GoGestisoft\GoGestisoft
2023-10-13T15:57:36.9241529Z Initialized empty Git repository in D:/a/GoGestisoft/GoGestisoft/.git/
2023-10-13T15:57:36.9292744Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/gestisoft-DevProduits/GoGestisoft
2023-10-13T15:57:37.0322614Z ##[endgroup]
2023-10-13T15:57:37.0324096Z ##[group]Disabling automatic garbage collection
2023-10-13T15:57:37.0331524Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2023-10-13T15:57:37.0651068Z ##[endgroup]
2023-10-13T15:57:37.0652230Z ##[group]Setting up auth
2023-10-13T15:57:37.0665630Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2023-10-13T15:57:37.0983680Z [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' || :\""
2023-10-13T15:57:40.3169541Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-10-13T15:57:40.3481450Z [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' || :\""
2023-10-13T15:57:40.8259746Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2023-10-13T15:57:40.8555284Z ##[endgroup]
2023-10-13T15:57:40.8563927Z [command]"C:\Program Files\Git\bin\git.exe" lfs install --local
2023-10-13T15:57:41.5464865Z Updated Git hooks.
2023-10-13T15:57:41.5465493Z Git LFS initialized.
2023-10-13T15:57:41.5531171Z ##[group]Fetching the repository
2023-10-13T15:57:41.5545610Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/Release:refs/remotes/origin/Release
2023-10-13T15:57:45.6548877Z remote: Enumerating objects: 250, done.        
2023-10-13T15:57:45.6549910Z remote: Counting objects:   0% (1/250)        
2023-10-13T15:57:45.6554661Z remote: Counting objects:   1% (3/250)        
2023-10-13T15:57:45.6555632Z remote: Counting objects:   2% (5/250)        
2023-10-13T15:57:45.6556402Z remote: Counting objects:   3% (8/250)        
2023-10-13T15:57:45.6557202Z remote: Counting objects:   4% (10/250)        
2023-10-13T15:57:45.6557961Z remote: Counting objects:   5% (13/250)        
2023-10-13T15:57:45.6558796Z remote: Counting objects:   6% (15/250)        
2023-10-13T15:57:45.6559549Z remote: Counting objects:   7% (18/250)        
2023-10-13T15:57:45.6560293Z remote: Counting objects:   8% (20/250)        
2023-10-13T15:57:45.6561073Z remote: Counting objects:   9% (23/250)        
2023-10-13T15:57:45.6561818Z remote: Counting objects:  10% (25/250)        
2023-10-13T15:57:45.6562578Z remote: Counting objects:  11% (28/250)        
2023-10-13T15:57:45.6563401Z remote: Counting objects:  12% (30/250)        
2023-10-13T15:57:45.6564153Z remote: Counting objects:  13% (33/250)        
2023-10-13T15:57:45.6564938Z remote: Counting objects:  14% (35/250)        
2023-10-13T15:57:45.6565702Z remote: Counting objects:  15% (38/250)        
2023-10-13T15:57:45.6566442Z remote: Counting objects:  16% (40/250)        
2023-10-13T15:57:45.6567188Z remote: Counting objects:  17% (43/250)        
2023-10-13T15:57:45.6567970Z remote: Counting objects:  18% (45/250)        
2023-10-13T15:57:45.6568721Z remote: Counting objects:  19% (48/250)        
2023-10-13T15:57:45.6569456Z remote: Counting objects:  20% (50/250)        
2023-10-13T15:57:45.6570191Z remote: Counting objects:  21% (53/250)        
2023-10-13T15:57:45.6570942Z remote: Counting objects:  22% (55/250)        
2023-10-13T15:57:45.6571680Z remote: Counting objects:  23% (58/250)        
2023-10-13T15:57:45.6572472Z remote: Counting objects:  24% (60/250)        
2023-10-13T15:57:45.6573211Z remote: Counting objects:  25% (63/250)        
2023-10-13T15:57:45.6573948Z remote: Counting objects:  26% (65/250)        
2023-10-13T15:57:45.6574693Z remote: Counting objects:  27% (68/250)        
2023-10-13T15:57:45.6575423Z remote: Counting objects:  28% (70/250)        
2023-10-13T15:57:45.6631891Z remote: Counting objects:  29% (73/250)        
2023-10-13T15:57:45.6633767Z remote: Counting objects:  30% (75/250)        
2023-10-13T15:57:45.6634401Z remote: Counting objects:  31% (78/250)        
2023-10-13T15:57:45.6635131Z remote: Counting objects:  32% (80/250)        
2023-10-13T15:57:45.6635750Z remote: Counting objects:  33% (83/250)        
2023-10-13T15:57:45.6636352Z remote: Counting objects:  34% (85/250)        
2023-10-13T15:57:45.6636953Z remote: Counting objects:  35% (88/250)        
2023-10-13T15:57:45.6637561Z remote: Counting objects:  36% (90/250)        
2023-10-13T15:57:45.6638159Z remote: Counting objects:  37% (93/250)        
2023-10-13T15:57:45.6638792Z remote: Counting objects:  38% (95/250)        
2023-10-13T15:57:45.6639686Z remote: Counting objects:  39% (98/250)        
2023-10-13T15:57:45.6640296Z remote: Counting objects:  40% (100/250)        
2023-10-13T15:57:45.6640924Z remote: Counting objects:  41% (103/250)        
2023-10-13T15:57:45.6641547Z remote: Counting objects:  42% (105/250)        
2023-10-13T15:57:45.6642161Z remote: Counting objects:  43% (108/250)        
2023-10-13T15:57:45.6642788Z remote: Counting objects:  44% (110/250)        
2023-10-13T15:57:45.6643398Z remote: Counting objects:  45% (113/250)        
2023-10-13T15:57:45.6644017Z remote: Counting objects:  46% (115/250)        
2023-10-13T15:57:45.6644625Z remote: Counting objects:  47% (118/250)        
2023-10-13T15:57:45.6645235Z remote: Counting objects:  48% (120/250)        
2023-10-13T15:57:45.6645845Z remote: Counting objects:  49% (123/250)        
2023-10-13T15:57:45.6646469Z remote: Counting objects:  50% (125/250)        
2023-10-13T15:57:45.6648116Z remote: Counting objects:  51% (128/250)        
2023-10-13T15:57:45.6648776Z remote: Counting objects:  52% (130/250)        
2023-10-13T15:57:45.6649396Z remote: Counting objects:  53% (133/250)        
2023-10-13T15:57:45.6650017Z remote: Counting objects:  54% (135/250)        
2023-10-13T15:57:45.6650627Z remote: Counting objects:  55% (138/250)        
2023-10-13T15:57:45.6651254Z remote: Counting objects:  56% (140/250)        
2023-10-13T15:57:45.6651867Z remote: Counting objects:  57% (143/250)        
2023-10-13T15:57:45.6652474Z remote: Counting objects:  58% (145/250)        
2023-10-13T15:57:45.6653085Z remote: Counting objects:  59% (148/250)        
2023-10-13T15:57:45.6653694Z remote: Counting objects:  60% (150/250)        
2023-10-13T15:57:45.6654300Z remote: Counting objects:  61% (153/250)        
2023-10-13T15:57:45.6654927Z remote: Counting objects:  62% (155/250)        
2023-10-13T15:57:45.6655539Z remote: Counting objects:  63% (158/250)        
2023-10-13T15:57:45.6656167Z remote: Counting objects:  64% (160/250)        
2023-10-13T15:57:45.6656783Z remote: Counting objects:  65% (163/250)        
2023-10-13T15:57:45.6657389Z remote: Counting objects:  66% (165/250)        
2023-10-13T15:57:45.6658000Z remote: Counting objects:  67% (168/250)        
2023-10-13T15:57:45.6658630Z remote: Counting objects:  68% (170/250)        
2023-10-13T15:57:45.6659245Z remote: Counting objects:  69% (173/250)        
2023-10-13T15:57:45.6659858Z remote: Counting objects:  70% (175/250)        
2023-10-13T15:57:45.6660473Z remote: Counting objects:  71% (178/250)        
2023-10-13T15:57:45.6661096Z remote: Counting objects:  72% (180/250)        
2023-10-13T15:57:45.6661758Z remote: Counting objects:  73% (183/250)        
2023-10-13T15:57:45.6662391Z remote: Counting objects:  74% (185/250)        
2023-10-13T15:57:45.6663009Z remote: Counting objects:  75% (188/250)        
2023-10-13T15:57:45.6663620Z remote: Counting objects:  76% (190/250)        
2023-10-13T15:57:45.6664238Z remote: Counting objects:  77% (193/250)        
2023-10-13T15:57:45.6664859Z remote: Counting objects:  78% (195/250)        
2023-10-13T15:57:45.6665468Z remote: Counting objects:  79% (198/250)        
2023-10-13T15:57:45.6666095Z remote: Counting objects:  80% (200/250)        
2023-10-13T15:57:45.6666717Z remote: Counting objects:  81% (203/250)        
2023-10-13T15:57:45.6667325Z remote: Counting objects:  82% (205/250)        
2023-10-13T15:57:45.6667935Z remote: Counting objects:  83% (208/250)        
2023-10-13T15:57:45.6668540Z remote: Counting objects:  84% (210/250)        
2023-10-13T15:57:45.6669157Z remote: Counting objects:  85% (213/250)        
2023-10-13T15:57:45.6669783Z remote: Counting objects:  86% (215/250)        
2023-10-13T15:57:45.6670395Z remote: Counting objects:  87% (218/250)        
2023-10-13T15:57:45.6671008Z remote: Counting objects:  88% (220/250)        
2023-10-13T15:57:45.6671617Z remote: Counting objects:  89% (223/250)        
2023-10-13T15:57:45.6672244Z remote: Counting objects:  90% (225/250)        
2023-10-13T15:57:45.6673068Z remote: Counting objects:  91% (228/250)        
2023-10-13T15:57:45.6673702Z remote: Counting objects:  92% (230/250)        
2023-10-13T15:57:45.6674306Z remote: Counting objects:  93% (233/250)        
2023-10-13T15:57:45.6674923Z remote: Counting objects:  94% (235/250)        
2023-10-13T15:57:45.6675528Z remote: Counting objects:  95% (238/250)        
2023-10-13T15:57:45.6676188Z remote: Counting objects:  96% (240/250)        
2023-10-13T15:57:45.6676804Z remote: Counting objects:  97% (243/250)        
2023-10-13T15:57:45.6677422Z remote: Counting objects:  98% (245/250)        
2023-10-13T15:57:45.6678031Z remote: Counting objects:  99% (248/250)        
2023-10-13T15:57:45.6678647Z remote: Counting objects: 100% (250/250)        
2023-10-13T15:57:45.6679305Z remote: Counting objects: 100% (250/250), done.        
2023-10-13T15:57:45.6680067Z remote: Compressing objects:   0% (1/217)        
2023-10-13T15:57:45.6680859Z remote: Compressing objects:   1% (3/217)        
2023-10-13T15:57:45.7347455Z remote: Compressing objects:   2% (5/217)        
2023-10-13T15:57:45.7348368Z remote: Compressing objects:   3% (7/217)        
2023-10-13T15:57:45.7349129Z remote: Compressing objects:   4% (9/217)        
2023-10-13T15:57:45.7349869Z remote: Compressing objects:   5% (11/217)        
2023-10-13T15:57:45.7364856Z remote: Compressing objects:   6% (14/217)        
2023-10-13T15:57:45.7365825Z remote: Compressing objects:   7% (16/217)        
2023-10-13T15:57:45.7369343Z remote: Compressing objects:   8% (18/217)        
2023-10-13T15:57:45.7370957Z remote: Compressing objects:   9% (20/217)        
2023-10-13T15:57:45.7371761Z remote: Compressing objects:  10% (22/217)        
2023-10-13T15:57:45.7379133Z remote: Compressing objects:  11% (24/217)        
2023-10-13T15:57:45.7395286Z remote: Compressing objects:  12% (27/217)        
2023-10-13T15:57:45.7399389Z remote: Compressing objects:  13% (29/217)        
2023-10-13T15:57:45.7401847Z remote: Compressing objects:  14% (31/217)        
2023-10-13T15:57:45.7402658Z remote: Compressing objects:  15% (33/217)        
2023-10-13T15:57:45.7488832Z remote: Compressing objects:  16% (35/217)        
2023-10-13T15:57:45.7489579Z remote: Compressing objects:  17% (37/217)        
2023-10-13T15:57:45.7490250Z remote: Compressing objects:  18% (40/217)        
2023-10-13T15:57:45.7491116Z remote: Compressing objects:  19% (42/217)        
2023-10-13T15:57:45.7493343Z remote: Compressing objects:  20% (44/217)        
2023-10-13T15:57:45.7494938Z remote: Compressing objects:  21% (46/217)        
2023-10-13T15:57:45.7495614Z remote: Compressing objects:  22% (48/217)        
2023-10-13T15:57:45.7496275Z remote: Compressing objects:  23% (50/217)        
2023-10-13T15:57:45.7497321Z remote: Compressing objects:  24% (53/217)        
2023-10-13T15:57:45.7498631Z remote: Compressing objects:  25% (55/217)        
2023-10-13T15:57:45.7499981Z remote: Compressing objects:  26% (57/217)        
2023-10-13T15:57:45.7502224Z remote: Compressing objects:  27% (59/217)        
2023-10-13T15:57:45.7502912Z remote: Compressing objects:  28% (61/217)        
2023-10-13T15:57:45.7503567Z remote: Compressing objects:  29% (63/217)        
2023-10-13T15:57:45.7505073Z remote: Compressing objects:  30% (66/217)        
2023-10-13T15:57:45.7506273Z remote: Compressing objects:  31% (68/217)        
2023-10-13T15:57:45.7506970Z remote: Compressing objects:  32% (70/217)        
2023-10-13T15:57:45.7507838Z remote: Compressing objects:  33% (72/217)        
2023-10-13T15:57:45.7508557Z remote: Compressing objects:  34% (74/217)        
2023-10-13T15:57:45.7509292Z remote: Compressing objects:  35% (76/217)        
2023-10-13T15:57:45.7510017Z remote: Compressing objects:  36% (79/217)        
2023-10-13T15:57:45.7510733Z remote: Compressing objects:  37% (81/217)        
2023-10-13T15:57:45.7511846Z remote: Compressing objects:  38% (83/217)        
2023-10-13T15:57:45.7512857Z remote: Compressing objects:  39% (85/217)        
2023-10-13T15:57:45.7515073Z remote: Compressing objects:  40% (87/217)        
2023-10-13T15:57:45.7515813Z remote: Compressing objects:  41% (89/217)        
2023-10-13T15:57:45.7516545Z remote: Compressing objects:  42% (92/217)        
2023-10-13T15:57:45.7517459Z remote: Compressing objects:  43% (94/217)        
2023-10-13T15:57:45.7518961Z remote: Compressing objects:  44% (96/217)        
2023-10-13T15:57:45.7519622Z remote: Compressing objects:  45% (98/217)        
2023-10-13T15:57:45.7520273Z remote: Compressing objects:  46% (100/217)        
2023-10-13T15:57:45.7521037Z remote: Compressing objects:  47% (102/217)        
2023-10-13T15:57:45.7523067Z remote: Compressing objects:  48% (105/217)        
2023-10-13T15:57:45.7523879Z remote: Compressing objects:  49% (107/217)        
2023-10-13T15:57:45.7524562Z remote: Compressing objects:  50% (109/217)        
2023-10-13T15:57:45.7525636Z remote: Compressing objects:  51% (111/217)        
2023-10-13T15:57:45.7528827Z remote: Compressing objects:  52% (113/217)        
2023-10-13T15:57:45.7531318Z remote: Compressing objects:  53% (116/217)        
2023-10-13T15:57:45.7537265Z remote: Compressing objects:  54% (118/217)        
2023-10-13T15:57:45.7538057Z remote: Compressing objects:  55% (120/217)        
2023-10-13T15:57:45.7539394Z remote: Compressing objects:  56% (122/217)        
2023-10-13T15:57:45.7540097Z remote: Compressing objects:  57% (124/217)        
2023-10-13T15:57:45.7540842Z remote: Compressing objects:  58% (126/217)        
2023-10-13T15:57:45.7549971Z remote: Compressing objects:  59% (129/217)        
2023-10-13T15:57:45.7556163Z remote: Compressing objects:  60% (131/217)        
2023-10-13T15:57:45.7556912Z remote: Compressing objects:  61% (133/217)        
2023-10-13T15:57:45.7557638Z remote: Compressing objects:  62% (135/217)        
2023-10-13T15:57:45.7558362Z remote: Compressing objects:  63% (137/217)        
2023-10-13T15:57:45.7559095Z remote: Compressing objects:  64% (139/217)        
2023-10-13T15:57:45.7562992Z remote: Compressing objects:  65% (142/217)        
2023-10-13T15:57:45.7563759Z remote: Compressing objects:  66% (144/217)        
2023-10-13T15:57:45.7564479Z remote: Compressing objects:  67% (146/217)        
2023-10-13T15:57:45.7565192Z remote: Compressing objects:  68% (148/217)        
2023-10-13T15:57:45.7581161Z remote: Compressing objects:  69% (150/217)        
2023-10-13T15:57:45.7582026Z remote: Compressing objects:  70% (152/217)        
2023-10-13T15:57:45.7582771Z remote: Compressing objects:  71% (155/217)        
2023-10-13T15:57:45.7591006Z remote: Compressing objects:  72% (157/217)        
2023-10-13T15:57:45.7591753Z remote: Compressing objects:  73% (159/217)        
2023-10-13T15:57:45.7592482Z remote: Compressing objects:  74% (161/217)        
2023-10-13T15:57:45.7593225Z remote: Compressing objects:  75% (163/217)        
2023-10-13T15:57:45.7593968Z remote: Compressing objects:  76% (165/217)        
2023-10-13T15:57:45.7594686Z remote: Compressing objects:  77% (168/217)        
2023-10-13T15:57:45.7595417Z remote: Compressing objects:  78% (170/217)        
2023-10-13T15:57:45.7596152Z remote: Compressing objects:  79% (172/217)        
2023-10-13T15:57:45.7603846Z remote: Compressing objects:  80% (174/217)        
2023-10-13T15:57:45.7604660Z remote: Compressing objects:  81% (176/217)        
2023-10-13T15:57:45.7605387Z remote: Compressing objects:  82% (178/217)        
2023-10-13T15:57:45.7606102Z remote: Compressing objects:  83% (181/217)        
2023-10-13T15:57:45.7613326Z remote: Compressing objects:  84% (183/217)        
2023-10-13T15:57:45.7614210Z remote: Compressing objects:  85% (185/217)        
2023-10-13T15:57:45.7614949Z remote: Compressing objects:  86% (187/217)        
2023-10-13T15:57:45.7615674Z remote: Compressing objects:  87% (189/217)        
2023-10-13T15:57:45.7616391Z remote: Compressing objects:  88% (191/217)        
2023-10-13T15:57:45.7617921Z remote: Compressing objects:  89% (194/217)        
2023-10-13T15:57:45.7619024Z remote: Compressing objects:  90% (196/217)        
2023-10-13T15:57:45.7619741Z remote: Compressing objects:  91% (198/217)        
2023-10-13T15:57:45.7620456Z remote: Compressing objects:  92% (200/217)        
2023-10-13T15:57:45.7621169Z remote: Compressing objects:  93% (202/217)        
2023-10-13T15:57:45.7621904Z remote: Compressing objects:  94% (204/217)        
2023-10-13T15:57:45.7622609Z remote: Compressing objects:  95% (207/217)        
2023-10-13T15:57:45.7623311Z remote: Compressing objects:  96% (209/217)        
2023-10-13T15:57:45.7624084Z remote: Compressing objects:  97% (211/217)        
2023-10-13T15:57:45.7624791Z remote: Compressing objects:  98% (213/217)        
2023-10-13T15:57:45.7625525Z remote: Compressing objects:  99% (215/217)        
2023-10-13T15:57:45.7626234Z remote: Compressing objects: 100% (217/217)        
2023-10-13T15:57:45.7628568Z remote: Compressing objects: 100% (217/217), done.        
2023-10-13T15:57:45.8652272Z Receiving objects:   0% (1/250)
2023-10-13T15:57:45.8652934Z Receiving objects:   1% (3/250)
2023-10-13T15:57:45.8676690Z Receiving objects:   2% (5/250)
2023-10-13T15:57:45.8677529Z Receiving objects:   3% (8/250)
2023-10-13T15:57:45.8678161Z Receiving objects:   4% (10/250)
2023-10-13T15:57:45.8678795Z Receiving objects:   5% (13/250)
2023-10-13T15:57:45.8679399Z Receiving objects:   6% (15/250)
2023-10-13T15:57:45.8680055Z Receiving objects:   7% (18/250)
2023-10-13T15:57:45.8696345Z Receiving objects:   8% (20/250)
2023-10-13T15:57:45.8696931Z Receiving objects:   9% (23/250)
2023-10-13T15:57:45.8698647Z Receiving objects:  10% (25/250)
2023-10-13T15:57:45.8700720Z Receiving objects:  11% (28/250)
2023-10-13T15:57:45.8702185Z Receiving objects:  12% (30/250)
2023-10-13T15:57:45.8702808Z Receiving objects:  13% (33/250)
2023-10-13T15:57:45.8703412Z Receiving objects:  14% (35/250)
2023-10-13T15:57:45.8704898Z Receiving objects:  15% (38/250)
2023-10-13T15:57:45.8712309Z Receiving objects:  16% (40/250)
2023-10-13T15:57:45.8715105Z Receiving objects:  17% (43/250)
2023-10-13T15:57:45.8726595Z Receiving objects:  18% (45/250)
2023-10-13T15:57:45.8727659Z Receiving objects:  19% (48/250)
2023-10-13T15:57:45.8728281Z Receiving objects:  20% (50/250)
2023-10-13T15:57:45.8728867Z Receiving objects:  21% (53/250)
2023-10-13T15:57:45.8729459Z Receiving objects:  22% (55/250)
2023-10-13T15:57:45.9025442Z Receiving objects:  23% (58/250)
2023-10-13T15:57:45.9029789Z Receiving objects:  24% (60/250)
2023-10-13T15:57:45.9503160Z Receiving objects:  25% (63/250)
2023-10-13T15:57:45.9506256Z Receiving objects:  26% (65/250)
2023-10-13T15:57:45.9507884Z Receiving objects:  27% (68/250)
2023-10-13T15:57:45.9508548Z Receiving objects:  28% (70/250)
2023-10-13T15:57:45.9509102Z Receiving objects:  29% (73/250)
2023-10-13T15:57:45.9509684Z Receiving objects:  30% (75/250)
2023-10-13T15:57:45.9510201Z Receiving objects:  31% (78/250)
2023-10-13T15:57:45.9510738Z Receiving objects:  32% (80/250)
2023-10-13T15:57:45.9514362Z Receiving objects:  33% (83/250)
2023-10-13T15:57:45.9514901Z Receiving objects:  34% (85/250)
2023-10-13T15:57:45.9515479Z Receiving objects:  35% (88/250)
2023-10-13T15:57:45.9517653Z Receiving objects:  36% (90/250)
2023-10-13T15:57:45.9520514Z Receiving objects:  37% (93/250)
2023-10-13T15:57:45.9534175Z Receiving objects:  38% (95/250)
2023-10-13T15:57:46.0636663Z Receiving objects:  39% (98/250)
2023-10-13T15:57:46.0696382Z Receiving objects:  40% (100/250)
2023-10-13T15:57:46.0699313Z Receiving objects:  41% (103/250)
2023-10-13T15:57:46.0701232Z Receiving objects:  42% (105/250)
2023-10-13T15:57:46.0706152Z Receiving objects:  43% (108/250)
2023-10-13T15:57:46.0708101Z Receiving objects:  44% (110/250)
2023-10-13T15:57:46.0709933Z Receiving objects:  45% (113/250)
2023-10-13T15:57:46.0713398Z Receiving objects:  46% (115/250)
2023-10-13T15:57:46.0714688Z Receiving objects:  47% (118/250)
2023-10-13T15:57:46.0734326Z Receiving objects:  48% (120/250)
2023-10-13T15:57:46.0737467Z Receiving objects:  49% (123/250)
2023-10-13T15:57:46.0738383Z Receiving objects:  50% (125/250)
2023-10-13T15:57:46.0738975Z Receiving objects:  51% (128/250)
2023-10-13T15:57:46.0739553Z Receiving objects:  52% (130/250)
2023-10-13T15:57:46.0740133Z Receiving objects:  53% (133/250)
2023-10-13T15:57:46.0740693Z Receiving objects:  54% (135/250)
2023-10-13T15:57:46.0741271Z Receiving objects:  55% (138/250)
2023-10-13T15:57:46.0741839Z Receiving objects:  56% (140/250)
2023-10-13T15:57:46.0742412Z Receiving objects:  57% (143/250)
2023-10-13T15:57:46.0742999Z Receiving objects:  58% (145/250)
2023-10-13T15:57:46.0743566Z Receiving objects:  59% (148/250)
2023-10-13T15:57:46.0744143Z Receiving objects:  60% (150/250)
2023-10-13T15:57:46.0744837Z Receiving objects:  61% (153/250)
2023-10-13T15:57:46.0745405Z Receiving objects:  62% (155/250)
2023-10-13T15:57:46.0746344Z Receiving objects:  63% (158/250)
2023-10-13T15:57:46.0747131Z Receiving objects:  64% (160/250)
2023-10-13T15:57:46.0747740Z Receiving objects:  65% (163/250)
2023-10-13T15:57:46.0748306Z Receiving objects:  66% (165/250)
2023-10-13T15:57:46.0748871Z Receiving objects:  67% (168/250)
2023-10-13T15:57:46.0749435Z Receiving objects:  68% (170/250)
2023-10-13T15:57:46.0750000Z Receiving objects:  69% (173/250)
2023-10-13T15:57:46.0750573Z Receiving objects:  70% (175/250)
2023-10-13T15:57:46.0751136Z Receiving objects:  71% (178/250)
2023-10-13T15:57:46.0751728Z Receiving objects:  72% (180/250)
2023-10-13T15:57:46.0752312Z Receiving objects:  73% (183/250)
2023-10-13T15:57:46.0753055Z Receiving objects:  74% (185/250)
2023-10-13T15:57:46.0753676Z Receiving objects:  75% (188/250)
2023-10-13T15:57:46.0754244Z Receiving objects:  76% (190/250)
2023-10-13T15:57:46.0754800Z Receiving objects:  77% (193/250)
2023-10-13T15:57:46.0755355Z Receiving objects:  78% (195/250)
2023-10-13T15:57:46.0755910Z Receiving objects:  79% (198/250)
2023-10-13T15:57:46.0756518Z Receiving objects:  80% (200/250)
2023-10-13T15:57:46.0757095Z Receiving objects:  81% (203/250)
2023-10-13T15:57:46.0757648Z Receiving objects:  82% (205/250)
2023-10-13T15:57:46.0758196Z Receiving objects:  83% (208/250)
2023-10-13T15:57:46.0758749Z Receiving objects:  84% (210/250)
2023-10-13T15:57:46.0759301Z Receiving objects:  85% (213/250)
2023-10-13T15:57:46.0759854Z Receiving objects:  86% (215/250)
2023-10-13T15:57:46.0760422Z Receiving objects:  87% (218/250)
2023-10-13T15:57:46.0760974Z Receiving objects:  88% (220/250)
2023-10-13T15:57:46.0777093Z Receiving objects:  89% (223/250)
2023-10-13T15:57:46.0778024Z Receiving objects:  90% (225/250)
2023-10-13T15:57:46.0780548Z Receiving objects:  91% (228/250)
2023-10-13T15:57:46.0783070Z Receiving objects:  92% (230/250)
2023-10-13T15:57:46.0837673Z Receiving objects:  93% (233/250)
2023-10-13T15:57:46.0877533Z Receiving objects:  94% (235/250)
2023-10-13T15:57:46.0880123Z Receiving objects:  95% (238/250)
2023-10-13T15:57:46.0903212Z Receiving objects:  96% (240/250)
2023-10-13T15:57:46.0904013Z Receiving objects:  97% (243/250)
2023-10-13T15:57:46.0904963Z Receiving objects:  98% (245/250)
2023-10-13T15:57:46.0906773Z remote: Total 250 (delta 72), reused 125 (delta 27), pack-reused 0        
2023-10-13T15:57:46.0907687Z Receiving objects:  99% (248/250)
2023-10-13T15:57:46.0908423Z Receiving objects: 100% (250/250)
2023-10-13T15:57:46.0909161Z Receiving objects: 100% (250/250), 10.05 MiB | 47.22 MiB/s, done.
2023-10-13T15:57:46.0909925Z Resolving deltas:   0% (0/72)
2023-10-13T15:57:46.0910777Z Resolving deltas:   1% (1/72)
2023-10-13T15:57:46.0912073Z Resolving deltas:   2% (2/72)
2023-10-13T15:57:46.0912635Z Resolving deltas:   4% (3/72)
2023-10-13T15:57:46.0913169Z Resolving deltas:   5% (4/72)
2023-10-13T15:57:46.0913723Z Resolving deltas:   6% (5/72)
2023-10-13T15:57:46.0914249Z Resolving deltas:   8% (6/72)
2023-10-13T15:57:46.0914791Z Resolving deltas:   9% (7/72)
2023-10-13T15:57:46.0915347Z Resolving deltas:  11% (8/72)
2023-10-13T15:57:46.0915873Z Resolving deltas:  12% (9/72)
2023-10-13T15:57:46.0916693Z Resolving deltas:  13% (10/72)
2023-10-13T15:57:46.0917241Z Resolving deltas:  15% (11/72)
2023-10-13T15:57:46.0917794Z Resolving deltas:  16% (12/72)
2023-10-13T15:57:46.0918338Z Resolving deltas:  18% (13/72)
2023-10-13T15:57:46.0918876Z Resolving deltas:  19% (14/72)
2023-10-13T15:57:46.0919518Z Resolving deltas:  20% (15/72)
2023-10-13T15:57:46.0919970Z Resolving deltas:  22% (16/72)
2023-10-13T15:57:46.0920430Z Resolving deltas:  23% (17/72)
2023-10-13T15:57:46.0920864Z Resolving deltas:  25% (18/72)
2023-10-13T15:57:46.0921305Z Resolving deltas:  26% (19/72)
2023-10-13T15:57:46.0921742Z Resolving deltas:  27% (20/72)
2023-10-13T15:57:46.0922251Z Resolving deltas:  29% (21/72)
2023-10-13T15:57:46.0922690Z Resolving deltas:  30% (22/72)
2023-10-13T15:57:46.0923143Z Resolving deltas:  31% (23/72)
2023-10-13T15:57:46.0923577Z Resolving deltas:  33% (24/72)
2023-10-13T15:57:46.0924177Z Resolving deltas:  34% (25/72)
2023-10-13T15:57:46.0924628Z Resolving deltas:  36% (26/72)
2023-10-13T15:57:46.0925061Z Resolving deltas:  37% (27/72)
2023-10-13T15:57:46.0925489Z Resolving deltas:  38% (28/72)
2023-10-13T15:57:46.0925919Z Resolving deltas:  40% (29/72)
2023-10-13T15:57:46.0926357Z Resolving deltas:  41% (30/72)
2023-10-13T15:57:46.0926792Z Resolving deltas:  43% (31/72)
2023-10-13T15:57:46.0927224Z Resolving deltas:  44% (32/72)
2023-10-13T15:57:46.0927659Z Resolving deltas:  45% (33/72)
2023-10-13T15:57:46.0928091Z Resolving deltas:  47% (34/72)
2023-10-13T15:57:46.0928563Z Resolving deltas:  48% (35/72)
2023-10-13T15:57:46.0928993Z Resolving deltas:  50% (36/72)
2023-10-13T15:57:46.0929421Z Resolving deltas:  51% (37/72)
2023-10-13T15:57:46.0929851Z Resolving deltas:  52% (38/72)
2023-10-13T15:57:46.0930282Z Resolving deltas:  54% (39/72)
2023-10-13T15:57:46.0930709Z Resolving deltas:  55% (40/72)
2023-10-13T15:57:46.0931142Z Resolving deltas:  56% (41/72)
2023-10-13T15:57:46.0931596Z Resolving deltas:  58% (42/72)
2023-10-13T15:57:46.0932035Z Resolving deltas:  59% (43/72)
2023-10-13T15:57:46.0932466Z Resolving deltas:  61% (44/72)
2023-10-13T15:57:46.0932898Z Resolving deltas:  62% (45/72)
2023-10-13T15:57:46.0933337Z Resolving deltas:  63% (46/72)
2023-10-13T15:57:46.0933769Z Resolving deltas:  65% (47/72)
2023-10-13T15:57:46.0934217Z Resolving deltas:  66% (48/72)
2023-10-13T15:57:46.0934646Z Resolving deltas:  68% (49/72)
2023-10-13T15:57:46.0935078Z Resolving deltas:  69% (50/72)
2023-10-13T15:57:46.0935514Z Resolving deltas:  70% (51/72)
2023-10-13T15:57:46.0935947Z Resolving deltas:  72% (52/72)
2023-10-13T15:57:46.0936381Z Resolving deltas:  73% (53/72)
2023-10-13T15:57:46.0936812Z Resolving deltas:  75% (54/72)
2023-10-13T15:57:46.0937261Z Resolving deltas:  76% (55/72)
2023-10-13T15:57:46.0937696Z Resolving deltas:  77% (56/72)
2023-10-13T15:57:46.0938125Z Resolving deltas:  79% (57/72)
2023-10-13T15:57:46.0938558Z Resolving deltas:  80% (58/72)
2023-10-13T15:57:46.0939003Z Resolving deltas:  81% (59/72)
2023-10-13T15:57:46.0939439Z Resolving deltas:  83% (60/72)
2023-10-13T15:57:46.0939883Z Resolving deltas:  84% (61/72)
2023-10-13T15:57:46.0940314Z Resolving deltas:  86% (62/72)
2023-10-13T15:57:46.0940747Z Resolving deltas:  87% (63/72)
2023-10-13T15:57:46.0941183Z Resolving deltas:  88% (64/72)
2023-10-13T15:57:46.0941615Z Resolving deltas:  90% (65/72)
2023-10-13T15:57:46.0942053Z Resolving deltas:  91% (66/72)
2023-10-13T15:57:46.0942482Z Resolving deltas:  93% (67/72)
2023-10-13T15:57:46.0942924Z Resolving deltas:  94% (68/72)
2023-10-13T15:57:46.0943355Z Resolving deltas:  95% (69/72)
2023-10-13T15:57:46.0943785Z Resolving deltas:  97% (70/72)
2023-10-13T15:57:46.0944217Z Resolving deltas:  98% (71/72)
2023-10-13T15:57:46.0944649Z Resolving deltas: 100% (72/72)
2023-10-13T15:57:46.0945091Z Resolving deltas: 100% (72/72), done.
2023-10-13T15:57:46.2107016Z From https://github.com/gestisoft-DevProduits/GoGestisoft
2023-10-13T15:57:46.2108030Z  * [new branch]      Release    -> origin/Release
2023-10-13T15:57:46.2302127Z ##[endgroup]
2023-10-13T15:57:46.2304430Z ##[group]Determining the checkout info
2023-10-13T15:57:46.2305475Z ##[endgroup]
2023-10-13T15:57:46.2306212Z ##[group]Fetching LFS objects
2023-10-13T15:57:46.2314971Z [command]"C:\Program Files\Git\bin\git.exe" lfs fetch origin refs/remotes/origin/Release
2023-10-13T15:57:46.6321611Z fetch: Fetching reference refs/remotes/origin/Release
2023-10-13T15:57:46.8008005Z ##[endgroup]
2023-10-13T15:57:46.8008954Z ##[group]Checking out the ref
2023-10-13T15:57:46.8018066Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B Release refs/remotes/origin/Release
2023-10-13T15:57:47.0657611Z branch 'Release' set up to track 'origin/Release'.
2023-10-13T15:57:47.0658953Z Switched to a new branch 'Release'
2023-10-13T15:57:47.4343370Z ##[endgroup]
2023-10-13T15:57:47.4901907Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2023-10-13T15:57:47.5202805Z '62ec65e1c7c8f8a3a21259c8b4f41d7be9ad6fd7'
2023-10-13T15:57:47.6532227Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v3.2
2023-10-13T15:57:47.6532960Z with:
2023-10-13T15:57:47.6533287Z   shell: powershell
2023-10-13T15:57:47.6555734Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:57:47.6577232Z   project: .
2023-10-13T15:57:47.6578053Z   get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,artifact
2023-10-13T15:57:47.6578968Z   actor: mabessghaier
2023-10-13T15:57:47.6579577Z   token: ***
2023-10-13T15:57:47.6579953Z   includeProduction: N
2023-10-13T15:57:47.6580339Z   release: N
2023-10-13T15:57:47.6580659Z ##[endgroup]
2023-10-13T15:57:47.7045079Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:57:47.7046673Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:57:47.7047650Z try {
2023-10-13T15:57:47.7050027Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\ReadSettings/ReadSettings.ps1 -actor $ENV:_actor -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -project $ENV:_project -getenvironments $ENV:_getenvironments -includeProduction ($ENV:_includeProduction -eq 'Y') -release ($ENV:_release -eq 'Y') -get $ENV:_get
2023-10-13T15:57:47.7052812Z }
2023-10-13T15:57:47.7053129Z catch {
2023-10-13T15:57:47.7054595Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-13T15:57:47.7056146Z   exit 1
2023-10-13T15:57:47.7056487Z }
2023-10-13T15:57:47.7102414Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T15:57:47.7103240Z env:
2023-10-13T15:57:47.7103569Z   _actor: mabessghaier
2023-10-13T15:57:47.7104186Z   _token: ***
2023-10-13T15:57:47.7127385Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:57:47.7149065Z   _project: .
2023-10-13T15:57:47.7149416Z   _getenvironments: 
2023-10-13T15:57:47.7149814Z   _includeProduction: N
2023-10-13T15:57:47.7150218Z   _release: N
2023-10-13T15:57:47.7150988Z   _get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,artifact
2023-10-13T15:57:47.7151895Z ##[endgroup]
2023-10-13T15:57:48.9522150Z Downloading BcContainerHelper latest version from CDN
2023-10-13T15:57:51.5807771Z BcContainerHelper version 6.0.0
2023-10-13T15:57:56.7205037Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-13T15:57:59.6910052Z Applying settings from D:\a\GoGestisoft\GoGestisoft\.github\AL-Go-Settings.json
2023-10-13T15:57:59.6973057Z Applying settings from D:\a\GoGestisoft\GoGestisoft\.AL-Go\settings.json
2023-10-13T15:58:00.8331490Z SETTINGS:
2023-10-13T15:58:00.9492311Z {
2023-10-13T15:58:00.9493315Z     "keyVaultCertificateUrlSecretName":  "",
2023-10-13T15:58:00.9495903Z     "microsoftTelemetryConnectionString":  "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/",
2023-10-13T15:58:00.9498071Z     "nextMajorSchedule":  "0 0 * * 6",
2023-10-13T15:58:00.9498872Z     "type":  "PTE",
2023-10-13T15:58:00.9499666Z     "sendExtendedTelemetryToMicrosoft":  false,
2023-10-13T15:58:00.9500565Z     "appBuild":  20231013,
2023-10-13T15:58:00.9501284Z     "installTestApps":  [
2023-10-13T15:58:00.9501829Z 
2023-10-13T15:58:00.9502193Z                         ],
2023-10-13T15:58:00.9503191Z     "versioningStrategy":  2,
2023-10-13T15:58:00.9503940Z     "installApps":  [
2023-10-13T15:58:00.9505052Z                         "https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"
2023-10-13T15:58:00.9506248Z                     ],
2023-10-13T15:58:00.9506944Z     "installTestLibraries":  false,
2023-10-13T15:58:00.9507742Z     "runNumberOffset":  0,
2023-10-13T15:58:00.9508825Z     "codeSignCertificatePasswordSecretName":  "codeSignCertificatePassword",
2023-10-13T15:58:00.9509800Z     "country":  "ca",
2023-10-13T15:58:00.9510913Z     "partnerTelemetryConnectionString":  "",
2023-10-13T15:58:00.9511749Z     "insiderSasTokenSecretName":  "insiderSasToken",
2023-10-13T15:58:00.9512643Z     "doNotRunTests":  false,
2023-10-13T15:58:00.9513634Z     "githubRunner":  "windows-latest",
2023-10-13T15:58:00.9514385Z     "configPackages":  [
2023-10-13T15:58:00.9514743Z 
2023-10-13T15:58:00.9514994Z                        ],
2023-10-13T15:58:00.9516781Z     "generateDependencyArtifact":  false,
2023-10-13T15:58:00.9517992Z     "templateUrl":  "https://github.com/microsoft/AL-Go-PTE@main",
2023-10-13T15:58:00.9519062Z     "keyVaultCertificatePasswordSecretName":  "",
2023-10-13T15:58:00.9519981Z     "rulesetFile":  "",
2023-10-13T15:58:00.9520690Z     "licenseFileUrlSecretName":  "licenseFileUrl",
2023-10-13T15:58:00.9521515Z     "memoryLimit":  "",
2023-10-13T15:58:00.9522200Z     "keyVaultClientIdSecretName":  "",
2023-10-13T15:58:00.9522926Z     "testFolders":  [
2023-10-13T15:58:00.9523502Z                         "Test"
2023-10-13T15:58:00.9524163Z                     ],
2023-10-13T15:58:00.9524753Z     "doNotBuildTests":  false,
2023-10-13T15:58:00.9525358Z     "environments":  [
2023-10-13T15:58:00.9525669Z 
2023-10-13T15:58:00.9525891Z                      ],
2023-10-13T15:58:00.9526453Z     "companyName":  "",
2023-10-13T15:58:00.9527090Z     "assignPremiumPlan":  false,
2023-10-13T15:58:00.9527764Z     "artifact":  "",
2023-10-13T15:58:00.9528597Z     "ghTokenWorkflowSecretName":  "ghTokenWorkflow",
2023-10-13T15:58:00.9529424Z     "enableTaskScheduler":  false,
2023-10-13T15:58:00.9530701Z     "enableCodeCop":  ***,
2023-10-13T15:58:00.9531578Z     "repoVersion":  "1.0",
2023-10-13T15:58:00.9532195Z     "doNotPublishApps":  false,
2023-10-13T15:58:00.9532907Z     "doNotSignApps":  false,
2023-10-13T15:58:00.9533639Z     "unusedALGoSystemFiles":  [
2023-10-13T15:58:00.9534058Z 
2023-10-13T15:58:00.9534316Z                               ],
2023-10-13T15:58:00.9535005Z     "githubRunnerShell":  "powershell",
2023-10-13T15:58:00.9535878Z     "runs-on":  "windows-latest",
2023-10-13T15:58:00.9536563Z     "cacheKeepDays":  3,
2023-10-13T15:58:00.9537220Z     "bcptTestFolders":  [
2023-10-13T15:58:00.9537639Z 
2023-10-13T15:58:00.9537887Z                         ],
2023-10-13T15:58:00.9538532Z     "updateDependencies":  false,
2023-10-13T15:58:00.9539232Z     "cacheImageName":  "my",
2023-10-13T15:58:00.9539957Z     "treatTestFailuresAsWarnings":  false,
2023-10-13T15:58:00.9540748Z     "additionalCountries":  [
2023-10-13T15:58:00.9541200Z 
2023-10-13T15:58:00.9541373Z                             ],
2023-10-13T15:58:00.9542016Z     "enableUICop":  ***,
2023-10-13T15:58:00.9542603Z     "customCodeCops":  [
2023-10-13T15:58:00.9577292Z 
2023-10-13T15:58:00.9577529Z                        ],
2023-10-13T15:58:00.9578015Z     "appDependencies":  [
2023-10-13T15:58:00.9578293Z 
2023-10-13T15:58:00.9578431Z                         ],
2023-10-13T15:58:00.9578853Z     "doNotRunBcptTests":  false,
2023-10-13T15:58:00.9579441Z     "enablePerTenantExtensionCop":  ***,
2023-10-13T15:58:00.9580009Z     "appDependencyProbingPaths":  [
2023-10-13T15:58:00.9580378Z 
2023-10-13T15:58:00.9580520Z                                   ],
2023-10-13T15:58:00.9580996Z     "useCompilerFolder":  false,
2023-10-13T15:58:00.9581479Z     "installTestFramework":  false,
2023-10-13T15:58:00.9582029Z     "keyVaultCodesignCertificateName":  "",
2023-10-13T15:58:00.9582849Z     "keyVaultName":  "",
2023-10-13T15:58:00.9583314Z     "installOnlyReferencedApps":  ***,
2023-10-13T15:58:00.9583913Z     "obsoleteTagMinAllowedMajorMinor":  "",
2023-10-13T15:58:00.9584500Z     "applicationDependency":  "18.0.0.0",
2023-10-13T15:58:00.9585461Z     "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
2023-10-13T15:58:00.9586389Z     "shell":  "powershell",
2023-10-13T15:58:00.9586805Z     "failOn":  "error",
2023-10-13T15:58:00.9587187Z     "projects":  [
2023-10-13T15:58:00.9587419Z 
2023-10-13T15:58:00.9587549Z                  ],
2023-10-13T15:58:00.9587915Z     "testDependencies":  [
2023-10-13T15:58:00.9588192Z 
2023-10-13T15:58:00.9588326Z                          ],
2023-10-13T15:58:00.9588725Z     "appRevision":  155800,
2023-10-13T15:58:00.9589363Z     "codeSignCertificateUrlSecretName":  "codeSignCertificateUrl",
2023-10-13T15:58:00.9590051Z     "vsixFile":  "",
2023-10-13T15:58:00.9590614Z     "useProjectDependencies":  false,
2023-10-13T15:58:00.9591178Z     "appSourceCopMandatoryAffixes":  [
2023-10-13T15:58:00.9591546Z 
2023-10-13T15:58:00.9591701Z                                      ],
2023-10-13T15:58:00.9592158Z     "buildModes":  [
2023-10-13T15:58:00.9592408Z 
2023-10-13T15:58:00.9592525Z                    ],
2023-10-13T15:58:00.9592901Z     "templateBranch":  "",
2023-10-13T15:58:00.9593340Z     "DeliverToStorage":  [
2023-10-13T15:58:00.9593752Z                              "Release"
2023-10-13T15:58:00.9594194Z                          ],
2023-10-13T15:58:00.9594625Z     "nextMinorSchedule":  "0 0 * * 6",
2023-10-13T15:58:00.9595161Z     "installPerformanceToolkit":  false,
2023-10-13T15:58:00.9595751Z     "PullRequestTrigger":  "pull_request_target",
2023-10-13T15:58:00.9596299Z     "appFolders":  [
2023-10-13T15:58:00.9596677Z                        "app"
2023-10-13T15:58:00.9597058Z                    ],
2023-10-13T15:58:00.9597438Z     "repoName":  "GoGestisoft",
2023-10-13T15:58:00.9597931Z     "alwaysBuildAllProjects":  false,
2023-10-13T15:58:00.9598422Z     "skipUpgrade":  false,
2023-10-13T15:58:00.9598851Z     "installTestRunner":  false,
2023-10-13T15:58:00.9599583Z     "adminCenterApiCredentialsSecretName":  "adminCenterApiCredentials"
2023-10-13T15:58:00.9600297Z }
2023-10-13T15:58:00.9601087Z GitHubRunnerJson="windows-latest"
2023-10-13T15:58:00.9602864Z GitHubRunnerShell=powershell
2023-10-13T15:58:01.4869466Z Removing BcContainerHelper
2023-10-13T15:58:01.6348880Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v3.2
2023-10-13T15:58:01.6349597Z with:
2023-10-13T15:58:01.6349912Z   shell: powershell
2023-10-13T15:58:01.6371080Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:58:01.6398146Z   gitHubSecrets: {
  "INSIDERSASTOKEN": "***",
  "ACCEPT_INSIDEREULA": "***",
  "GHTOKENWORKFLOW": "***",
  "STORAGECONTEXT": "***",
  "github_token": "***",
  "LICENSEFILEURL": "***"
}
2023-10-13T15:58:01.6402471Z   getSecrets: licenseFileUrl,insiderSasToken,codeSignCertificateUrl,codeSignCertificatePassword,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2023-10-13T15:58:01.6406051Z env:
2023-10-13T15:58:01.6406351Z   artifact: 
2023-10-13T15:58:01.6406751Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:01.6407268Z   doNotSignApps: False
2023-10-13T15:58:01.6407698Z   useCompilerFolder: False
2023-10-13T15:58:01.6426438Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:01.6444362Z ##[endgroup]
2023-10-13T15:58:01.6577864Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:01.6579435Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:01.6580589Z try {
2023-10-13T15:58:01.6581434Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{
2023-10-13T15:58:01.6583313Z   "INSIDERSASTOKEN": "***",
2023-10-13T15:58:01.6583866Z   "ACCEPT_INSIDEREULA": "***",
2023-10-13T15:58:01.6584688Z   "GHTOKENWORKFLOW": "***",
2023-10-13T15:58:01.6586821Z   "STORAGECONTEXT": "***",
2023-10-13T15:58:01.6587561Z   "github_token": "***",
2023-10-13T15:58:01.6589396Z   "LICENSEFILEURL": "***"
2023-10-13T15:58:01.6590308Z }' -getSecrets $ENV:_getSecrets -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson
2023-10-13T15:58:01.6591202Z }
2023-10-13T15:58:01.6591537Z catch {
2023-10-13T15:58:01.6593627Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-13T15:58:01.6595247Z   exit 1
2023-10-13T15:58:01.6595605Z }
2023-10-13T15:58:01.6633231Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T15:58:01.6634053Z env:
2023-10-13T15:58:01.6634371Z   artifact: 
2023-10-13T15:58:01.6634782Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:01.6635317Z   doNotSignApps: False
2023-10-13T15:58:01.6635762Z   useCompilerFolder: False
2023-10-13T15:58:01.6653970Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:01.6674674Z   _getSecrets: licenseFileUrl,insiderSasToken,codeSignCertificateUrl,codeSignCertificatePassword,keyVaultCertificateUrl,keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2023-10-13T15:58:01.6699050Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:58:01.6720666Z ##[endgroup]
2023-10-13T15:58:02.1657555Z Downloading BcContainerHelper latest version from CDN
2023-10-13T15:58:02.7540235Z BcContainerHelper version 6.0.0
2023-10-13T15:58:03.0455754Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-13T15:58:05.7981604Z Trying to get the secret(licenseFileUrl) from the github environment.
2023-10-13T15:58:05.8070604Z Masking value for licenseFileUrl
2023-10-13T15:58:06.3661073Z Secret(licenseFileUrl) was retrieved from the github environment.
2023-10-13T15:58:06.3662106Z licenseFileUrl successfully read from secret licenseFileUrl
2023-10-13T15:58:06.3663165Z Trying to get the secret(insiderSasToken) from the github environment.
2023-10-13T15:58:06.3664056Z Masking value for insiderSasToken
2023-10-13T15:58:06.4413414Z Secret(insiderSasToken) was retrieved from the github environment.
2023-10-13T15:58:06.4431246Z insiderSasToken successfully read from secret insiderSasToken
2023-10-13T15:58:06.4440671Z Trying to get the secret(codeSignCertificateUrl) from the github environment.
2023-10-13T15:58:06.4471508Z Could not find secret codeSignCertificateUrl in Github secrets or Azure Key Vault.
2023-10-13T15:58:06.4480969Z Trying to get the secret(codeSignCertificatePassword) from the github environment.
2023-10-13T15:58:06.4489653Z Could not find secret codeSignCertificatePassword in Github secrets or Azure Key Vault.
2023-10-13T15:58:06.4498964Z Trying to get the secret(gitHubPackagesContext) from the github environment.
2023-10-13T15:58:06.4507278Z Could not find secret gitHubPackagesContext in Github secrets or Azure Key Vault.
2023-10-13T15:58:06.4515967Z Trying to get the secret(applicationInsightsConnectionString) from the github environment.
2023-10-13T15:58:06.4524190Z Could not find secret applicationInsightsConnectionString in Github secrets or Azure Key Vault.
2023-10-13T15:58:06.4571393Z The following secrets was not found: codeSignCertificateUrl (Secret codeSignCertificateUrl), codeSignCertificatePassword (Secret codeSignCertificatePassword), keyVaultCertificateUrl (Secret ), keyVaultCertificatePassword (Secret ), keyVaultClientId (Secret ), gitHubPackagesContext, applicationInsightsConnectionString (Secret applicationInsightsConnectionString)
2023-10-13T15:58:06.8496023Z Removing BcContainerHelper
2023-10-13T15:58:06.9595758Z ##[group]Run microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.2
2023-10-13T15:58:06.9596635Z with:
2023-10-13T15:58:06.9596982Z   shell: powershell
2023-10-13T15:58:06.9618545Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:58:06.9640297Z   project: .
2023-10-13T15:58:06.9640660Z env:
2023-10-13T15:58:06.9640970Z   artifact: 
2023-10-13T15:58:06.9641402Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:06.9641949Z   doNotSignApps: False
2023-10-13T15:58:06.9642402Z   useCompilerFolder: False
2023-10-13T15:58:06.9661814Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:06.9687628Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T15:58:06.9689669Z ##[endgroup]
2023-10-13T15:58:06.9836135Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:06.9837939Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:06.9839104Z try {
2023-10-13T15:58:06.9840742Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\DetermineArtifactUrl/DetermineArtifactUrl.ps1 -parentTelemetryScopeJson $env:_parentTelemetryScopeJson -project $ENV:_project
2023-10-13T15:58:06.9842526Z }
2023-10-13T15:58:06.9842928Z catch {
2023-10-13T15:58:06.9844759Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-13T15:58:06.9846369Z   exit 1
2023-10-13T15:58:06.9846766Z }
2023-10-13T15:58:06.9885135Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T15:58:06.9885981Z env:
2023-10-13T15:58:06.9886319Z   artifact: 
2023-10-13T15:58:06.9886769Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:06.9887320Z   doNotSignApps: False
2023-10-13T15:58:06.9887788Z   useCompilerFolder: False
2023-10-13T15:58:06.9906693Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:06.9931925Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T15:58:06.9954637Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:58:06.9976362Z   _project: .
2023-10-13T15:58:06.9976721Z ##[endgroup]
2023-10-13T15:58:07.4764879Z Downloading BcContainerHelper latest version from CDN
2023-10-13T15:58:08.0826776Z BcContainerHelper version 6.0.0
2023-10-13T15:58:08.4338163Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-13T15:58:11.2564756Z ##[group]Analyzing repository
2023-10-13T15:58:11.2586472Z Checking type
2023-10-13T15:58:11.2943313Z Checking appFolders, testFolders and bcptTestFolders
2023-10-13T15:58:11.3350783Z Application Dependency 22.0.0.0
2023-10-13T15:58:11.3437646Z Updating app- and test Dependencies
2023-10-13T15:58:11.3638067Z Analyzing Test App Dependencies
2023-10-13T15:58:11.3815213Z ##[endgroup]
2023-10-13T15:58:11.3822103Z Checking project dependencies
2023-10-13T15:58:11.4017343Z Checking artifact setting for project
2023-10-13T15:58:47.5057209Z artifact=https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:47.5069898Z artifactCacheKey=
2023-10-13T15:58:47.8295998Z Removing BcContainerHelper
2023-10-13T15:58:47.9411298Z ##[group]Run microsoft/AL-Go-Actions/DownloadProjectDependencies@v3.2
2023-10-13T15:58:47.9412411Z with:
2023-10-13T15:58:47.9412840Z   shell: powershell
2023-10-13T15:58:47.9413360Z   project: .
2023-10-13T15:58:47.9413804Z   buildMode: Default
2023-10-13T15:58:47.9414355Z   projectsDependenciesJson: {}
2023-10-13T15:58:47.9414898Z env:
2023-10-13T15:58:47.9537160Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:47.9538005Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:47.9540978Z   doNotSignApps: False
2023-10-13T15:58:47.9541430Z   useCompilerFolder: False
2023-10-13T15:58:47.9558904Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:47.9584203Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T15:58:47.9586523Z   artifactCacheKey: 
2023-10-13T15:58:47.9586898Z ##[endgroup]
2023-10-13T15:58:47.9735877Z ##[group]Run actions/download-artifact@v3
2023-10-13T15:58:47.9736441Z with:
2023-10-13T15:58:47.9736887Z   path: D:\a\GoGestisoft\GoGestisoft/.dependencies
2023-10-13T15:58:47.9737495Z env:
2023-10-13T15:58:47.9738099Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:47.9738963Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:47.9741387Z   doNotSignApps: False
2023-10-13T15:58:47.9741886Z   useCompilerFolder: False
2023-10-13T15:58:47.9759553Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:47.9784687Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T15:58:47.9786677Z   artifactCacheKey: 
2023-10-13T15:58:47.9787063Z ##[endgroup]
2023-10-13T15:58:48.0922141Z No artifact name specified, downloading all artifacts
2023-10-13T15:58:48.0923253Z Creating an extra directory for each artifact that is being downloaded
2023-10-13T15:58:48.3353564Z Unable to find any artifacts for the associated workflow
2023-10-13T15:58:48.3354694Z There were 0 artifacts downloaded
2023-10-13T15:58:48.3369638Z Artifact download has finished successfully
2023-10-13T15:58:48.3604668Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:48.3606387Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:48.3607361Z try {
2023-10-13T15:58:48.3610628Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\DownloadProjectDependencies/DownloadProjectDependencies.Action.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -projectsDependenciesJson $ENV:_projectsDependenciesJson -baseFolder $ENV:_baseFolder -destinationPath $ENV:_destinationPath -token $ENV:_gitHubToken
2023-10-13T15:58:48.3613110Z }
2023-10-13T15:58:48.3613457Z catch {
2023-10-13T15:58:48.3614918Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))"
2023-10-13T15:58:48.3616507Z   exit 1
2023-10-13T15:58:48.3616870Z }
2023-10-13T15:58:48.3656379Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T15:58:48.3657196Z env:
2023-10-13T15:58:48.3657797Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:48.3658603Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:48.3659146Z   doNotSignApps: False
2023-10-13T15:58:48.3659582Z   useCompilerFolder: False
2023-10-13T15:58:48.3677080Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:48.3702307Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T15:58:48.3704287Z   artifactCacheKey: 
2023-10-13T15:58:48.3704685Z   _project: .
2023-10-13T15:58:48.3705041Z   _buildMode: Default
2023-10-13T15:58:48.3705484Z   _projectsDependenciesJson: {}
2023-10-13T15:58:48.3706145Z   _baseFolder: D:\a\GoGestisoft\GoGestisoft
2023-10-13T15:58:48.3706875Z   _destinationPath: D:\a\GoGestisoft\GoGestisoft/.dependencies
2023-10-13T15:58:48.3707756Z   _gitHubToken: ***
2023-10-13T15:58:48.3708145Z ##[endgroup]
2023-10-13T15:58:48.7681227Z Downloading dependencies for project '.'. BuildMode: Default, Base Folder: D:\a\GoGestisoft\GoGestisoft, Destination Path: D:\a\GoGestisoft\GoGestisoft/.dependencies
2023-10-13T15:58:48.7688744Z ##[group]Downloading project dependencies from current build
2023-10-13T15:58:48.7956303Z Downloading dependencies for project '.'
2023-10-13T15:58:48.7994870Z Dependency projects: 
2023-10-13T15:58:48.8027880Z ##[endgroup]
2023-10-13T15:58:48.8035606Z ##[group]Downloading project dependencies from probing paths
2023-10-13T15:58:48.8852925Z ##[group]Analyzing repository
2023-10-13T15:58:48.8901352Z Checking type
2023-10-13T15:58:48.9267574Z Checking appFolders, testFolders and bcptTestFolders
2023-10-13T15:58:48.9795485Z Application Dependency 22.0.0.0
2023-10-13T15:58:48.9883881Z Updating app- and test Dependencies
2023-10-13T15:58:49.0089873Z Analyzing Test App Dependencies
2023-10-13T15:58:49.0267243Z ##[endgroup]
2023-10-13T15:58:49.0274122Z Checking project dependencies
2023-10-13T15:58:49.0282845Z Checking appDependencyProbingPaths
2023-10-13T15:58:49.0402961Z ##[endgroup]
2023-10-13T15:58:49.0452177Z Downloaded dependencies: 
2023-10-13T15:58:49.0452925Z Downloaded dependencies apps: 
2023-10-13T15:58:49.0453650Z Downloaded dependencies test apps: 
2023-10-13T15:58:49.0902480Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v3.2
2023-10-13T15:58:49.0903189Z with:
2023-10-13T15:58:49.0903531Z   shell: powershell
2023-10-13T15:58:49.0924897Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:58:49.0946997Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:49.0947749Z   project: .
2023-10-13T15:58:49.0948097Z   buildMode: Default
2023-10-13T15:58:49.0948511Z   installAppsJson: []
2023-10-13T15:58:49.0948927Z   installTestAppsJson: []
2023-10-13T15:58:49.0949355Z   actor: mabessghaier
2023-10-13T15:58:49.0949929Z   token: ***
2023-10-13T15:58:49.0950249Z env:
2023-10-13T15:58:49.0950827Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:49.0951638Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:49.0952178Z   doNotSignApps: False
2023-10-13T15:58:49.0952604Z   useCompilerFolder: False
2023-10-13T15:58:49.0971705Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:49.0997273Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T15:58:49.0999264Z   artifactCacheKey: 
2023-10-13T15:58:49.0999664Z   BuildMode: Default
2023-10-13T15:58:49.1000064Z ##[endgroup]
2023-10-13T15:58:49.1143193Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:49.1144728Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T15:58:49.1145703Z try {
2023-10-13T15:58:49.1148269Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\RunPipeline/RunPipeline.ps1 -actor $ENV:_actor -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -artifact $ENV:_artifact -project $ENV:_project -buildMode $ENV:_buildMode -installAppsJson $ENV:_installAppsJson -installTestAppsJson $ENV:_installTestAppsJson
2023-10-13T15:58:49.1150744Z }
2023-10-13T15:58:49.1151073Z catch {
2023-10-13T15:58:49.1152542Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-13T15:58:49.1154119Z   exit 1
2023-10-13T15:58:49.1154476Z }
2023-10-13T15:58:49.1191873Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T15:58:49.1192701Z env:
2023-10-13T15:58:49.1193283Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:49.1194123Z   keyVaultCodesignCertificateName: 
2023-10-13T15:58:49.1194665Z   doNotSignApps: False
2023-10-13T15:58:49.1195090Z   useCompilerFolder: False
2023-10-13T15:58:49.1213450Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T15:58:49.1238750Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T15:58:49.1240876Z   artifactCacheKey: 
2023-10-13T15:58:49.1241283Z   BuildMode: Default
2023-10-13T15:58:49.1241746Z   _actor: mabessghaier
2023-10-13T15:58:49.1242276Z   _token: ***
2023-10-13T15:58:49.1263600Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T15:58:49.1285668Z   _artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:49.1286416Z   _project: .
2023-10-13T15:58:49.1286788Z   _buildMode: Default
2023-10-13T15:58:49.1287191Z   _installAppsJson: []
2023-10-13T15:58:49.1287629Z   _installTestAppsJson: []
2023-10-13T15:58:49.1288046Z ##[endgroup]
2023-10-13T15:58:49.6024907Z Downloading BcContainerHelper latest version from CDN
2023-10-13T15:58:50.1973684Z BcContainerHelper version 6.0.0
2023-10-13T15:58:50.4819817Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-13T15:58:58.6461966Z use settings and secrets
2023-10-13T15:58:58.8208088Z ##[group]Analyzing repository
2023-10-13T15:58:58.8233442Z Checking type
2023-10-13T15:58:58.8947286Z Checking appFolders, testFolders and bcptTestFolders
2023-10-13T15:58:58.9885896Z Application Dependency 22.0.0.0
2023-10-13T15:58:59.5924966Z Checking artifact setting for project
2023-10-13T15:58:59.5926293Z Downloading artifacts from https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T15:58:59.5927503Z Downloading artifact /sandbox/23.0.12034.13112/ca
2023-10-13T15:58:59.5929085Z Downloading C:\Users\runneradmin\AppData\Local\Temp\c7445914-64cc-4ff2-97c7-50f2b7226efc.zip
2023-10-13T15:58:59.5930738Z Downloading using WebClient
2023-10-13T15:59:07.6445165Z Unpacking artifact to tmp folder using 7zip
2023-10-13T15:59:16.6710121Z Downloading platform artifact /sandbox/23.0.12034.13112/platform
2023-10-13T15:59:16.6737997Z Downloading C:\Users\runneradmin\AppData\Local\Temp\7538a4af-a5b1-4830-9814-e033863b3c0e.zip
2023-10-13T15:59:16.6745937Z Downloading using WebClient
2023-10-13T15:59:30.3841370Z Unpacking platform artifact to tmp folder using 7zip
2023-10-13T16:00:02.8173522Z Downloading Prerequisite Components
2023-10-13T16:00:02.8364575Z Downloading c:\bcartifacts.cache\sandbox\23.0.12034.13112\platform\Prerequisite Components\IIS URL Rewrite Module\rewrite_2.0_rtw_x64.msi
2023-10-13T16:00:02.8367035Z Downloading using WebClient
2023-10-13T16:00:04.4192242Z Downloading c:\bcartifacts.cache\sandbox\23.0.12034.13112\platform\Prerequisite Components\DotNetCore\DotNetCore.1.0.4_1.1.1-WindowsHosting.exe
2023-10-13T16:00:04.4203129Z Downloading using WebClient
2023-10-13T16:00:07.9978957Z Updating app- and test Dependencies
2023-10-13T16:00:08.0188188Z Analyzing Test App Dependencies
2023-10-13T16:00:08.0366148Z ##[endgroup]
2023-10-13T16:00:08.0372076Z Checking project dependencies
2023-10-13T16:00:08.0380604Z Checking appDependencyProbingPaths
2023-10-13T16:00:08.0463276Z ##[warning]No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2023-10-13T16:00:08.0578904Z ##[group]Locating previous release
2023-10-13T16:00:08.0620351Z Getting the latest release from https://api.github.com/repos/gestisoft-DevProduits/GoGestisoft/releases/latest - branch Release
2023-10-13T16:00:08.0651037Z Analyzing releases https://api.github.com/repos/gestisoft-DevProduits/GoGestisoft/releases
2023-10-13T16:00:08.2749360Z ##[warning]No previous release found
2023-10-13T16:00:08.2755740Z ##[endgroup]
2023-10-13T16:00:08.3302254Z Invoke Run-AlPipeline with buildmode Default
2023-10-13T16:00:08.4609681Z ##[group]Parameters
2023-10-13T16:00:08.4613351Z   _____                               _                
2023-10-13T16:00:08.4614005Z  |  __ \                             | |               
2023-10-13T16:00:08.4616754Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___ 
2023-10-13T16:00:08.4618625Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
2023-10-13T16:00:08.4619812Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
2023-10-13T16:00:08.4620821Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
2023-10-13T16:00:08.4621284Z 
2023-10-13T16:00:08.4634619Z Pipeline name                   CI/CD
2023-10-13T16:00:08.4649052Z Container name                  bc6510399902
2023-10-13T16:00:08.4659501Z Image name                      
2023-10-13T16:00:08.4674840Z ArtifactUrl                     https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:00:09.4218984Z SasToken                        Not Specified
2023-10-13T16:00:10.4247977Z BcAuthContext                   Not Specified
2023-10-13T16:00:10.4254780Z Environment                     
2023-10-13T16:00:10.4255466Z ReUseContainer                  False
2023-10-13T16:00:10.4256167Z KeepContainer                   False
2023-10-13T16:00:10.4256849Z useCompilerFolder               False
2023-10-13T16:00:10.4257559Z artifactCachePath               
2023-10-13T16:00:10.4258214Z useDevEndpoint                  False
2023-10-13T16:00:10.4258932Z Auth                            UserPassword
2023-10-13T16:00:10.4259679Z Credential                      admin/Wuhi1618
2023-10-13T16:00:10.4260414Z CompanyName                     
2023-10-13T16:00:10.4261036Z MemoryLimit                     8G
2023-10-13T16:00:10.4261688Z FailOn                          error
2023-10-13T16:00:10.4262392Z TreatTestFailuresAsWarnings     False
2023-10-13T16:00:10.4263128Z Enable Task Scheduler           False
2023-10-13T16:00:10.4263801Z Assign Premium Plan             False
2023-10-13T16:00:10.4264483Z Install Test Runner             True
2023-10-13T16:00:10.4265160Z Install Test Framework          True
2023-10-13T16:00:10.4265826Z Install Test Libraries          True
2023-10-13T16:00:10.4266496Z Install Perf. Toolkit           False
2023-10-13T16:00:10.4267215Z InstallOnlyReferencedApps       True
2023-10-13T16:00:10.4267941Z generateDependencyArtifact      False
2023-10-13T16:00:10.4268741Z CopySymbolsFromContainer        False
2023-10-13T16:00:10.4269341Z enableCodeCop                   True
2023-10-13T16:00:10.4270089Z enableAppSourceCop              False
2023-10-13T16:00:10.4270670Z enableUICop                     True
2023-10-13T16:00:10.4271296Z enablePerTenantExtensionCop     True
2023-10-13T16:00:10.4271921Z doNotPerformUpgrade             False
2023-10-13T16:00:10.4272548Z doNotPublishApps                False
2023-10-13T16:00:10.4273401Z uninstallRemovedApps            True
2023-10-13T16:00:10.4274018Z escapeFromCops                  False
2023-10-13T16:00:10.4274600Z doNotBuildTests                 False
2023-10-13T16:00:10.4275206Z doNotRunTests                   False
2023-10-13T16:00:10.4275790Z doNotRunBcptTests               True
2023-10-13T16:00:10.4276428Z useDefaultAppSourceRuleSet      False
2023-10-13T16:00:10.4277025Z rulesetFile                     
2023-10-13T16:00:10.4277613Z enableExternalRulesets          False
2023-10-13T16:00:10.4278281Z azureDevOps                     False
2023-10-13T16:00:10.4278927Z gitLab                          False
2023-10-13T16:00:10.4279494Z gitHubActions                   True
2023-10-13T16:00:10.4280074Z vsixFile                        
2023-10-13T16:00:10.4280640Z License file                    Specified
2023-10-13T16:00:10.4281321Z CodeSignCertPfxFile             Not specified
2023-10-13T16:00:10.4282027Z CodeSignCertPfxPassword         Not specified
2023-10-13T16:00:10.4282745Z CodeSignCertIsSelfSigned        False
2023-10-13T16:00:10.4283397Z KeyVaultCertPfxFile             Not specified
2023-10-13T16:00:10.4284116Z KeyVaultCertPfxPassword         Not specified
2023-10-13T16:00:10.4284776Z KeyVaultClientId                
2023-10-13T16:00:10.4285564Z BuildOutputFile                 D:\a\GoGestisoft\GoGestisoft\BuildOutput.txt
2023-10-13T16:00:10.4286663Z ContainerEventLogFile           D:\a\GoGestisoft\GoGestisoft\ContainerEventLog.evtx
2023-10-13T16:00:10.4287771Z TestResultsFile                 D:\a\GoGestisoft\GoGestisoft\TestResults.xml
2023-10-13T16:00:10.4288852Z BcptTestResultsFile             D:\a\GoGestisoft\GoGestisoft\bcptTestResults.json
2023-10-13T16:00:10.4289729Z TestResultsFormat               JUnit
2023-10-13T16:00:10.4290420Z AdditionalCountries             
2023-10-13T16:00:10.4291178Z PackagesFolder                  D:\a\GoGestisoft\GoGestisoft\.packages
2023-10-13T16:00:10.4318921Z OutputFolder                    D:\a\GoGestisoft\GoGestisoft\.output
2023-10-13T16:00:10.4320542Z BuildArtifactFolder             D:\a\GoGestisoft\GoGestisoft\.buildartifacts
2023-10-13T16:00:10.4321529Z CreateRuntimePackages           False
2023-10-13T16:00:10.4322560Z AppVersion                      
2023-10-13T16:00:10.4323231Z AppBuild                        20231013
2023-10-13T16:00:10.4323904Z AppRevision                     155800
2023-10-13T16:00:10.4325251Z SourceRepositoryUrl             https://github.com/gestisoft-DevProduits/GoGestisoft
2023-10-13T16:00:10.4326489Z SourceCommit                    62ec65e1c7c8f8a3a21259c8b4f41d7be9ad6fd7
2023-10-13T16:00:10.4327574Z BuildBy                         AL-Go for GitHub,v3.2
2023-10-13T16:00:10.4328905Z BuildUrl                        https://github.com/gestisoft-DevProduits/GoGestisoft/actions/runs/6510399902
2023-10-13T16:00:10.4330013Z Install Apps
2023-10-13T16:00:10.4331009Z - https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app
2023-10-13T16:00:10.4332102Z Install Test Apps
2023-10-13T16:00:10.4332624Z - None
2023-10-13T16:00:10.4333097Z Previous Apps
2023-10-13T16:00:10.4333594Z - None
2023-10-13T16:00:10.4334053Z Application folders
2023-10-13T16:00:10.4334694Z - D:\a\GoGestisoft\GoGestisoft\app
2023-10-13T16:00:10.4335372Z Test application folders
2023-10-13T16:00:10.4335991Z - D:\a\GoGestisoft\GoGestisoft\Test
2023-10-13T16:00:10.4336737Z BCPT Test application folders
2023-10-13T16:00:10.4337353Z - None
2023-10-13T16:00:10.4337820Z BCPT Test suites
2023-10-13T16:00:10.4338327Z - None
2023-10-13T16:00:10.4338794Z Custom CodeCops
2023-10-13T16:00:10.4339288Z - None
2023-10-13T16:00:10.4339776Z RemoveBcContainer override
2023-10-13T16:00:10.4340182Z 
2023-10-13T16:00:10.4340507Z                 Param([Hashtable]$parameters)
2023-10-13T16:00:10.4341807Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
2023-10-13T16:00:10.4343070Z                 Remove-BcContainer @parameters
2023-10-13T16:00:10.4344030Z             
2023-10-13T16:00:10.4345118Z ##[endgroup]
2023-10-13T16:00:10.4346338Z ##[group]Pulling generic image
2023-10-13T16:00:10.4346726Z 
2023-10-13T16:00:10.4347060Z   _____       _ _ _                                          _        _                            
2023-10-13T16:00:10.4347947Z  |  __ \     | | (_)                                        (_)      (_)                           
2023-10-13T16:00:10.4348904Z  | |__) |   _| | |_ _ __   __ _    __ _  ___ _ __   ___ _ __ _  ___   _ _ __ ___   __ _  __ _  ___ 
2023-10-13T16:00:10.4350086Z  |  ___/ | | | | | | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '__| |/ __| | | '_ ` _ \ / _` |/ _` |/ _ \
2023-10-13T16:00:10.4351080Z  | |   | |_| | | | | | | | (_| | | (_| |  __/ | | |  __/ |  | | (__  | | | | | | | (_| | (_| |  __/
2023-10-13T16:00:10.4352052Z  |_|    \__,_|_|_|_|_| |_|\__, |  \__, |\___|_| |_|\___|_|  |_|\___| |_|_| |_| |_|\__,_|\__, |\___|
2023-10-13T16:00:10.4353005Z                            __/ |   __/ |                                                 __/ |     
2023-10-13T16:00:10.4353864Z                           |___/   |___/                                                 |___/      
2023-10-13T16:00:10.4354424Z 
2023-10-13T16:00:10.4354782Z Pulling mcr.microsoft.com/businesscentral:10.0.20348.1906
2023-10-13T16:10:12.5330812Z 
2023-10-13T16:10:12.5347518Z Pulling generic image took 603 seconds
2023-10-13T16:10:12.5349657Z ##[endgroup]
2023-10-13T16:10:12.5546558Z ##[group]Creating container
2023-10-13T16:10:12.5553775Z 
2023-10-13T16:10:12.5557585Z    _____                _   _                               _        _                 
2023-10-13T16:10:12.5558509Z   / ____|              | | (_)                             | |      (_)                
2023-10-13T16:10:12.5559459Z  | |     _ __ ___  __ _| |_ _ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __ 
2023-10-13T16:10:12.5604974Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2023-10-13T16:10:12.5607128Z  | |____| | |  __/ (_| | |_| | | | | (_| | | (__ (_) | | | | |_ (_| | | | | |  __/ |   
2023-10-13T16:10:12.5613929Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|   
2023-10-13T16:10:12.5614833Z                                      __/ |                                             
2023-10-13T16:10:12.5636392Z                                     |___/                                              
2023-10-13T16:10:12.5637191Z 
2023-10-13T16:10:13.1504716Z Creaing docker container
2023-10-13T16:10:14.1739932Z BcContainerHelper is version 6.0.0
2023-10-13T16:10:14.1752537Z BcContainerHelper is running as administrator
2023-10-13T16:10:15.5954507Z HyperV is Enabled
2023-10-13T16:10:15.5976647Z UsePsSession is True
2023-10-13T16:10:15.6019379Z Host is Microsoft Windows Server 2022 Datacenter - 10.0.20348.1970
2023-10-13T16:10:15.7895245Z Docker Client Version is 24.0.6
2023-10-13T16:10:15.7906939Z Docker Server Version is 24.0.6
2023-10-13T16:10:15.9572783Z Removing Desktop shortcuts
2023-10-13T16:10:16.4077845Z Fetching all docker images
2023-10-13T16:10:16.4560209Z Fetching all docker volumes
2023-10-13T16:10:16.5753291Z Using image mcr.microsoft.com/businesscentral:10.0.20348.1906
2023-10-13T16:10:16.8780765Z Creating Container bc6510399902
2023-10-13T16:10:16.8792232Z Style: sandbox
2023-10-13T16:10:16.8796093Z Multitenant: Yes
2023-10-13T16:10:16.8804269Z Version: 23.0.12034.13112
2023-10-13T16:10:16.8811407Z Platform: 23.0.13032.0
2023-10-13T16:10:16.8822773Z Generic Tag: 1.0.2.14
2023-10-13T16:10:16.8849340Z Container OS Version: 10.0.20348.1906 (ltsc2022)
2023-10-13T16:10:16.8921175Z Host OS Version: 10.0.20348.1970 (ltsc2022)
2023-10-13T16:10:16.8939358Z Using process isolation
2023-10-13T16:10:16.9024934Z Using locale en-CA
2023-10-13T16:10:16.9037156Z Disabling the standard eventlog dump to container log every 2 seconds (use -dumpEventLog to enable)
2023-10-13T16:10:16.9130315Z Using license file https://gogestisoft.blob.core.windows.net/licence/5193935.bclicense
2023-10-13T16:10:16.9361578Z Downloading C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\my\license.bclicense
2023-10-13T16:10:16.9375253Z Downloading using WebClient
2023-10-13T16:10:17.0265867Z Additional Parameters:
2023-10-13T16:10:17.0284954Z --volume "D:\a\GoGestisoft\GoGestisoft\:c:\sources"
2023-10-13T16:10:17.0286395Z --env customNavSettings=EnableTaskScheduler=False
2023-10-13T16:10:17.0300805Z Files in C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\my:
2023-10-13T16:10:17.0332443Z - AdditionalOutput.ps1
2023-10-13T16:10:17.0341267Z - license.bclicense
2023-10-13T16:10:17.0349325Z - MainLoop.ps1
2023-10-13T16:10:17.0358018Z - SetupVariables.ps1
2023-10-13T16:10:17.0365820Z - updatehosts.ps1
2023-10-13T16:10:17.0373133Z Creating container bc6510399902 from image mcr.microsoft.com/businesscentral:10.0.20348.1906
2023-10-13T16:10:18.3499567Z 96590a91a1db18a631c21d39a11a1da1fcd669e07c41b191ee739fec27b687ca
2023-10-13T16:10:33.1694304Z Waiting for container bc6510399902 to be ready
2023-10-13T16:10:47.7311250Z Using artifactUrl https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:10:47.7312753Z Using installer from C:\Run\210-new
2023-10-13T16:10:47.7321794Z Installing Business Central
2023-10-13T16:10:47.7322348Z Installing from artifacts
2023-10-13T16:10:54.5859590Z Starting Local SQL Server
2023-10-13T16:10:54.5865738Z WARNING: Waiting for service 'SQL Server (SQLEXPRESS) (MSSQL$SQLEXPRESS)' to 
2023-10-13T16:10:55.8734006Z start...
2023-10-13T16:10:55.8739432Z Starting Internet Information Server
2023-10-13T16:10:55.8742573Z Copying Service Tier Files
2023-10-13T16:11:02.9983454Z c:\dl\sandbox\23.0.12034.13112\platform\ServiceTier\Program Files
2023-10-13T16:11:02.9984674Z c:\dl\sandbox\23.0.12034.13112\platform\ServiceTier\System64Folder
2023-10-13T16:11:02.9985484Z Copying PowerShell Scripts
2023-10-13T16:11:02.9989462Z c:\dl\sandbox\23.0.12034.13112\platform\WindowsPowerShellScripts\Cloud\NAVAdministration
2023-10-13T16:11:02.9991006Z c:\dl\sandbox\23.0.12034.13112\platform\WindowsPowerShellScripts\WebSearch
2023-10-13T16:11:02.9996148Z Copying Web Client Files
2023-10-13T16:11:04.4122689Z c:\dl\sandbox\23.0.12034.13112\platform\WebClient\Microsoft Dynamics NAV
2023-10-13T16:11:04.4123970Z Copying ModernDev Files
2023-10-13T16:11:04.4124637Z c:\dl\sandbox\23.0.12034.13112\platform
2023-10-13T16:11:13.9808510Z c:\dl\sandbox\23.0.12034.13112\platform\ModernDev\program files\Microsoft Dynamics NAV
2023-10-13T16:11:13.9809791Z Copying additional files
2023-10-13T16:11:13.9810310Z Copying ConfigurationPackages
2023-10-13T16:11:13.9814119Z C:\dl\sandbox\23.0.12034.13112\ca\ConfigurationPackages
2023-10-13T16:11:13.9814845Z Copying Test Assemblies
2023-10-13T16:11:13.9818016Z C:\dl\sandbox\23.0.12034.13112\platform\Test Assemblies
2023-10-13T16:11:13.9818950Z Copying Extensions
2023-10-13T16:11:13.9823841Z C:\dl\sandbox\23.0.12034.13112\ca\Extensions
2023-10-13T16:11:13.9921440Z Copying Applications
2023-10-13T16:11:13.9928989Z C:\dl\sandbox\23.0.12034.13112\platform\Applications
2023-10-13T16:11:13.9929735Z Copying Applications.CA
2023-10-13T16:11:13.9936503Z C:\dl\sandbox\23.0.12034.13112\ca\Applications.CA
2023-10-13T16:11:13.9937144Z Copying dependencies
2023-10-13T16:11:27.6637600Z Copying ReportBuilder
2023-10-13T16:11:33.3720974Z Importing PowerShell Modules
2023-10-13T16:11:39.5191885Z Restoring CRONUS Demo Database
2023-10-13T16:11:40.6674036Z Setting CompatibilityLevel for tenant on localhost\SQLEXPRESS
2023-10-13T16:12:16.5733739Z Exporting Application to CRONUS
2023-10-13T16:12:21.2276774Z Removing Application from tenant
2023-10-13T16:12:21.2277728Z Modifying Business Central Service Tier Config File for Docker
2023-10-13T16:12:21.2278540Z Creating Business Central Service Tier
2023-10-13T16:12:21.2283182Z Installing SIP crypto provider: 'C:\Windows\System32\NavSip.dll'
2023-10-13T16:12:41.5871944Z Starting Business Central Service Tier
2023-10-13T16:12:41.5873965Z Importing license file
2023-10-13T16:12:41.5880365Z Copying Database on localhost\SQLEXPRESS from tenant to default
2023-10-13T16:12:41.5881382Z Taking database tenant offline
2023-10-13T16:12:41.5881938Z Copying database files
2023-10-13T16:12:41.5886789Z Attaching files as new Database default
2023-10-13T16:12:41.5887442Z Putting database tenant back online
2023-10-13T16:12:41.5891227Z Mounting tenant database
2023-10-13T16:14:10.4881286Z Mounting Database for default on server localhost\SQLEXPRESS with AllowAppDatabaseWrite = False
2023-10-13T16:14:13.5135092Z Sync'ing Tenant
2023-10-13T16:14:13.5135662Z Tenant is Operational
2023-10-13T16:14:13.5141527Z Stopping Business Central Service Tier
2023-10-13T16:14:13.5142161Z Installation took 205 seconds
2023-10-13T16:14:13.5147307Z Installation complete
2023-10-13T16:14:16.4217496Z Initializing...
2023-10-13T16:14:16.4218789Z Setting host.containerhelper.internal to 172.26.0.1 in container hosts file
2023-10-13T16:14:16.4224307Z Starting Container
2023-10-13T16:14:16.4224820Z Hostname is bc6510399902
2023-10-13T16:14:16.4225350Z PublicDnsName is bc6510399902
2023-10-13T16:14:16.4230711Z Using NavUserPassword Authentication
2023-10-13T16:14:19.5167845Z Creating Self Signed Certificate
2023-10-13T16:14:19.5169137Z Self Signed Certificate Thumbprint CBD2F1BB8F6B1EA9A656DF9F647D9F26C4013F92
2023-10-13T16:14:19.5170033Z DNS identity bc6510399902
2023-10-13T16:14:19.5173992Z Modifying Service Tier Config File with Instance Specific Settings
2023-10-13T16:14:19.5175013Z Modifying Service Tier Config File with settings from environment variable
2023-10-13T16:14:22.0270458Z Setting EnableTaskScheduler to False
2023-10-13T16:14:27.1773791Z Starting Service Tier
2023-10-13T16:14:27.1774454Z Registering event sources
2023-10-13T16:14:27.1779965Z Creating DotNetCore Web Server Instance
2023-10-13T16:14:27.1780607Z Using application pool name: BC
2023-10-13T16:14:29.0406603Z Using default container name: NavWebApplicationContainer
2023-10-13T16:14:33.9900751Z Copy files to WWW root C:\inetpub\wwwroot\BC
2023-10-13T16:14:35.5408154Z Create the application pool BC
2023-10-13T16:14:44.2114502Z Create website: NavWebApplicationContainer without SSL
2023-10-13T16:14:44.2115471Z Update configuration: navsettings.json
2023-10-13T16:14:44.2119191Z Done Configuring Web Client
2023-10-13T16:14:44.2119865Z Enabling Financials User Experience
2023-10-13T16:14:44.2121143Z Using license file 'c:\run\my\license.bclicense'
2023-10-13T16:14:44.2126194Z Import License
2023-10-13T16:14:44.2126663Z Dismounting Tenant
2023-10-13T16:14:44.2131453Z Mounting Tenant
2023-10-13T16:14:45.9966635Z Mounting Database for default on server localhost\SQLEXPRESS with AllowAppDatabaseWrite = False
2023-10-13T16:14:46.5107815Z Sync'ing Tenant
2023-10-13T16:14:46.5339068Z Tenant is Operational
2023-10-13T16:14:47.7153393Z Creating http download site
2023-10-13T16:14:47.7154327Z Setting SA Password and enabling SA
2023-10-13T16:14:47.7155184Z Creating admin as SQL User and add to sysadmin
2023-10-13T16:14:49.1735446Z WARNING: This license is not compatible with this version of Business Central.
2023-10-13T16:14:50.4071394Z Creating SUPER user
2023-10-13T16:14:51.7741396Z WARNING: This license is not compatible with this version of Business Central.
2023-10-13T16:14:53.1242158Z WARNING: This license is not compatible with this version of Business Central.
2023-10-13T16:14:53.1247650Z Container IP Address: 172.26.11.58
2023-10-13T16:14:53.1251239Z Container Hostname  : bc6510399902
2023-10-13T16:14:53.1258662Z Container Dns Name  : bc6510399902
2023-10-13T16:14:53.1259379Z Web Client          : http://bc6510399902/BC/?tenant=default
2023-10-13T16:14:53.1265507Z Dev. Server         : http://bc6510399902
2023-10-13T16:14:53.1266297Z Dev. ServerInstance : BC
2023-10-13T16:14:53.1266826Z Dev. Server Tenant  : default
2023-10-13T16:14:53.1273341Z Setting bc6510399902 to 172.26.11.58 in host hosts file
2023-10-13T16:14:53.1278002Z Setting bc6510399902-default to 172.26.11.58 in host hosts file
2023-10-13T16:14:53.1284064Z Setting bc6510399902-default to 172.26.11.58 in container hosts file
2023-10-13T16:14:53.1284690Z 
2023-10-13T16:14:53.1284855Z Files:
2023-10-13T16:14:53.1288618Z http://bc6510399902:8080/ALLanguage.vsix
2023-10-13T16:14:53.1289102Z 
2023-10-13T16:14:53.1289458Z WARNING: You are running a container which is 63 days old.
2023-10-13T16:14:53.1296911Z Microsoft recommends that you always run the latest version of our containers.
2023-10-13T16:14:53.1297758Z 
2023-10-13T16:14:53.1298037Z Container Total Physical Memory is 7.0Gb
2023-10-13T16:14:53.1298672Z Container Free Physical Memory is 2.0Gb
2023-10-13T16:14:53.1304807Z 
2023-10-13T16:14:53.1305076Z Initialization took 41 seconds
2023-10-13T16:14:53.1305685Z Ready for connections!
2023-10-13T16:14:55.7430285Z Reading CustomSettings.config from bc6510399902
2023-10-13T16:14:56.2944270Z Creating Desktop Shortcuts for bc6510399902
2023-10-13T16:14:56.8202257Z Cleanup old dotnet core assemblies
2023-10-13T16:14:57.7516258Z Container bc6510399902 successfully created
2023-10-13T16:14:57.8847986Z 
2023-10-13T16:14:57.8856452Z Use:
2023-10-13T16:14:57.8875327Z Get-BcContainerEventLog -containerName bc6510399902 to retrieve a snapshot of the event log from the container
2023-10-13T16:14:57.8891075Z Get-BcContainerDebugInfo -containerName bc6510399902 to get debug information about the container
2023-10-13T16:14:57.8904661Z Enter-BcContainer -containerName bc6510399902 to open a PowerShell prompt inside the container
2023-10-13T16:14:57.8920966Z Remove-BcContainer -containerName bc6510399902 to remove the container again
2023-10-13T16:14:57.8931754Z docker logs bc6510399902 to retrieve information about URL's again
2023-10-13T16:14:58.3204523Z 
2023-10-13T16:14:58.3207455Z Creating container took 286 seconds
2023-10-13T16:14:58.3333309Z ##[endgroup]
2023-10-13T16:14:58.3334339Z ##[group]Resolving dependencies
2023-10-13T16:14:58.3338262Z 
2023-10-13T16:14:58.3339854Z  _____                _       _                   _                           _                 _          
2023-10-13T16:14:58.3340784Z |  __ \              | |     (_)                 | |                         | |               (_)         
2023-10-13T16:14:58.3344581Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___ 
2023-10-13T16:14:58.3346011Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
2023-10-13T16:14:58.3352535Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
2023-10-13T16:14:58.3353558Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
2023-10-13T16:14:58.3354509Z                                        __/ |            | |                                                
2023-10-13T16:14:58.3359345Z                                       |___/             |_|                                                
2023-10-13T16:14:58.3359872Z 
2023-10-13T16:14:58.4760812Z Sorted App folders
2023-10-13T16:14:58.4771935Z - D:\a\GoGestisoft\GoGestisoft\app
2023-10-13T16:14:58.4784330Z External dependencies
2023-10-13T16:14:58.4797767Z - fe247a7d-e288-405e-83d9-e0c2aa4691a7:Gestisoft_GoGestisoft Report_1.8.6.19.app
2023-10-13T16:14:58.4799078Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_22.0.0.0.app
2023-10-13T16:14:58.4803566Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_22.0.0.0.app
2023-10-13T16:14:58.4816085Z Sorted TestApp folders
2023-10-13T16:14:58.4848270Z - D:\a\GoGestisoft\GoGestisoft\Test
2023-10-13T16:14:58.4857844Z External TestApp dependencies
2023-10-13T16:14:58.4873536Z - fe247a7d-e288-405e-83d9-e0c2aa4691a7:Gestisoft_GoGestisoft Report_1.8.6.19.app
2023-10-13T16:14:58.4874995Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_22.0.0.0.app
2023-10-13T16:14:58.4894604Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_22.0.0.0.app
2023-10-13T16:14:58.4896477Z - 23de40a6-dfe8-4f80-80db-d70f83ce8caf:Microsoft_Test Runner_21.0.46256.46853.app
2023-10-13T16:14:58.4908132Z - 5d86850b-0d76-4eca-bd7b-951ad998e997:Microsoft_Tests-TestLibraries_21.0.46256.46853.app
2023-10-13T16:14:58.4914383Z ##[endgroup]
2023-10-13T16:14:58.4929241Z ##[group]Installing apps
2023-10-13T16:14:58.4929710Z 
2023-10-13T16:14:58.4935202Z   _____           _        _ _ _                                     
2023-10-13T16:14:58.4936332Z  |_   _|         | |      | | (_)                                    
2023-10-13T16:14:58.4937162Z    | |  _ __  ___| |_ __ _| | |_ _ __   __ _    __ _ _ __  _ __  ___ 
2023-10-13T16:14:58.4944401Z    | | | '_ \/ __| __/ _` | | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2023-10-13T16:14:58.4945404Z   _| |_| | | \__ \ |_ (_| | | | | | | | (_| | | (_| | |_) | |_) \__ \
2023-10-13T16:14:58.4951032Z  |_____|_| |_|___/\__\__,_|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2023-10-13T16:14:58.4951928Z                                         __/ |       | |   | |        
2023-10-13T16:14:58.4955894Z                                        |___/        |_|   |_|        
2023-10-13T16:14:58.4956488Z 
2023-10-13T16:14:58.6573149Z Downloading C:\Users\runneradmin\AppData\Local\Temp\1578c00e-d6a2-44a8-bb60-d74d43b6c2f9
2023-10-13T16:14:58.6611957Z Downloading using WebClient
2023-10-13T16:15:01.2418565Z Publishing C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\aebf25ca-e958-458a-8c53-e36b1a7a9bf7\1578c00e-d6a2-44a8-bb60-d74d43b6c2f9.app
2023-10-13T16:15:15.9761548Z Synchronizing GoGestisoft Report on tenant default
2023-10-13T16:15:17.6458783Z Installing GoGestisoft Report on tenant default
2023-10-13T16:15:26.4020336Z App 1578c00e-d6a2-44a8-bb60-d74d43b6c2f9.app successfully published
2023-10-13T16:15:26.6320829Z 
2023-10-13T16:15:26.6324053Z Installing apps took 28 seconds
2023-10-13T16:15:26.6338879Z ##[endgroup]
2023-10-13T16:15:26.6370024Z ##[group]Compiling apps
2023-10-13T16:15:26.6376137Z 
2023-10-13T16:15:26.6376536Z    _____                      _ _ _                                     
2023-10-13T16:15:26.6378301Z   / ____|                    (_) (_)                                    
2023-10-13T16:15:26.6384484Z  | |     ___  _ __ ___  _ __  _| |_ _ __   __ _    __ _ _ __  _ __  ___ 
2023-10-13T16:15:26.6385644Z  | |    / _ \| '_ ` _ \| '_ \| | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2023-10-13T16:15:26.6390237Z  | |____ (_) | | | | | | |_) | | | | | | | (_| | | (_| | |_) | |_) \__ \
2023-10-13T16:15:26.6391067Z   \_____\___/|_| |_| |_| .__/|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2023-10-13T16:15:26.6396717Z                        | |                 __/ |       | |   | |        
2023-10-13T16:15:26.6397462Z                        |_|                |___/        |_|   |_|        
2023-10-13T16:15:26.6397936Z 
2023-10-13T16:15:26.6745144Z Using Version 1.10.20231013.155800
2023-10-13T16:15:26.8502403Z 
2023-10-13T16:15:26.8505980Z Compiling D:\a\GoGestisoft\GoGestisoft\app
2023-10-13T16:15:27.7882324Z Copying DLLs from C:\Program Files\Microsoft Dynamics NAV\230\Service to assemblyProbingPath
2023-10-13T16:15:31.0042173Z Removing dotnet Framework Assemblies
2023-10-13T16:15:31.5285882Z Using Symbols Folder: D:\a\GoGestisoft\GoGestisoft\.packages
2023-10-13T16:15:42.5217686Z Processing dependency Microsoft_Application_22.0.0.0 ()
2023-10-13T16:15:42.5445420Z Downloading symbols: Microsoft_Application_23.0.12034.13112.app
2023-10-13T16:15:42.5496723Z Url : http://172.26.11.58:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=22.0.0.0&tenant=default
2023-10-13T16:15:42.5510605Z Downloading using WebClient
2023-10-13T16:15:44.1692424Z Adding dependency to System Application from Microsoft
2023-10-13T16:15:44.1742859Z Adding dependency to Base Application from Microsoft
2023-10-13T16:15:44.1785772Z Processing dependency Microsoft_System_1.0.0.0 ()
2023-10-13T16:15:44.1805833Z Downloading symbols: Microsoft_System_23.0.13032.0.app
2023-10-13T16:15:44.1815795Z Url : http://172.26.11.58:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0&tenant=default
2023-10-13T16:15:44.1874788Z Downloading using WebClient
2023-10-13T16:15:44.5658831Z Processing dependency Gestisoft_GoGestisoft Report_1.8.6.19 (fe247a7d-e288-405e-83d9-e0c2aa4691a7)
2023-10-13T16:15:44.5693826Z Downloading symbols: Gestisoft_GoGestisoft Report_1.10.14587.1.app
2023-10-13T16:15:44.5704877Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=fe247a7d-e288-405e-83d9-e0c2aa4691a7&versionText=1.8.6.19&tenant=default
2023-10-13T16:15:44.5719997Z Downloading using WebClient
2023-10-13T16:15:45.6393547Z Processing dependency Microsoft_System Application_23.0.0.0 (63ca2fa4-4f03-4f2b-a480-172fef340d3f)
2023-10-13T16:15:45.6498748Z Downloading symbols: Microsoft_System Application_23.0.12034.13112.app
2023-10-13T16:15:45.6503080Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=63ca2fa4-4f03-4f2b-a480-172fef340d3f&versionText=23.0.0.0&tenant=default
2023-10-13T16:15:45.6516613Z Downloading using WebClient
2023-10-13T16:15:46.1921943Z Processing dependency Microsoft_Base Application_23.0.0.0 (437dbf0e-84ff-417a-965d-ed2bb9650972)
2023-10-13T16:15:46.1929679Z Downloading symbols: Microsoft_Base Application_23.0.12034.13112.app
2023-10-13T16:15:46.1932194Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=437dbf0e-84ff-417a-965d-ed2bb9650972&versionText=23.0.0.0&tenant=default
2023-10-13T16:15:46.1936484Z Downloading using WebClient
2023-10-13T16:15:46.8355604Z Compiling...
2023-10-13T16:15:46.8630076Z .\alc.exe /project:"c:\sources\app" /packagecachepath:"c:\sources\.packages" /out:"c:\sources\.output\Gestisoft_GoGestisoft_1.10.20231013.155800.app" /analyzer:C:\build\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.CodeCop.dll /analyzer:C:\build\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.PerTenantExtensionCop.dll /analyzer:C:\build\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.UICop.dll /SourceRepositoryUrl:"https://github.com/gestisoft-DevProduits/GoGestisoft" /SourceCommit:"62ec65e1c7c8f8a3a21259c8b4f41d7be9ad6fd7" /BuildBy:"AL-Go for GitHub,v3.2" /BuildUrl:"https://github.com/gestisoft-DevProduits/GoGestisoft/actions/runs/6510399902" /assemblyprobingpaths:"C:\Program Files\dotnet\shared","C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\.netPackages\Service"
2023-10-13T16:15:57.8226189Z Microsoft (R) AL Compiler version 12.1.13.28773
2023-10-13T16:15:57.8354427Z Copyright (C) Microsoft Corporation. All rights reserved
2023-10-13T16:15:57.8355100Z 
2023-10-13T16:15:57.8360852Z Compilation started for project 'GoGestisoft' containing '158' files at '16:15:48.950'.
2023-10-13T16:15:57.8424064Z 
2023-10-13T16:15:57.8820386Z ##[warning]AL0432 Table 'User Group Member' is marked for removal. Reason: [220_UserGroups] Replaced by the Security Group Member Buffer table and Security Group codeunit in the security groups system; by Access Control table in the permission sets system. To learn more, go to https://go.microsoft.com/fwlink/?linkid=2245709.. Tag: 22.0.
2023-10-13T16:15:57.8911465Z ##[warning]AL0432 Table 'User Group Member' is marked for removal. Reason: [220_UserGroups] Replaced by the Security Group Member Buffer table and Security Group codeunit in the security groups system; by Access Control table in the permission sets system. To learn more, go to https://go.microsoft.com/fwlink/?linkid=2245709.. Tag: 22.0.
2023-10-13T16:15:57.8926428Z ##[warning]AL0432 Table 'O365 Document Sent History' is marked for removal. Reason: Microsoft Invoicing has been discontinued.. Tag: 21.0.
2023-10-13T16:15:57.8942512Z ##[warning]AL0432 Table 'O365 Document Sent History' is marked for removal. Reason: Microsoft Invoicing has been discontinued.. Tag: 21.0.
2023-10-13T16:15:57.8969355Z ##[warning]AL0432 Page 'Time Sheet' is marked for removal. Reason: Remove old time sheet experience.. Tag: 22.0.
2023-10-13T16:15:57.8986618Z ##[warning]AL0432 Table 'User Group' is marked for removal. Reason: [220_UserGroups] Replaced by the Security Group table and Security Group codeunit in the security groups system; by Tenant Permission Set table in the permission sets system. To learn more, go to https://go.microsoft.com/fwlink/?linkid=2245709.. Tag: 22.0.
2023-10-13T16:15:57.8999960Z ##[warning]AL0432 Field 'Last Email Sent Status' is marked for removal. Reason: Microsoft Invoicing has been discontinued.. Tag: 21.0.
2023-10-13T16:15:57.9008338Z ##[warning]AL0432 Field 'Last Email Sent Time' is marked for removal. Reason: Microsoft Invoicing has been discontinued.. Tag: 21.0.
2023-10-13T16:15:57.9027528Z ##[warning]AL0432 Table 'User Group' is marked for removal. Reason: [220_UserGroups] Replaced by the Security Group table and Security Group codeunit in the security groups system; by Tenant Permission Set table in the permission sets system. To learn more, go to https://go.microsoft.com/fwlink/?linkid=2245709.. Tag: 22.0.
2023-10-13T16:15:57.9035691Z ##[warning]AL0432 Field 'Last Email Sent Status' is marked for removal. Reason: Microsoft Invoicing has been discontinued.. Tag: 21.0.
2023-10-13T16:15:57.9045245Z ##[warning]AL0432 Field 'Last Email Sent Status' is marked for removal. Reason: Microsoft Invoicing has been discontinued.. Tag: 21.0.
2023-10-13T16:15:57.9051597Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(7,9): info AA0072: The name of gPurchaseHader is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9054482Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(8,9): info AA0072: The name of TransferOrder is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9060362Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(146,40): info AA0072: The name of PurchHeader is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9063595Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(210,9): info AA0072: The name of TempItemLedgEntry is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9072271Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(211,9): info AA0072: The name of PurchInvoiceLine is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9075329Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(289,57): info AA0072: The name of lTransferOrder is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9081755Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(300,9): info AA0072: The name of lTransferOrder2 is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9084765Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(297,46): info AA0072: The name of pTransferOrder is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9087713Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(448,67): info AA0072: The name of TempItemLedgEntry is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9094440Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(525,9): info AA0072: The name of PurchInvoiceLine is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9097322Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(554,54): info AA0072: The name of PurchHeader is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9104576Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(560,53): info AA0072: The name of PurchHeader is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9108099Z c:\sources\app\Codeunit\Cod80409.ContainersManagementGG.al(582,116): info AA0072: The name of TempItemLedgEntry is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9116216Z c:\sources\app\PAGE\Pag80414.JobMultipleTasksPlanningCopyGG.al(184,9): info AA0072: The name of CopyJobOoptionsGG is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9119542Z c:\sources\app\PAGE\Pag80414.JobMultipleTasksPlanningCopyGG.al(1,12): info AW0006: The page 'JobMultipleTasksPlanningCopyGG' should use the UsageCategory and ApplicationArea properties to be searchable.
2023-10-13T16:15:57.9127040Z c:\sources\app\PAGE\Pag80414.JobMultipleTasksPlanningCopyGG.al(118,20): info AW0011: Group "Processing" only contains promoted actions that are not set to PromotedOnly="***".
2023-10-13T16:15:57.9135938Z c:\sources\app\PAGE\Pag80415.JobTaskSelectionGG.al(1,12): info AW0006: The page 'JobTaskSelectionGG' should use the UsageCategory and ApplicationArea properties to be searchable.
2023-10-13T16:15:57.9138810Z c:\sources\app\TABLE\Tab-Ext80407.PurchaseLineExt.al(124,9): info AA0072: The name of ItemTracking is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9146261Z c:\sources\app\TABLE\Tab-Ext80407.PurchaseLineExt.al(125,9): info AA0072: The name of lcuCreateResEntry is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9149274Z c:\sources\app\TABLE\Tab-Ext80423.TransferLineGG.al(35,9): info AA0072: The name of ItemTracking is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9156256Z c:\sources\app\TABLE\Tab-Ext80423.TransferLineGG.al(64,9): info AA0072: The name of ItemTracking is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9159409Z c:\sources\app\TABLE\Tab-Ext80423.TransferLineGG.al(65,9): info AA0072: The name of lcuCreateResEntry is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9164972Z c:\sources\app\Reports\Rep80401.SetContainerInReceiptLines.al(1,14): info AW0006: The report 'SetContainerInReceiptLines' should use the UsageCategory and ApplicationArea properties to be searchable.
2023-10-13T16:15:57.9168146Z c:\sources\app\Reports\Rep80402.MultiplyJobPlanLinesQtyGG.al(1,14): info AW0006: The report 'MultiplyJobPlanLinesQtyGG' should use the UsageCategory and ApplicationArea properties to be searchable.
2023-10-13T16:15:57.9174840Z c:\sources\app\Reports\Rep80500.CreateContainer.al(1,14): info AW0006: The report 'Create Container' should use the UsageCategory and ApplicationArea properties to be searchable.
2023-10-13T16:15:57.9177559Z c:\sources\app\Reports\Rep80501.CreateTransferOrderGG.al(54,9): info AA0072: The name of ContainerMgt is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9184186Z c:\sources\app\Reports\Rep80501.CreateTransferOrderGG.al(1,14): info AW0006: The report 'Create Transfer Order GG' should use the UsageCategory and ApplicationArea properties to be searchable.
2023-10-13T16:15:57.9187188Z c:\sources\app\TABLE\Tab-Ext80401.SalesLinesExt.al(224,9): info AA0072: The name of ItemTracking is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9194977Z c:\sources\app\TABLE\Tab-Ext80401.SalesLinesExt.al(248,9): info AA0072: The name of ItemTracking is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:57.9199386Z c:\sources\app\TABLE\Tab-Ext80401.SalesLinesExt.al(249,9): info AA0072: The name of lcuCreateResEntry is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:58.0034485Z c:\sources\app\TABLE\Tab80402.Container.al(79,9): info AA0072: The name of TranferHeader is not valid. The name of variables and parameters must be suffixed with the type or object name.
2023-10-13T16:15:58.0039110Z ##[warning]AA0215 The file Pag-Ext80456.PlanningWorksheetPageExt.al has an incorrect name. The valid name is PlanningWorksheetPageExt.PageExt.al.
2023-10-13T16:15:58.0043433Z ##[warning]AA0215 The file Cod80405.EnableGoGestisoftExperience.al has an incorrect name. The valid name is EnableGoGestisoftExperience.Codeunit.al.
2023-10-13T16:15:58.0047860Z ##[warning]AA0215 The file Cod80400.FinPageRestrictionsEventSub.al has an incorrect name. The valid name is FinPageRestrictionsEventSub.Codeunit.al.
2023-10-13T16:15:58.0061500Z ##[warning]AA0215 The file Cod80406.InstallGoGestisoftExperience.al has an incorrect name. The valid name is InstallGoGestisoftExperience.Codeunit.al.
2023-10-13T16:15:58.0069083Z ##[warning]AA0215 The file Cod80407.UpgradeGoGestisoftExpGS.al has an incorrect name. The valid name is UpgradeGoGestisoftExpGS.Codeunit.al.
2023-10-13T16:15:58.0082232Z ##[warning]AA0215 The file Cod80408.SendInvoiceEmailJobQueue.al has an incorrect name. The valid name is SendInvoiceEmailJobQueue.Codeunit.al.
2023-10-13T16:15:58.0091264Z ##[warning]AA0215 The file Cod80401.SimulatedProdValidation.al has an incorrect name. The valid name is SimulatedProdValidation.Codeunit.al.
2023-10-13T16:15:58.0104106Z ##[warning]AA0470 Variable 'TXT001Err' with placeholders should have a comment explaining their content.
2023-10-13T16:15:58.0115193Z ##[warning]AA0244 The name of the parameter 'ProductionOrder' is identical to a global variable.
2023-10-13T16:15:58.0124796Z ##[warning]AA0215 The file Cod80409.ContainersManagementGG.al has an incorrect name. The valid name is ContainersManagementGG.Codeunit.al.
2023-10-13T16:15:58.0135284Z ##[warning]AA0215 The file Cod80410.RegCustomerPaymentMgmt.al has an incorrect name. The valid name is RegCustomerPaymentMgmtGS.Codeunit.al.
2023-10-13T16:15:58.0143228Z ##[warning]AA0215 The file Cod80410.TelemetryLoggerGS.al has an incorrect name. The valid name is TelemetryLoggerGS.Codeunit.al.
2023-10-13T16:15:58.0149444Z ##[warning]AA0215 The file Cod80411.CopyJobOptionsGG.al has an incorrect name. The valid name is CopyJobOptionsGG.Codeunit.al.
2023-10-13T16:15:58.0153683Z ##[warning]AA0215 The file Cod80412.ProcessDataFromExcelGS.al has an incorrect name. The valid name is ProcessDataFromExcelGS.Codeunit.al.
2023-10-13T16:15:58.0156635Z ##[warning]AA0206 The variable 'isConsolidation' is initialized but not used.
2023-10-13T16:15:58.0166208Z ##[warning]AA0215 The file Cod80413.TimeSheetManagementGG.al has an incorrect name. The valid name is TimeSheetManagementGG.Codeunit.al.
2023-10-13T16:15:58.0172828Z ##[warning]AA0215 The file Enum80400.GesProductionOrderStatus.al has an incorrect name. The valid name is GesProductionOrderStatus.Enum.al.
2023-10-13T16:15:58.0185181Z ##[warning]AA0215 The file Enum80401.ApprovalOverdueGS.al has an incorrect name. The valid name is ApprovalOverdueGS.Enum.al.
2023-10-13T16:15:58.0192212Z ##[warning]AA0215 The file Enum80402.ContainerStatusGS.al has an incorrect name. The valid name is ContainerStatusGS.Enum.al.
2023-10-13T16:15:58.0199032Z ##[warning]AA0215 The file Pag-Ext80457.CashReceiptJournalGS.al has an incorrect name. The valid name is CashReceiptJournalGS.PageExt.al.
2023-10-13T16:15:58.0206104Z ##[warning]AA0215 The file Cod80402.EventSubscriber.al has an incorrect name. The valid name is EventSubscriber.Codeunit.al.
2023-10-13T16:15:58.0213123Z ##[warning]AA0215 The file Cod80403.RestrictedReportsMgmt.al has an incorrect name. The valid name is RestrictedReportsMgmtGS.Codeunit.al.
2023-10-13T16:15:58.0221054Z ##[warning]AA0137 Variable 'VendorInvoiceAlreadyExistsErr' is unused in '"Event Subscriber"'.
2023-10-13T16:15:58.0229268Z ##[warning]AA0215 The file Pag-Ext80414.PurchaseOrderSubformExt.al has an incorrect name. The valid name is PurchaseOrderSubformExt.PageExt.al.
2023-10-13T16:15:58.0236643Z ##[warning]AA0215 The file Pag-Ext80415.PurchaseQuoteSubformExt.al has an incorrect name. The valid name is PurchaseQuoteSubformExt.PageExt.al.
2023-10-13T16:15:58.0244027Z ##[warning]AA0215 The file Pag-Ext80458.JobTaskLinesSubformGS.al has an incorrect name. The valid name is JobTaskLinesSubformGS.PageExt.al.
2023-10-13T16:15:58.0250807Z ##[warning]AA0215 The file Pag-Ext80400.UserTasksActivitiesGGS.al has an incorrect name. The valid name is UserTasksActivitiesGGS.PageExt.al.
2023-10-13T16:15:58.0257447Z ##[warning]AA0215 The file Pag-Ext80459.StockkeepingUnitCardGS.al has an incorrect name. The valid name is StockkeepingUnitCardGS.PageExt.al.
2023-10-13T16:15:58.0264231Z ##[warning]AA0215 The file Pag-Ext80460.ServiceItemWorkSubformGS.al has an incorrect name. The valid name is ServiceItemWorkSubformGS.PageExt.al.
2023-10-13T16:15:58.0274106Z ##[warning]AA0215 The file Pag-Ext80461.ProdOrderComponentsGS.al has an incorrect name. The valid name is ProdOrderComponentsGS.PageExt.al.
2023-10-13T16:15:58.0280891Z ##[warning]AA0215 The file Pag-Ext80401.SalesOrderSubform.al has an incorrect name. The valid name is SalesOrderSubform.PageExt.al.
2023-10-13T16:15:58.0287276Z ##[warning]AA0215 The file Pag-Ext80402.SalesQuoteSubform.al has an incorrect name. The valid name is SalesQuoteSubform.PageExt.al.
2023-10-13T16:15:58.0293309Z ##[warning]AA0215 The file Pag-Ext80462.ProductionJournalGS.al has an incorrect name. The valid name is ProductionJournalGS.PageExt.al.
2023-10-13T16:15:58.0302310Z ##[warning]AA0215 The file Pag-Ext80403.PaymentJournal.al has an incorrect name. The valid name is PaymentJournalExt.PageExt.al.
2023-10-13T16:15:58.0312947Z ##[warning]AA0215 The file Pag-Ext80404.SalesLineFactBoxGS.al has an incorrect name. The valid name is SalesLineFactBoxGS.PageExt.al.
2023-10-13T16:15:58.0319271Z ##[warning]AA0215 The file Pag-Ext80405.PostedApprovalEntries.al has an incorrect name. The valid name is PostedApprovalEntriesExt.PageExt.al.
2023-10-13T16:15:58.0328884Z ##[warning]AA0215 The file Pag-Ext80463.TransferOrderSubformGG.al has an incorrect name. The valid name is TransferOrderSubformGG.PageExt.al.
2023-10-13T16:15:58.0336638Z ##[warning]AA0215 The file Pag-Ext80417.PostedSalesInvoiceSubformExt.al has an incorrect name. The valid name is PostedSalesInvoiceSubformExt.PageExt.al.
2023-10-13T16:15:58.0344243Z ##[warning]AA0215 The file Pag-Ext80418.CustomerListExt.al has an incorrect name. The valid name is CustomerListExt.PageExt.al.
2023-10-13T16:15:58.0363914Z ##[warning]AA0215 The file Pag-Ext80419.CustomerLookupExt.al has an incorrect name. The valid name is CustomerLookupExt.PageExt.al.
2023-10-13T16:15:58.0374455Z ##[warning]AA0215 The file Pag-Ext80420.PostedSalesShptSubformExt.al has an incorrect name. The valid name is PostedSalesShptSubformExt.PageExt.al.
2023-10-13T16:15:58.0381675Z ##[warning]AA0215 The file Pag-Ext80421.gsPurchaseOrderPagExt.al has an incorrect name. The valid name is gsPurchaseOrderPagExt.PageExt.al.
2023-10-13T16:15:58.0387673Z ##[warning]AA0137 Variable 'FeatureTelemetry' is unused in '"gs_PurchaseOrderPagExt"'.
2023-10-13T16:15:58.0394160Z ##[warning]AA0137 Variable 'TXT001Err' is unused in '"gs_PurchaseOrderPagExt"'.
2023-10-13T16:15:58.0419906Z ##[warning]AA0215 The file Pag-Ext80464.SalesReturnSubformGG.al has an incorrect name. The valid name is SalesReturnSubformGG.PageExt.al.
2023-10-13T16:15:58.0430535Z ##[warning]AA0215 The file Pag-Ext80422.gsPurchaseOrderArchivePagExt.al has an incorrect name. The valid name is gsPurchaseOrderArchivePagExt.PageExt.al.
2023-10-13T16:15:58.0434932Z ##[warning]AA0215 The file Pag-Ext80423.gsSimulatedProdOrdPagExt.al has an incorrect name. The valid name is gsSimulatedProdOrdPagExt.PageExt.al.
2023-10-13T16:15:58.0442332Z ##[warning]AA0215 The file Pag-Ext80424.gsFinishedProdOrdPagExt.al has an incorrect name. The valid name is gsFinishedProdOrdPagExt.PageExt.al.
2023-10-13T16:15:58.0449593Z ##[warning]AA0215 The file Pag-Ext80465.TransferOrderGG.al has an incorrect name. The valid name is TransferOrderGG.PageExt.al.
2023-10-13T16:15:58.0460180Z ##[warning]AA0215 The file Pag-Ext80425.gsServiceOrdPagExt.al has an incorrect name. The valid name is gsServiceOrdPagExt.PageExt.al.
2023-10-13T16:15:58.0467380Z ##[warning]AA0215 The file Pag-Ext80466.TranferOrderListGG.al has an incorrect name. The valid name is TranferOrderListGG.PageExt.al.
2023-10-13T16:15:58.0474701Z ##[warning]AA0215 The file Pag-Ext80426.gsPurchaseQuotePagExt.al has an incorrect name. The valid name is gsPurchaseQuotePagExt.PageExt.al.
2023-10-13T16:15:58.0483763Z ##[warning]AA0215 The file Pag-Ext80467.PaymentRegistrationGS.al has an incorrect name. The valid name is PaymentRegistrationGS.PageExt.al.
2023-10-13T16:15:58.0491303Z ##[warning]AA0215 The file Pag-Ext80427.gsSalesReturnOrderExt.al has an incorrect name. The valid name is gsSalesReturnOrderExt.PageExt.al.
2023-10-13T16:15:58.0500043Z ##[warning]AA0215 The file Pag-Ext80428.gsPurchReturnOrderExt.al has an incorrect name. The valid name is gsPurchReturnOrderExt.PageExt.al.
2023-10-13T16:15:58.0511389Z ##[warning]AA0215 The file Pag-Ext80429.gsReleaseProdOrderExt.al has an incorrect name. The valid name is gsReleaseProdOrderExt.PageExt.al.
2023-10-13T16:15:58.0518702Z ##[warning]AA0215 The file Pag-Ext80430.gsFirmPlannedProdOrderExt.al has an incorrect name. The valid name is gsFirmPlannedProdOrderExt.PageExt.al.
2023-10-13T16:15:58.0526236Z ##[warning]AA0215 The file Pag-Ext80431.gsPurchInvoiceExt.al has an incorrect name. The valid name is gsPurchInvoiceExt.PageExt.al.
2023-10-13T16:15:58.0533710Z ##[warning]AA0215 The file Pag-Ext80432.SalesInvoiceExt.al has an incorrect name. The valid name is SalesInvoiceGGS.PageExt.al.
2023-10-13T16:15:58.0540295Z ##[warning]AA0215 The file Pag-Ext80433.gsBlanketPOExt.al has an incorrect name. The valid name is gsBlanketPOExt.PageExt.al.
2023-10-13T16:15:58.0550914Z ##[warning]AA0215 The file Pag-Ext80434.CompaniesGS.al has an incorrect name. The valid name is CompaniesGS.PageExt.al.
2023-10-13T16:15:58.0558459Z ##[warning]AA0215 The file Pag-Ext80435.gsManagerTimeSheetbyJob.al has an incorrect name. The valid name is gsManagerTimeSheetbyJob.PageExt.al.
2023-10-13T16:15:58.0565845Z ##[warning]AA0215 The file Pag-Ext80436.StockkeepingUnitListExt.al has an incorrect name. The valid name is StockkeepingUnitListExt.PageExt.al.
2023-10-13T16:15:58.0573128Z ##[warning]AA0215 The file Pag-Ext80437.PurchReceiptLinesExt.al has an incorrect name. The valid name is PurchReceiptLinesExt.PageExt.al.
2023-10-13T16:15:58.0580384Z ##[warning]AA0215 The file Pag-Ext80438.PostedPurchaseReceiptsGS.al has an incorrect name. The valid name is PostedPurchaseReceiptsGS.PageExt.al.
2023-10-13T16:15:58.0587693Z ##[warning]AA0215 The file Pag-Ext80439.TimeSheetGG.al has an incorrect name. The valid name is TimeSheetGG.PageExt.al.
2023-10-13T16:15:58.0595628Z ##[warning]AA0215 The file Pag-Ext80440.BlanketPurchaseOrderSubformExt.al has an incorrect name. The valid name is BlanketPurchaseOrderSubformExt.PageExt.al.
2023-10-13T16:15:58.0606526Z ##[warning]AA0215 The file Pag-Ext80468.LocationCardExtGG.al has an incorrect name. The valid name is LocationCardExtGG.PageExt.al.
2023-10-13T16:15:58.0614011Z ##[warning]AA0215 The file Pag-Ext80469.VendorListGS.al has an incorrect name. The valid name is VendorListGS.PageExt.al.
2023-10-13T16:15:58.0621351Z ##[warning]AA0215 The file Pag-Ext80470.WorkCenterLoadLinesExt.al has an incorrect name. The valid name is WorkCenterLoadLinesExt.PageExt.al.
2023-10-13T16:15:58.0628949Z ##[warning]AA0215 The file Pag-Ext80471.PostedTransferReceiptGG.al has an incorrect name. The valid name is PostedTransferReceiptGG.PageExt.al.
2023-10-13T16:15:58.0636862Z ##[warning]AA0215 The file Pag-Ext80472.PostedTransferReceiptsGG.al has an incorrect name. The valid name is PostedTransferReceiptsGG.PageExt.al.
2023-10-13T16:15:58.0647431Z ##[warning]AA0215 The file Pag-Ext80473.PostedTransferShipmentGG.al has an incorrect name. The valid name is PostedTransferShipmentGG.PageExt.al.
2023-10-13T16:15:58.0654826Z ##[warning]AA0215 The file Pag-Ext80474.PostedTransferShipmentsGG.al has an incorrect name. The valid name is PostedTransferShipmentsGG.PageExt.al.
2023-10-13T16:15:58.0663087Z ##[warning]AA0215 The file Pag-Ext80441.WarehouseEntriesExt.al has an incorrect name. The valid name is WarehouseEntriesExt.PageExt.al.
2023-10-13T16:15:58.0670014Z ##[warning]AA0215 The file Pag-Ext80405.VendorCardExt.al has an incorrect name. The valid name is VendorCardExtGG.PageExt.al.
2023-10-13T16:15:58.0676986Z ##[warning]AA0215 The file Pag-Ext80475.OrderPlanningGG.al has an incorrect name. The valid name is OrderPlanningGG.PageExt.al.
2023-10-13T16:15:58.0684293Z ##[warning]AA0215 The file Pag-Ext80476.JobPlanningLinesGG.al has an incorrect name. The valid name is JobPlanningLinesGG.PageExt.al.
2023-10-13T16:15:58.0696939Z ##[warning]AA0215 The file Pag-Ext80477.ReleasedProdOrderLinesGS.al has an incorrect name. The valid name is ReleasedProdOrderLinesGS.PageExt.al.
2023-10-13T16:15:58.0704385Z ##[warning]AA0215 The file Pag-Ext80478.FirmPlanProdOrderLinesGS.al has an incorrect name. The valid name is FirmPlanProdOrderLinesGS.PageExt.al.
2023-10-13T16:15:58.0716849Z ##[warning]AA0215 The file Pag-Ext80479.PlannedProdOrderLinesGS.al has an incorrect name. The valid name is PlannedProdOrderLinesGS.PageExt.al.
2023-10-13T16:15:58.0724467Z ##[warning]AA0215 The file Pag-Ext80480.TimeSheetLinesSubformGG.al has an incorrect name. The valid name is TimeSheetLinesSubformGG.PageExt.al.
2023-10-13T16:15:58.0732165Z ##[warning]AA0215 The file Pag-Ext80481.TimeSheetCardGG.al has an incorrect name. The valid name is TimeSheetCardGG.PageExt.al.
2023-10-13T16:15:58.0739339Z ##[warning]AA0215 The file Pag-Ext80406.Itemcard.al has an incorrect name. The valid name is Itemcard.PageExt.al.
2023-10-13T16:15:58.0751982Z ##[warning]AA0215 The file Pag-Ext80407.ProdBOMLine.al has an incorrect name. The valid name is ProdBOMLine.PageExt.al.
2023-10-13T16:15:58.0758500Z ##[warning]AA0215 The file Pag80400.Containers.al has an incorrect name. The valid name is Containers.Page.al.
2023-10-13T16:15:58.0781910Z ##[warning]AA0189 Value 'None' found on control Page Active Session. Valid values are Invoicing, Basic, Suite, RelationshipMgmt, Jobs, FixedAssets, Location, BasicHR, Assembly, ItemCharges, Advanced, Warehouse, Service, Manufacturing, Planning, Dimensions, ItemTracking, Intercompany, SalesReturnOrder, PurchReturnOrder, Prepayments, CostAccounting, SalesBudget, PurchaseBudget, ItemBudget, SalesAnalysis, PurchaseAnalysis, InventoryAnalysis, XBRL, Reservation, OrderPromising, ADCS, Comments, RecordLinks, Notes, VAT, SalesTax, ItemReferences, BasicEU, BasicCA, BasicUS, BasicMX, BasicAU, BasicNZ, BasicAT, BasicCH, BasicDE, BasicBE, BasicCZ, BasicDK, BasicES, BasicFI, BasicFR, BasicGB, BasicIS, BasicIT, BasicNL, BasicNO, BasicRU, BasicSE, GoGestisoftEssential, GoGestisoftPremium, Refactoring.
2023-10-13T16:15:58.0793229Z ##[warning]AA0215 The file Pag-Ext80408.ItemList.al has an incorrect name. The valid name is ItemList.PageExt.al.
2023-10-13T16:15:58.0801705Z ##[warning]AA0215 The file Pag-Ext80409.GetReceiptLines.al has an incorrect name. The valid name is GetReceiptLines.PageExt.al.
2023-10-13T16:15:58.0814815Z ##[warning]AA0215 The file Pag-Ext80410.PurchaseOrderList.al has an incorrect name. The valid name is PurchaseOrderList.PageExt.al.
2023-10-13T16:15:58.0823358Z ##[warning]AA0215 The file Pag-Ext80411.SalesHipmentLineExt.al has an incorrect name. The valid name is SalesHipmentLineExt.PageExt.al.
2023-10-13T16:15:58.0830567Z ##[warning]AA0215 The file Pag-Ext80412.SalesOrderExt.al has an incorrect name. The valid name is SalesOrderExtGG.PageExt.al.
2023-10-13T16:15:58.0837466Z ##[warning]AA0215 The file Pag-Ext80413.SalesQuoteExt.al has an incorrect name. The valid name is SalesQuoteExtGG.PageExt.al.
2023-10-13T16:15:58.0843784Z ##[warning]AA0215 The file Pag80401.ActiveSession.al has an incorrect name. The valid name is ActiveSession.Page.al.
2023-10-13T16:15:58.0850344Z ##[warning]AA0215 The file Pag80402.ChangeCompany.al has an incorrect name. The valid name is ChangeCompany.Page.al.
2023-10-13T16:15:58.0860295Z ##[warning]AA0215 The file Pag-Ext80455.ItemLedgerEntriesGS.al has an incorrect name. The valid name is ItemLedgerEntriesGS.PageExt.al.
2023-10-13T16:15:58.0866866Z ##[warning]AA0215 The file Pag80403.InstalledApps.al has an incorrect name. The valid name is InstalledApps.Page.al.
2023-10-13T16:15:58.0873238Z ##[warning]AA0215 The file Pag80405.GoGestisoftSetup.al has an incorrect name. The valid name is GoGestisoftSetup.Page.al.
2023-10-13T16:15:58.0879329Z ##[warning]AA0215 The file Pag80404.ViewTable.al has an incorrect name. The valid name is ViewTable.Page.al.
2023-10-13T16:15:58.0886020Z ##[warning]AA0215 The file Pag80406.RestrictedReport.al has an incorrect name. The valid name is RestrictedReport.Page.al.
2023-10-13T16:15:58.0892782Z ##[warning]AA0215 The file Pag80407.FinProdOrdCostAnalGGS.al has an incorrect name. The valid name is FinProdOrdCostAnalGGS.Page.al.
2023-10-13T16:15:58.0902826Z ##[warning]AA0215 The file Tab-Ext80405.ProdBOMLine.al has an incorrect name. The valid name is ProdBOMLine.TableExt.al.
2023-10-13T16:15:58.0909518Z ##[warning]AA0215 The file Tab-Ext80406.LocationExt.al has an incorrect name. The valid name is LocationExt.TableExt.al.
2023-10-13T16:15:58.0916865Z ##[warning]AA0215 The file Pag80408.ManagerApprovalEntries.al has an incorrect name. The valid name is ManagerApprovalEntries.Page.al.
2023-10-13T16:15:58.0924377Z ##[warning]AA0215 The file Pag80414.JobMultipleTasksPlanningCopyGG.al has an incorrect name. The valid name is JobMultipleTasksPlanningCopyGG.Page.al.
2023-10-13T16:15:58.0930336Z ##[warning]AA0221 The OptionCaption property for PageField PlanningLineType must be filled in.
2023-10-13T16:15:58.0936455Z ##[warning]AA0215 The file Pag80415.JobTaskSelectionGG.al has an incorrect name. The valid name is JobTaskSelectionGG.Page.al.
2023-10-13T16:15:58.0947364Z ##[warning]AA0215 The file Tab-Ext80407.PurchaseLineExt.al has an incorrect name. The valid name is PurchaseLineExt.TableExt.al.
2023-10-13T16:15:58.0954857Z ##[warning]AA0215 The file Tab-Ext80408.SalesShipmentLineExt.al has an incorrect name. The valid name is SalesShipmentLineExt.TableExt.al.
2023-10-13T16:15:58.0961638Z ##[warning]AA0215 The file Tab-Ext80409.SalesInvoiceLineExt.al has an incorrect name. The valid name is SalesInvoiceLineExt.TableExt.al.
2023-10-13T16:15:58.0968494Z ##[warning]AA0215 The file Pag80416.WorkTypeSummaryFactBoxGG.al has an incorrect name. The valid name is WorkTypeSummaryFactBoxGG.Page.al.
2023-10-13T16:15:58.0972351Z ##[warning]AA0215 The file Tab-Ext80410.CustomerExt.al has an incorrect name. The valid name is CustomerExt.TableExt.al.
2023-10-13T16:15:58.0976149Z ##[warning]AA0215 The file Tab-Ext80411.VendorExt.al has an incorrect name. The valid name is VendoExt.TableExt.al.
2023-10-13T16:15:58.0979487Z ##[warning]AA0215 The file Tab-Ext80412.PurchHdrTabExt.al has an incorrect name. The valid name is PurchHdrTabExt.TableExt.al.
2023-10-13T16:15:58.0983198Z ##[warning]AA0215 The file Tab-Ext80413.PurchHdrArchiveTabExt.al has an incorrect name. The valid name is PurchHdrArchiveTabExt.TableExt.al.
2023-10-13T16:15:58.0986789Z ##[warning]AA0215 The file Tab-Ext80414.SalesSetupExt.al has an incorrect name. The valid name is SalesSetupExt.TableExt.al.
2023-10-13T16:15:58.0990238Z ##[warning]AA0215 The file Tab-Ext80415.SalesHeaderExt.al has an incorrect name. The valid name is SalesHeaderGGS.TableExt.al.
2023-10-13T16:15:58.0993758Z ##[warning]AA0215 The file Tab-Ext80416.ProductionOrderExt.al has an incorrect name. The valid name is ProductionOrderExt.TableExt.al.
2023-10-13T16:15:58.0997930Z ##[warning]AA0215 The file Tab-Ext80417.ServiceHeaderExt.al has an incorrect name. The valid name is ServiceHeaderExtGG.TableExt.al.
2023-10-13T16:15:58.1006261Z ##[warning]AA0215 The file Tab-Ext80418.ReturnShipmentHeaderExt.al has an incorrect name. The valid name is ReturnShipmentHeaderExtGG.TableExt.al.
2023-10-13T16:15:58.1011222Z ##[warning]AA0215 The file Tab-Ext80419.GoGestisoftAreaSetup.al has an incorrect name. The valid name is GoGestisoftAreaSetup.TableExt.al.
2023-10-13T16:15:58.1015199Z ##[warning]AA0215 The file Tab-Ext80420.JobTaskGS.al has an incorrect name. The valid name is JobTaskGS.TableExt.al.
2023-10-13T16:15:58.1030246Z ##[warning]AA0215 The file Tab-Ext80421.JobTaskDimensionGS.al has an incorrect name. The valid name is JobTaskDimensionGS.TableExt.al.
2023-10-13T16:15:58.1043071Z ##[warning]AA0215 The file Tab-Ext80422.StockkeepingUnitGS.al has an incorrect name. The valid name is StockkeepingUnitGS.TableExt.al.
2023-10-13T16:15:58.1055634Z ##[warning]AA0215 The file Tab-Ext80423.TransferLineGG.al has an incorrect name. The valid name is TransferLineGG.TableExt.al.
2023-10-13T16:15:58.1068599Z ##[warning]AA0470 Variable 'ContainerExistErr' with placeholders should have a comment explaining their content.
2023-10-13T16:15:58.1084581Z ##[warning]AA0215 The file Tab-Ext80424.TransferHeaderExtGG.al has an incorrect name. The valid name is TransferHeaderExtGG.TableExt.al.
2023-10-13T16:15:58.1095559Z ##[warning]AA0215 The file Tab-Ext80425.PurchInvLienExtGG.al has an incorrect name. The valid name is PurchInvLienExtGG.TableExt.al.
2023-10-13T16:15:58.1109790Z ##[warning]AA0215 The file Tab-Ext80426.LoadBufferExt.al has an incorrect name. The valid name is LoadBufferExt.TableExt.al.
2023-10-13T16:15:58.1121628Z ##[warning]AA0215 The file Tab-Ext80427.WorkCenterExt.al has an incorrect name. The valid name is WorkCenterExt.TableExt.al.
2023-10-13T16:15:58.1139162Z ##[warning]AA0215 The file Tab-Ext80428.TransferReceiptHeaderGG.al has an incorrect name. The valid name is TransferReceiptHeaderGG.TableExt.al.
2023-10-13T16:15:58.1146198Z ##[warning]AA0215 The file Tab-Ext80429.TransferShipmentHeaderGG.al has an incorrect name. The valid name is TransferShipmentHeaderGG.TableExt.al.
2023-10-13T16:15:58.1162013Z ##[warning]AA0215 The file Tab-Ext80430.PurchReceiptLineGS.al has an incorrect name. The valid name is PurchReceiptLineGS.TableExt.al.
2023-10-13T16:15:58.1176189Z ##[warning]AA0215 The file Tab-Ext80431.JobPlanningLineGG.al has an incorrect name. The valid name is JobPlanningLineGG.TableExt.al.
2023-10-13T16:15:58.1192900Z ##[warning]AA0215 The file Tab-Ext80432.TimeSheetLineGG.al has an incorrect name. The valid name is TimeSheetLineGG.TableExt.al.
2023-10-13T16:15:58.1201059Z ##[warning]AA0215 The file Pag-Ext80442.PostedSalesInvoicesGG.al has an incorrect name. The valid name is PostedSalesInvoicesGG.PageExt.al.
2023-10-13T16:15:58.1218481Z ##[warning]AA0215 The file Pag-Ext80443.ManagerTimeSheetGG.al has an incorrect name. The valid name is ManagerTimeSheetGG.PageExt.al.
2023-10-13T16:15:58.1244021Z ##[warning]AA0189 Value 'None' found on control Action ActiveSessions. Valid values are Invoicing, Basic, Suite, RelationshipMgmt, Jobs, FixedAssets, Location, BasicHR, Assembly, ItemCharges, Advanced, Warehouse, Service, Manufacturing, Planning, Dimensions, ItemTracking, Intercompany, SalesReturnOrder, PurchReturnOrder, Prepayments, CostAccounting, SalesBudget, PurchaseBudget, ItemBudget, SalesAnalysis, PurchaseAnalysis, InventoryAnalysis, XBRL, Reservation, OrderPromising, ADCS, Comments, RecordLinks, Notes, VAT, SalesTax, ItemReferences, BasicEU, BasicCA, BasicUS, BasicMX, BasicAU, BasicNZ, BasicAT, BasicCH, BasicDE, BasicBE, BasicCZ, BasicDK, BasicES, BasicFI, BasicFR, BasicGB, BasicIS, BasicIT, BasicNL, BasicNO, BasicRU, BasicSE, GoGestisoftEssential, GoGestisoftPremium, Refactoring.
2023-10-13T16:15:58.1253092Z ##[warning]AA0215 The file Rep80401.SetContainerInReceiptLines.al has an incorrect name. The valid name is SetContainerInReceiptLines.Report.al.
2023-10-13T16:15:58.1259340Z ##[warning]AA0215 The file Pag-Ext80444.BusinessManagerExt.al has an incorrect name. The valid name is BusinessManagerExt.PageExt.al.
2023-10-13T16:15:58.1266176Z ##[warning]AA0215 The file Pag-Ext80445.GeneralLedgerEntriesGGS.al has an incorrect name. The valid name is GeneralLedgerEntriesGGS.PageExt.al.
2023-10-13T16:15:58.1290724Z ##[warning]AA0189 Value 'None' found on control Action ActiveSessions. Valid values are Invoicing, Basic, Suite, RelationshipMgmt, Jobs, FixedAssets, Location, BasicHR, Assembly, ItemCharges, Advanced, Warehouse, Service, Manufacturing, Planning, Dimensions, ItemTracking, Intercompany, SalesReturnOrder, PurchReturnOrder, Prepayments, CostAccounting, SalesBudget, PurchaseBudget, ItemBudget, SalesAnalysis, PurchaseAnalysis, InventoryAnalysis, XBRL, Reservation, OrderPromising, ADCS, Comments, RecordLinks, Notes, VAT, SalesTax, ItemReferences, BasicEU, BasicCA, BasicUS, BasicMX, BasicAU, BasicNZ, BasicAT, BasicCH, BasicDE, BasicBE, BasicCZ, BasicDK, BasicES, BasicFI, BasicFR, BasicGB, BasicIS, BasicIT, BasicNL, BasicNO, BasicRU, BasicSE, GoGestisoftEssential, GoGestisoftPremium, Refactoring.
2023-10-13T16:15:58.1301714Z ##[warning]AA0215 The file Pag-Ext80446.AdministratorRoleCenterGGS.al has an incorrect name. The valid name is AdministratorRoleCenterGGS.PageExt.al.
2023-10-13T16:15:58.1430678Z ##[warning]AA0189 Value 'None' found on control Action ActiveSessions. Valid values are Invoicing, Basic, Suite, RelationshipMgmt, Jobs, FixedAssets, Location, BasicHR, Assembly, ItemCharges, Advanced, Warehouse, Service, Manufacturing, Planning, Dimensions, ItemTracking, Intercompany, SalesReturnOrder, PurchReturnOrder, Prepayments, CostAccounting, SalesBudget, PurchaseBudget, ItemBudget, SalesAnalysis, PurchaseAnalysis, InventoryAnalysis, XBRL, Reservation, OrderPromising, ADCS, Comments, RecordLinks, Notes, VAT, SalesTax, ItemReferences, BasicEU, BasicCA, BasicUS, BasicMX, BasicAU, BasicNZ, BasicAT, BasicCH, BasicDE, BasicBE, BasicCZ, BasicDK, BasicES, BasicFI, BasicFR, BasicGB, BasicIS, BasicIT, BasicNL, BasicNO, BasicRU, BasicSE, GoGestisoftEssential, GoGestisoftPremium, Refactoring.
2023-10-13T16:15:58.1442088Z ##[warning]AA0215 The file Pag-Ext80447.AdminMainRoleCenterGGS.al has an incorrect name. The valid name is AdminMainRoleCenterGGS.PageExt.al.
2023-10-13T16:15:58.1448506Z ##[warning]AA0215 The file Pag-Ext80448.FinishedProductionOrdersGGS.al has an incorrect name. The valid name is FinishedProductionOrdersGGS.PageExt.al.
2023-10-13T16:15:58.1455570Z ##[warning]AA0215 The file Rep80402.MultiplyJobPlanLinesQtyGG.al has an incorrect name. The valid name is MultiplyJobPlanLinesQtyGG.Report.al.
2023-10-13T16:15:58.1470346Z ##[warning]AA0215 The file Pag-Ext80449.ConfigTemplate.al has an incorrect name. The valid name is ConfigTemplate.PageExt.al.
2023-10-13T16:15:58.1483874Z ##[warning]AA0215 The file Pag-Ext80450.gsPurchReturnShipmentExt.al has an incorrect name. The valid name is gsPurchReturnShipmentExt.PageExt.al.
2023-10-13T16:15:58.1496344Z ##[warning]AA0215 The file Pag-Ext80451.gsServiceLines.al has an incorrect name. The valid name is gsServiceLines.PageExt.al.
2023-10-13T16:15:58.1508425Z ##[warning]AA0204 The name of the global variable 'MultiplyBy' is identical to a field, method, or action in the same scope.
2023-10-13T16:15:58.1524169Z ##[warning]AA0215 The file Pag-Ext80452.gsCustomerCard.al has an incorrect name. The valid name is gsCustomerCard.PageExt.al.
2023-10-13T16:15:58.1539116Z ##[warning]AA0215 The file Rep80500.CreateContainer.al has an incorrect name. The valid name is CreateContainer.Report.al.
2023-10-13T16:15:58.1558617Z ##[warning]AA0204 The name of the global variable 'TransferToCode' is identical to a field, method, or action in the same scope.
2023-10-13T16:15:58.1574946Z ##[warning]AA0204 The name of the global variable 'ContainerCode' is identical to a field, method, or action in the same scope.
2023-10-13T16:15:58.1597356Z ##[warning]AA0215 The file Pag-Ext80453.JobJournalExtGGS.al has an incorrect name. The valid name is JobJournalExtGGS.PageExt.al.
2023-10-13T16:15:58.1604050Z ##[warning]AA0215 The file Pag-Ext80454.SalesInvoiceSubformExtGG.al has an incorrect name. The valid name is SalesInvoiceSubformExtGG.PageExt.al.
2023-10-13T16:15:58.1618278Z ##[warning]AA0215 The file Rep80501.CreateTransferOrderGG.al has an incorrect name. The valid name is CreateTransferOrderGG.Report.al.
2023-10-13T16:15:58.1643268Z ##[warning]AA0204 The name of the global variable 'TransferToCode' is identical to a field, method, or action in the same scope.
2023-10-13T16:15:58.1658233Z ##[warning]AA0215 The file Tab-Ext80400.GLSetupExt.al has an incorrect name. The valid name is GLSetupExt.TableExt.al.
2023-10-13T16:15:58.1664671Z ##[warning]AA0215 The file Tab-Ext80401.SalesLinesExt.al has an incorrect name. The valid name is SalesLinesExt.TableExt.al.
2023-10-13T16:15:58.1670990Z ##[warning]AA0215 The file Tab-Ext80402.PurchSetup.al has an incorrect name. The valid name is PurchSetupExt.TableExt.al.
2023-10-13T16:15:58.1687829Z ##[warning]AA0215 The file Tab-Ext80403.PostedApprovalEntry.al has an incorrect name. The valid name is PostedApprovalEntryExt.TableExt.al.
2023-10-13T16:15:58.1708854Z ##[warning]AA0215 The file Tab-Ext80404.ItemExt.al has an incorrect name. The valid name is ItemExt.TableExt.al.
2023-10-13T16:15:58.1712098Z ##[warning]AA0215 The file Tab80400.GoGestisoftSetup.al has an incorrect name. The valid name is GoGestisoftSetup.Table.al.
2023-10-13T16:15:58.1729707Z ##[warning]AA0215 The file Tab80401.RestrictReport.al has an incorrect name. The valid name is RestrictReport.Table.al.
2023-10-13T16:15:58.1743208Z ##[warning]AA0215 The file Tab80402.Container.al has an incorrect name. The valid name is Container.Table.al.
2023-10-13T16:15:58.1755718Z ##[warning]AA0215 The file Tab80403.JobTaskSelectionGG.al has an incorrect name. The valid name is JobTaskSelectionGG.Table.al.
2023-10-13T16:15:58.1767494Z ##[warning]AA0205 Use of unassigned variable 'd'.
2023-10-13T16:15:58.1780674Z ##[warning]AA0205 Use of unassigned variable 'd'.
2023-10-13T16:15:58.1794217Z ##[warning]AA0205 Use of unassigned variable 'd'.
2023-10-13T16:15:58.1807830Z ##[warning]AA0131 The number of parameters passed to a string must match the placeholders.
2023-10-13T16:15:58.1820809Z ##[warning]AA0214 The record SalesLines should be modified before saving to the database.
2023-10-13T16:15:58.1833461Z ##[warning]AA0205 Use of unassigned variable 'lWorkTypeCode'.
2023-10-13T16:15:58.1846931Z ##[warning]AA0217 Use a text constant or label for format string in StrSubstNo.
2023-10-13T16:15:58.1860851Z ##[warning]AA0137 Variable 'lTXT001Qst' is unused in 'CreateAndPostTransferOrderAfterPurchRcptLPost'.
2023-10-13T16:15:58.1873916Z ##[warning]AA0137 Variable 'TransferLineReserve' is unused in 'CopySpecifLotToTransferEntries'.
2023-10-13T16:15:58.1886560Z ##[warning]AA0137 Variable 'TranferHeader' is unused in 'OnValidate'.
2023-10-13T16:15:58.1899849Z ##[warning]AA0205 Use of unassigned variable 'd'.
2023-10-13T16:15:58.1911884Z ##[warning]AA0205 Use of unassigned variable 'PrevDocNo'.
2023-10-13T16:15:58.1918589Z 
2023-10-13T16:15:58.1933734Z Compilation ended at '16:15:57.365'.
2023-10-13T16:15:58.1941558Z 
2023-10-13T16:15:58.2066954Z D:\a\GoGestisoft\GoGestisoft\.output\Gestisoft_GoGestisoft_1.10.20231013.155800.app successfully created in 31 seconds
2023-10-13T16:15:58.2090890Z Gestisoft_GoGestisoft_1.10.20231013.155800.app copied to D:\a\GoGestisoft\GoGestisoft\.packages
2023-10-13T16:15:58.4652716Z ##[endgroup]
2023-10-13T16:15:58.4662531Z ##[group]Importing test toolkit
2023-10-13T16:15:58.4668270Z   _____                            _   _               _            _     _              _ _    _ _   
2023-10-13T16:15:58.4670587Z  |_   _|                          | | (_)             | |          | |   | |            | | |  (_) |  
2023-10-13T16:15:58.4672020Z    | |  _ __ ___  _ __   ___  _ __| |_ _ _ __   __ _  | |_ ___  ___| |_  | |_ ___   ___ | | | ___| |_ 
2023-10-13T16:15:58.4673609Z    | | | '_ ` _ \| '_ \ / _ \| '__| __| | '_ \ / _` | | __/ _ \/ __| __| | __/ _ \ / _ \| | |/ / | __|
2023-10-13T16:15:58.4674711Z   _| |_| | | | | | |_) | (_) | |  | |_| | | | | (_| | | ||  __/\__ \ |_  | || (_) | (_) | |   <| | |_ 
2023-10-13T16:15:58.4675806Z  |_____|_| |_| |_| .__/ \___/|_|   \__|_|_| |_|\__, |  \__\___||___/\__|  \__\___/ \___/|_|_|\_\_|\__|
2023-10-13T16:15:58.4676858Z                  | |                            __/ |                                                 
2023-10-13T16:15:58.4678067Z                  |_|                           |___/                                                  
2023-10-13T16:15:59.3454291Z Synchronizing Permissions Mock on default
2023-10-13T16:15:59.4066913Z App successfully synchronized
2023-10-13T16:15:59.4282560Z Installing Permissions Mock on default
2023-10-13T16:15:59.5911981Z App successfully installed
2023-10-13T16:15:59.6503030Z Synchronizing Test Runner on default
2023-10-13T16:15:59.7872859Z App successfully synchronized
2023-10-13T16:15:59.7991161Z Installing Test Runner on default
2023-10-13T16:16:00.0762080Z App successfully installed
2023-10-13T16:16:00.1672492Z Synchronizing Any on default
2023-10-13T16:16:00.2056810Z App successfully synchronized
2023-10-13T16:16:00.3863192Z Installing Any on default
2023-10-13T16:16:00.3937254Z App successfully installed
2023-10-13T16:16:00.4866870Z Synchronizing Library Assert on default
2023-10-13T16:16:00.5048297Z App successfully synchronized
2023-10-13T16:16:00.6813233Z Installing Library Assert on default
2023-10-13T16:16:00.6928729Z App successfully installed
2023-10-13T16:16:00.7293109Z Skipping app 'C:\Applications.CA\Microsoft_Permissions Mock_23.0.12034.13112.app' as it is already installed
2023-10-13T16:16:00.7722283Z Synchronizing Library Variable Storage on default
2023-10-13T16:16:00.8262656Z App successfully synchronized
2023-10-13T16:16:00.8383887Z Installing Library Variable Storage on default
2023-10-13T16:16:00.9865246Z App successfully installed
2023-10-13T16:16:01.7661751Z Publishing C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\3737d582-7d3f-45d0-82fc-c07c60db292c\Microsoft_System Application Test Library_23.0.12034.13112.app
2023-10-13T16:16:04.5613336Z Synchronizing System Application Test Library on tenant default
2023-10-13T16:16:05.0300695Z Installing System Application Test Library on tenant default
2023-10-13T16:16:06.3542123Z App Microsoft_System Application Test Library_23.0.12034.13112.app successfully published
2023-10-13T16:16:07.4187963Z Publishing C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\1293f526-b651-456a-ba72-f580c7a9fff1\Microsoft_Tests-TestLibraries_23.0.12034.13112.app
2023-10-13T16:16:15.7332926Z Synchronizing Tests-TestLibraries on tenant default
2023-10-13T16:16:16.5306773Z Installing Tests-TestLibraries on tenant default
2023-10-13T16:16:18.8684625Z App Microsoft_Tests-TestLibraries_23.0.12034.13112.app successfully published
2023-10-13T16:16:19.0890386Z TestToolkit successfully imported
2023-10-13T16:16:19.3077029Z 
2023-10-13T16:16:19.3080160Z Importing Test Toolkit took 21 seconds
2023-10-13T16:16:19.3090495Z ##[endgroup]
2023-10-13T16:16:19.3098611Z ##[group]Compiling test apps
2023-10-13T16:16:19.3102471Z    _____                      _ _ _               _           _                           
2023-10-13T16:16:19.3104930Z   / ____|                    (_) (_)             | |         | |                          
2023-10-13T16:16:19.3106249Z  | |     ___  _ __ ___  _ __  _| |_ _ __   __ _  | |_ ___ ___| |_    __ _ _ __  _ __  ___ 
2023-10-13T16:16:19.3107598Z  | |    / _ \| '_ ` _ \| '_ \| | | | '_ \ / _` | | __/ _ \ __| __|  / _` | '_ \| '_ \/ __|
2023-10-13T16:16:19.3108667Z  | |____ (_) | | | | | | |_) | | | | | | | (_| | | |_  __\__ \ |_  | (_| | |_) | |_) \__ \
2023-10-13T16:16:19.3109729Z   \_____\___/|_| |_| |_| .__/|_|_|_|_| |_|\__, |  \__\___|___/\__|  \__,_| .__/| .__/|___/
2023-10-13T16:16:19.3110682Z                        | |                 __/ |                         | |   | |        
2023-10-13T16:16:19.3111708Z                        |_|                |___/                          |_|   |_|        
2023-10-13T16:16:19.3131162Z Using Version 1.0.20231013.155800
2023-10-13T16:16:19.3154403Z 
2023-10-13T16:16:19.3156721Z Compiling D:\a\GoGestisoft\GoGestisoft\Test
2023-10-13T16:16:19.7018311Z Using Symbols Folder: D:\a\GoGestisoft\GoGestisoft\.packages
2023-10-13T16:16:20.4158091Z Processing dependency Microsoft_Application_19.0.0.0 ()
2023-10-13T16:16:20.4176088Z Dependency App exists
2023-10-13T16:16:20.4183664Z Processing dependency Microsoft_System_1.0.0.0 ()
2023-10-13T16:16:20.4195509Z Dependency App exists
2023-10-13T16:16:20.4205316Z Processing dependency Microsoft_Test Runner_21.0.46256.46853 (23de40a6-dfe8-4f80-80db-d70f83ce8caf)
2023-10-13T16:16:20.4259667Z Downloading symbols: Microsoft_Test Runner_23.0.12034.13112.app
2023-10-13T16:16:20.4267857Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=23de40a6-dfe8-4f80-80db-d70f83ce8caf&versionText=21.0.46256.46853&tenant=default
2023-10-13T16:16:20.4274963Z Downloading using WebClient
2023-10-13T16:16:20.7582248Z Processing dependency Microsoft_Tests-TestLibraries_21.0.46256.46853 (5d86850b-0d76-4eca-bd7b-951ad998e997)
2023-10-13T16:16:20.7649854Z Downloading symbols: Microsoft_Tests-TestLibraries_23.0.12034.13112.app
2023-10-13T16:16:20.7658196Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=5d86850b-0d76-4eca-bd7b-951ad998e997&versionText=21.0.46256.46853&tenant=default
2023-10-13T16:16:20.7668740Z Downloading using WebClient
2023-10-13T16:16:21.0861373Z Adding dependency to System Application Test Library from Microsoft
2023-10-13T16:16:21.1083925Z Adding dependency to Library Variable Storage from Microsoft
2023-10-13T16:16:21.1085528Z Adding dependency to Permissions Mock from Microsoft
2023-10-13T16:16:21.1087269Z Processing dependency Gestisoft_GoGestisoft_1.9.8934.2 (a81419c0-70f3-4967-abb9-1c7c1fb8bd68)
2023-10-13T16:16:21.1088555Z Dependency App exists
2023-10-13T16:16:21.1089932Z Processing dependency Microsoft_System Application Test Library_23.0.0.0 (9856ae4f-d1a7-46ef-89bb-6ef056398228)
2023-10-13T16:16:21.1091447Z Downloading symbols: Microsoft_System Application Test Library_23.0.12034.13112.app
2023-10-13T16:16:21.1093228Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=9856ae4f-d1a7-46ef-89bb-6ef056398228&versionText=23.0.0.0&tenant=default
2023-10-13T16:16:21.1094526Z Downloading using WebClient
2023-10-13T16:16:21.3280451Z Adding dependency to System Application from Microsoft
2023-10-13T16:16:21.3292961Z Adding dependency to Any from Microsoft
2023-10-13T16:16:21.3301308Z Processing dependency Microsoft_Library Variable Storage_23.0.0.0 (5095f467-0a01-4b99-99d1-9ff1237d286f)
2023-10-13T16:16:21.3333467Z Downloading symbols: Microsoft_Library Variable Storage_23.0.12034.13112.app
2023-10-13T16:16:21.3341646Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=5095f467-0a01-4b99-99d1-9ff1237d286f&versionText=23.0.0.0&tenant=default
2023-10-13T16:16:21.3349517Z Downloading using WebClient
2023-10-13T16:16:21.7911000Z Adding dependency to Library Assert from Microsoft
2023-10-13T16:16:21.7920929Z Processing dependency Microsoft_Permissions Mock_23.0.0.0 (40860557-a18d-42ad-aecb-22b7dd80dc80)
2023-10-13T16:16:21.7951063Z Downloading symbols: Microsoft_Permissions Mock_23.0.12034.13112.app
2023-10-13T16:16:21.7959280Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=40860557-a18d-42ad-aecb-22b7dd80dc80&versionText=23.0.0.0&tenant=default
2023-10-13T16:16:21.7968152Z Downloading using WebClient
2023-10-13T16:16:22.2785492Z Processing dependency Microsoft_System Application_23.0.0.0 (63ca2fa4-4f03-4f2b-a480-172fef340d3f)
2023-10-13T16:16:22.2796733Z Dependency App exists
2023-10-13T16:16:22.2804475Z Processing dependency Microsoft_Any_23.0.0.0 (e7320ebb-08b3-4406-b1ec-b4927d3e280b)
2023-10-13T16:16:22.2832905Z Downloading symbols: Microsoft_Any_23.0.12034.13112.app
2023-10-13T16:16:22.2841174Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=e7320ebb-08b3-4406-b1ec-b4927d3e280b&versionText=23.0.0.0&tenant=default
2023-10-13T16:16:22.2848701Z Downloading using WebClient
2023-10-13T16:16:22.5937275Z Processing dependency Microsoft_Library Assert_23.0.0.0 (dd0be2ea-f733-4d65-bb34-a28f4624fb14)
2023-10-13T16:16:22.5947668Z Downloading symbols: Microsoft_Library Assert_23.0.12034.13112.app
2023-10-13T16:16:22.5966206Z Url : http://172.26.11.58:7049/BC/dev/packages?appId=dd0be2ea-f733-4d65-bb34-a28f4624fb14&versionText=23.0.0.0&tenant=default
2023-10-13T16:16:22.6025315Z Downloading using WebClient
2023-10-13T16:16:22.8498160Z Compiling...
2023-10-13T16:16:22.8527625Z .\alc.exe /project:"c:\sources\Test" /packagecachepath:"c:\sources\.packages" /out:"c:\sources\.output\Gestisoft_GoGestisoftTest_1.0.20231013.155800.app" /SourceRepositoryUrl:"https://github.com/gestisoft-DevProduits/GoGestisoft" /SourceCommit:"62ec65e1c7c8f8a3a21259c8b4f41d7be9ad6fd7" /BuildBy:"AL-Go for GitHub,v3.2" /BuildUrl:"https://github.com/gestisoft-DevProduits/GoGestisoft/actions/runs/6510399902" /assemblyprobingpaths:"C:\Program Files\dotnet\shared","C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\.netPackages\Service"
2023-10-13T16:16:28.4158364Z Microsoft (R) AL Compiler version 12.1.13.28773
2023-10-13T16:16:28.4183641Z Copyright (C) Microsoft Corporation. All rights reserved
2023-10-13T16:16:28.4192082Z 
2023-10-13T16:16:28.4208338Z Compilation started for project 'GoGestisoftTest' containing '10' files at '16:16:23.088'.
2023-10-13T16:16:28.4215590Z 
2023-10-13T16:16:28.4225423Z 
2023-10-13T16:16:28.4240863Z Compilation ended at '16:16:28.201'.
2023-10-13T16:16:28.4248588Z 
2023-10-13T16:16:28.4270709Z D:\a\GoGestisoft\GoGestisoft\.output\Gestisoft_GoGestisoftTest_1.0.20231013.155800.app successfully created in 9 seconds
2023-10-13T16:16:28.4298282Z Gestisoft_GoGestisoftTest_1.0.20231013.155800.app copied to D:\a\GoGestisoft\GoGestisoft\.packages
2023-10-13T16:16:28.6855590Z 
2023-10-13T16:16:28.6858830Z Compiling apps, test apps and importing test toolkit took 62 seconds
2023-10-13T16:16:28.6867217Z ##[endgroup]
2023-10-13T16:16:28.6879645Z ##[group]Publishing apps
2023-10-13T16:16:28.6883254Z   _____       _     _ _     _     _                                     
2023-10-13T16:16:28.6886908Z  |  __ \     | |   | (_)   | |   (_)                                    
2023-10-13T16:16:28.6887650Z  | |__) |   _| |__ | |_ ___| |__  _ _ __   __ _    __ _ _ __  _ __  ___ 
2023-10-13T16:16:28.6888863Z  |  ___/ | | | '_ \| | / __| '_ \| | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2023-10-13T16:16:28.6889936Z  | |   | |_| | |_) | | \__ \ | | | | | | | (_| | | (_| | |_) | |_) \__ \
2023-10-13T16:16:28.6890749Z  |_|    \__,_|_.__/|_|_|___/_| |_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2023-10-13T16:16:28.6892590Z                                            __/ |       | |   | |        
2023-10-13T16:16:28.6893263Z                                           |___/        |_|   |_|        
2023-10-13T16:16:30.6795400Z Publishing C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\0c53fe2f-c608-4c4a-b6cd-4cfa9abbeb4e\Gestisoft_GoGestisoft_1.10.20231013.155800.app
2023-10-13T16:16:32.4736811Z Synchronizing GoGestisoft on tenant default
2023-10-13T16:16:33.5222385Z Installing GoGestisoft on tenant default
2023-10-13T16:16:39.0551226Z App Gestisoft_GoGestisoft_1.10.20231013.155800.app successfully published
2023-10-13T16:16:39.9494304Z Publishing C:\ProgramData\BcContainerHelper\Extensions\bc6510399902\79749c86-4f40-4219-8d7d-3c8a3449a8b9\Gestisoft_GoGestisoftTest_1.0.20231013.155800.app
2023-10-13T16:16:40.2285354Z Synchronizing GoGestisoftTest on tenant default
2023-10-13T16:16:40.3462108Z Installing GoGestisoftTest on tenant default
2023-10-13T16:16:40.7581390Z App Gestisoft_GoGestisoftTest_1.0.20231013.155800.app successfully published
2023-10-13T16:16:40.9835838Z 
2023-10-13T16:16:40.9838548Z Publishing apps took 12 seconds
2023-10-13T16:16:40.9848110Z ##[endgroup]
2023-10-13T16:16:40.9876822Z ##[group]Running tests
2023-10-13T16:16:40.9881260Z   _____                   _               _            _       
2023-10-13T16:16:40.9883357Z  |  __ \                 (_)             | |          | |      
2023-10-13T16:16:40.9884363Z  | |__) |   _ _ __  _ __  _ _ __   __ _  | |_ ___  ___| |_ ___ 
2023-10-13T16:16:40.9885794Z  |  _  / | | | '_ \| '_ \| | '_ \ / _` | | __/ _ \/ __| __/ __|
2023-10-13T16:16:40.9886626Z  | | \ \ |_| | | | | | | | | | | | (_| | | ||  __/\__ \ |_\__ \
2023-10-13T16:16:40.9887450Z  |_|  \_\__,_|_| |_|_| |_|_|_| |_|\__, |  \__\___||___/\__|___/
2023-10-13T16:16:40.9888503Z                                    __/ |                       
2023-10-13T16:16:40.9889837Z                                   |___/                        
2023-10-13T16:16:40.9964378Z Running tests for App 34869610-e665-4e26-8c8f-d78450787c3e in D:\a\GoGestisoft\GoGestisoft\Test
2023-10-13T16:16:42.1287204Z Connecting to http://localhost:80/BC/cs?tenant=default
2023-10-13T16:17:33.1778270Z   Codeunit 80500 GS Purchase Module Tests Success (22.381 seconds)
2023-10-13T16:17:33.1782474Z     Testfunction Use Work Date When Posting Purchase Doc Success (14.897 seconds)
2023-10-13T16:17:33.1785266Z     Testfunction Validate Vendor Inv No.On Purch Doc Success (5.907 seconds)
2023-10-13T16:17:33.1786795Z     Testfunction Automatic Transfer On PO Receipt Success (0.15 seconds)
2023-10-13T16:17:33.1788859Z     Testfunction Automatic Transfer without Container Popup Success (1.427 seconds)
2023-10-13T16:17:39.6830056Z   Codeunit 80502 GS Warehouse Module Tests Success (6.124 seconds)
2023-10-13T16:17:39.6834364Z     Testfunction Set Default Location On Whse Receipt Success (0.544 seconds)
2023-10-13T16:17:39.6852131Z     Testfunction Update Shipment Date with Posting Date Success (3.124 seconds)
2023-10-13T16:17:39.6868841Z     Testfunction Initiate Ship Date From Sales Order Success (0.66 seconds)
2023-10-13T16:17:39.6872550Z     Testfunction Location Required for Prod Order Success (1.796 seconds)
2023-10-13T16:17:52.2245522Z   Codeunit 80503 GS Sales Module Tests Success (12.007 seconds)
2023-10-13T16:17:52.2249502Z     Testfunction Link Between Sales Return And Purch Ruturn Success (1.14 seconds)
2023-10-13T16:17:52.2254461Z     Testfunction Use Work Date When Posting Success (2.944 seconds)
2023-10-13T16:17:52.2258029Z     Testfunction Create Firm Planned ProdOrder From SO Line Success (0.524 seconds)
2023-10-13T16:17:52.2261396Z     Testfunction Create Simul Prod Order From Sales Quote Success (2.326 seconds)
2023-10-13T16:17:52.2264646Z     Testfunction Restocking Fees Percentage Success (0.47 seconds)
2023-10-13T16:17:52.2268174Z     Testfunction Use SO No As Prod No When Release Success (1.55 seconds)
2023-10-13T16:17:52.2271459Z     Testfunction Auto Select Lot No On Sales Line Success (0.373 seconds)
2023-10-13T16:17:52.2274747Z     Testfunction Prevent duplicate Ext Doc No Success (2.68 seconds)
2023-10-13T16:17:53.0619667Z 
2023-10-13T16:17:53.0628567Z Running tests took 72 seconds
2023-10-13T16:17:53.0651621Z Copying test results to output
2023-10-13T16:17:53.0654155Z ##[endgroup]
2023-10-13T16:17:53.0685259Z ##[group]Copy to build artifacts
2023-10-13T16:17:53.0724197Z   _____                     _          _           _ _     _              _   _  __           _       
2023-10-13T16:17:53.0796124Z  / ____|                   | |        | |         (_) |   | |            | | (_)/ _|         | |      
2023-10-13T16:17:53.0820352Z  | |     ___  _ __  _   _  | |_ ___   | |__  _   _ _| | __| |   __ _ _ __| |_ _| |_ __ _  ___| |_ ___ 
2023-10-13T16:17:53.0847774Z  | |    / _ \| '_ \| | | | | __/ _ \  | '_ \| | | | | |/ _` |  / _` | '__| __| |  _/ _` |/ __| __/ __|
2023-10-13T16:17:53.0848907Z  | |___| (_) | |_) | |_| | | || (_) | | |_) | |_| | | | (_| | | (_| | |  | |_| | || (_| | (__| |_\__ \
2023-10-13T16:17:53.0857995Z  \______\___/| .__/ \__, |  \__\___/  |_.__/ \__,_|_|_|\__,_|  \__,_|_|   \__|_|_| \__,_|\___|\__|___/
2023-10-13T16:17:53.0859254Z              | |     __/ |                                                                            
2023-10-13T16:17:53.0860973Z              |_|    |___/                                                                             
2023-10-13T16:17:53.0862190Z Files in build artifacts folder:
2023-10-13T16:17:53.0863065Z TestResults.xml (23270 bytes)
2023-10-13T16:17:53.0864111Z Apps\Gestisoft_GoGestisoft_1.10.20231013.155800.app (246744 bytes)
2023-10-13T16:17:53.0887706Z TestApps\Gestisoft_GoGestisoftTest_1.0.20231013.155800.app (42499 bytes)
2023-10-13T16:17:53.0915196Z 
2023-10-13T16:17:53.0917447Z Copying to Build Artifacts took 0 seconds
2023-10-13T16:17:53.0918926Z ##[endgroup]
2023-10-13T16:17:53.0920053Z ##[group]Removing container
2023-10-13T16:17:53.0921212Z   _____                           _                               _        _                 
2023-10-13T16:17:53.0922203Z  |  __ \                         (_)                             | |      (_)                
2023-10-13T16:17:53.0923209Z  | |__) |___ _ __ ___   _____   ___ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __ 
2023-10-13T16:17:53.0924565Z  |  _  // _ \ '_ ` _ \ / _ \ \ / / | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2023-10-13T16:17:53.0925639Z  | | \ \  __/ | | | | | (_) \ V /| | | | | (_| | | (_| (_) | | | | || (_| | | | | |  __/ |   
2023-10-13T16:17:53.0927359Z  |_|  \_\___|_| |_| |_|\___/ \_/ |_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|   
2023-10-13T16:17:53.0928359Z                                            __/ |                                             
2023-10-13T16:17:53.0929302Z                                           |___/                                              
2023-10-13T16:17:53.0930133Z Get Event Log from container
2023-10-13T16:17:53.0930919Z Getting event log for bc6510399902
2023-10-13T16:17:54.8679225Z Removing Session bc6510399902
2023-10-13T16:17:54.9117682Z Removing container bc6510399902
2023-10-13T16:17:56.5823050Z Removing entries from hosts
2023-10-13T16:17:56.6319087Z Removing bc6510399902 from container hosts file
2023-10-13T16:17:56.7456286Z Removing bc6510399902-* from container hosts file
2023-10-13T16:17:56.7486517Z Removing Desktop shortcuts
2023-10-13T16:17:56.7729412Z Removing C:\ProgramData\BcContainerHelper\Extensions\bc6510399902
2023-10-13T16:17:57.4291429Z 
2023-10-13T16:17:57.4294156Z Removing container took 4 seconds
2023-10-13T16:17:57.4302561Z ##[endgroup]
2023-10-13T16:17:57.4311378Z 
2023-10-13T16:17:57.4313508Z AL Pipeline finished in 1069 seconds
2023-10-13T16:17:58.0535129Z Removing BcContainerHelper
2023-10-13T16:17:58.4720410Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v3.2
2023-10-13T16:17:58.4721263Z with:
2023-10-13T16:17:58.4721638Z   shell: powershell
2023-10-13T16:17:58.4722032Z   project: .
2023-10-13T16:17:58.4722396Z   buildMode: Default
2023-10-13T16:17:58.4722819Z   branchName: Release
2023-10-13T16:17:58.4723205Z env:
2023-10-13T16:17:58.4723827Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:17:58.4724648Z   keyVaultCodesignCertificateName: 
2023-10-13T16:17:58.4725212Z   doNotSignApps: False
2023-10-13T16:17:58.4725655Z   useCompilerFolder: False
2023-10-13T16:17:58.4743276Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:17:58.4770184Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:17:58.4772215Z   artifactCacheKey: 
2023-10-13T16:17:58.4772664Z   containerName: bc6510399902
2023-10-13T16:17:58.4773141Z ##[endgroup]
2023-10-13T16:17:58.4984074Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T16:17:58.4985660Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T16:17:58.4986653Z try {
2023-10-13T16:17:58.4989903Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\CalculateArtifactNames/CalculateArtifactNames.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -branchName $ENV:_branchName -suffix $ENV:_suffix
2023-10-13T16:17:58.4991585Z }
2023-10-13T16:17:58.4991950Z catch {
2023-10-13T16:17:58.4993443Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-13T16:17:58.4995038Z   exit 1
2023-10-13T16:17:58.4995406Z }
2023-10-13T16:17:58.5063619Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T16:17:58.5064459Z env:
2023-10-13T16:17:58.5065137Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:17:58.5065962Z   keyVaultCodesignCertificateName: 
2023-10-13T16:17:58.5066528Z   doNotSignApps: False
2023-10-13T16:17:58.5067009Z   useCompilerFolder: False
2023-10-13T16:17:58.5084783Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:17:58.5110007Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:17:58.5112001Z   artifactCacheKey: 
2023-10-13T16:17:58.5112462Z   containerName: bc6510399902
2023-10-13T16:17:58.5113969Z   _project: .
2023-10-13T16:17:58.5114389Z   _buildMode: Default
2023-10-13T16:17:58.5114795Z   _branchName: Release
2023-10-13T16:17:58.5115215Z   _suffix: 
2023-10-13T16:17:58.5115553Z ##[endgroup]
2023-10-13T16:17:59.3234178Z Assigning  to BuildMode
2023-10-13T16:17:59.4265967Z Assigning GoGestisoft-Release-Apps-1.0.20231013.155800 to AppsArtifactsName
2023-10-13T16:17:59.4680200Z Assigning GoGestisoft-Release-Dependencies-1.0.20231013.155800 to DependenciesArtifactsName
2023-10-13T16:17:59.4694427Z Assigning GoGestisoft-Release-TestApps-1.0.20231013.155800 to TestAppsArtifactsName
2023-10-13T16:17:59.4709676Z Assigning GoGestisoft-Release-TestResults-1.0.20231013.155800 to TestResultsArtifactsName
2023-10-13T16:17:59.4724102Z Assigning GoGestisoft-Release-BcptTestResults-1.0.20231013.155800 to BcptTestResultsArtifactsName
2023-10-13T16:17:59.4738545Z Assigning GoGestisoft-Release-BuildOutput-1.0.20231013.155800 to BuildOutputArtifactsName
2023-10-13T16:17:59.4753241Z Assigning GoGestisoft-Release-ContainerEventLog-1.0.20231013.155800 to ContainerEventLogArtifactsName
2023-10-13T16:17:59.4777126Z Assigning thisbuild-GoGestisoft-Apps to ThisBuildAppsArtifactsName
2023-10-13T16:17:59.4790959Z Assigning thisbuild-GoGestisoft-TestApps to ThisBuildTestAppsArtifactsName
2023-10-13T16:17:59.5236530Z ##[group]Run actions/upload-artifact@v3
2023-10-13T16:17:59.5237175Z with:
2023-10-13T16:17:59.5237672Z   name: GoGestisoft-Release-Apps-1.0.20231013.155800
2023-10-13T16:17:59.5238322Z   path: ./.buildartifacts/Apps/
2023-10-13T16:17:59.5238841Z   if-no-files-found: ignore
2023-10-13T16:17:59.5239273Z env:
2023-10-13T16:17:59.5239871Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:17:59.5240712Z   keyVaultCodesignCertificateName: 
2023-10-13T16:17:59.5241256Z   doNotSignApps: False
2023-10-13T16:17:59.5241716Z   useCompilerFolder: False
2023-10-13T16:17:59.5259577Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:17:59.5284856Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:17:59.5286861Z   artifactCacheKey: 
2023-10-13T16:17:59.5287292Z   containerName: bc6510399902
2023-10-13T16:17:59.5287760Z ##[endgroup]
2023-10-13T16:17:59.8639289Z With the provided path, there will be 1 file uploaded
2023-10-13T16:17:59.8643794Z Starting artifact upload
2023-10-13T16:17:59.8646008Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
2023-10-13T16:17:59.8650961Z Artifact name is valid!
2023-10-13T16:17:59.9979701Z Container for artifact "GoGestisoft-Release-Apps-1.0.20231013.155800" successfully created. Starting upload of file(s)
2023-10-13T16:18:00.2616751Z Total size of all the files uploaded is 230055 bytes
2023-10-13T16:18:00.2617981Z File upload process has finished. Finalizing the artifact upload
2023-10-13T16:18:00.3219514Z Artifact has been finalized. All files have been successfully uploaded!
2023-10-13T16:18:00.3220483Z 
2023-10-13T16:18:00.3221175Z The raw size of all the files that were specified for upload is 246744 bytes
2023-10-13T16:18:00.3223135Z The size of all the files that were uploaded is 230055 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2023-10-13T16:18:00.3224972Z 
2023-10-13T16:18:00.3226672Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 
2023-10-13T16:18:00.3228667Z 
2023-10-13T16:18:00.3229977Z Artifact GoGestisoft-Release-Apps-1.0.20231013.155800 has been successfully uploaded!
2023-10-13T16:18:00.3508135Z ##[group]Run actions/upload-artifact@v3
2023-10-13T16:18:00.3508818Z with:
2023-10-13T16:18:00.3509395Z   name: GoGestisoft-Release-Dependencies-1.0.20231013.155800
2023-10-13T16:18:00.3510152Z   path: ./.buildartifacts/Dependencies/
2023-10-13T16:18:00.3510733Z   if-no-files-found: ignore
2023-10-13T16:18:00.3511157Z env:
2023-10-13T16:18:00.3511785Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:00.3512608Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:00.3513155Z   doNotSignApps: False
2023-10-13T16:18:00.3513636Z   useCompilerFolder: False
2023-10-13T16:18:00.3531380Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:00.3558351Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:00.3561282Z   artifactCacheKey: 
2023-10-13T16:18:00.3561733Z   containerName: bc6510399902
2023-10-13T16:18:00.3562459Z ##[endgroup]
2023-10-13T16:18:00.4662786Z No files were found with the provided path: ./.buildartifacts/Dependencies/. No artifacts will be uploaded.
2023-10-13T16:18:00.5032419Z ##[group]Run actions/upload-artifact@v3
2023-10-13T16:18:00.5033053Z with:
2023-10-13T16:18:00.5033553Z   name: GoGestisoft-Release-TestApps-1.0.20231013.155800
2023-10-13T16:18:00.5034243Z   path: ./.buildartifacts/TestApps/
2023-10-13T16:18:00.5034774Z   if-no-files-found: ignore
2023-10-13T16:18:00.5035186Z env:
2023-10-13T16:18:00.5035768Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:00.5036572Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:00.5037106Z   doNotSignApps: False
2023-10-13T16:18:00.5037527Z   useCompilerFolder: False
2023-10-13T16:18:00.5055093Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:00.5081130Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:00.5083197Z   artifactCacheKey: 
2023-10-13T16:18:00.5083617Z   containerName: bc6510399902
2023-10-13T16:18:00.5084068Z ##[endgroup]
2023-10-13T16:18:00.6214443Z With the provided path, there will be 1 file uploaded
2023-10-13T16:18:00.6218640Z Starting artifact upload
2023-10-13T16:18:00.6222184Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
2023-10-13T16:18:00.6231614Z Artifact name is valid!
2023-10-13T16:18:00.6857535Z Container for artifact "GoGestisoft-Release-TestApps-1.0.20231013.155800" successfully created. Starting upload of file(s)
2023-10-13T16:18:00.8199280Z Total size of all the files uploaded is 41138 bytes
2023-10-13T16:18:00.8200430Z File upload process has finished. Finalizing the artifact upload
2023-10-13T16:18:00.8534308Z Artifact has been finalized. All files have been successfully uploaded!
2023-10-13T16:18:00.8535172Z 
2023-10-13T16:18:00.8535737Z The raw size of all the files that were specified for upload is 42499 bytes
2023-10-13T16:18:00.8537426Z The size of all the files that were uploaded is 41138 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2023-10-13T16:18:00.8538683Z 
2023-10-13T16:18:00.8540141Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 
2023-10-13T16:18:00.8541648Z 
2023-10-13T16:18:00.8542444Z Artifact GoGestisoft-Release-TestApps-1.0.20231013.155800 has been successfully uploaded!
2023-10-13T16:18:01.0517355Z ##[group]Run actions/upload-artifact@v3
2023-10-13T16:18:01.0518018Z with:
2023-10-13T16:18:01.0518544Z   name: GoGestisoft-Release-BuildOutput-1.0.20231013.155800
2023-10-13T16:18:01.0519254Z   path: ./BuildOutput.txt
2023-10-13T16:18:01.0519696Z   if-no-files-found: ignore
2023-10-13T16:18:01.0520112Z env:
2023-10-13T16:18:01.0520681Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:01.0521494Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:01.0522017Z   doNotSignApps: False
2023-10-13T16:18:01.0522435Z   useCompilerFolder: False
2023-10-13T16:18:01.0539977Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:01.0565638Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:01.0567663Z   artifactCacheKey: 
2023-10-13T16:18:01.0568094Z   containerName: bc6510399902
2023-10-13T16:18:01.0568528Z ##[endgroup]
2023-10-13T16:18:01.1636160Z With the provided path, there will be 1 file uploaded
2023-10-13T16:18:01.1640593Z Starting artifact upload
2023-10-13T16:18:01.1642675Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
2023-10-13T16:18:01.1648098Z Artifact name is valid!
2023-10-13T16:18:01.2254182Z Container for artifact "GoGestisoft-Release-BuildOutput-1.0.20231013.155800" successfully created. Starting upload of file(s)
2023-10-13T16:18:01.3105164Z Total size of all the files uploaded is 5757 bytes
2023-10-13T16:18:01.3106549Z File upload process has finished. Finalizing the artifact upload
2023-10-13T16:18:01.3571067Z Artifact has been finalized. All files have been successfully uploaded!
2023-10-13T16:18:01.3571949Z 
2023-10-13T16:18:01.3572501Z The raw size of all the files that were specified for upload is 47427 bytes
2023-10-13T16:18:01.3574371Z The size of all the files that were uploaded is 5757 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2023-10-13T16:18:01.3575829Z 
2023-10-13T16:18:01.3577475Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 
2023-10-13T16:18:01.3579105Z 
2023-10-13T16:18:01.3579991Z Artifact GoGestisoft-Release-BuildOutput-1.0.20231013.155800 has been successfully uploaded!
2023-10-13T16:18:01.5136487Z ##[group]Run actions/upload-artifact@v3
2023-10-13T16:18:01.5137139Z with:
2023-10-13T16:18:01.5137663Z   name: GoGestisoft-Release-TestResults-1.0.20231013.155800
2023-10-13T16:18:01.5138368Z   path: ./TestResults.xml
2023-10-13T16:18:01.5138804Z   if-no-files-found: ignore
2023-10-13T16:18:01.5139230Z env:
2023-10-13T16:18:01.5139807Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:01.5140630Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:01.5141158Z   doNotSignApps: False
2023-10-13T16:18:01.5141603Z   useCompilerFolder: False
2023-10-13T16:18:01.5159145Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:01.5184488Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:01.5186473Z   artifactCacheKey: 
2023-10-13T16:18:01.5186914Z   containerName: bc6510399902
2023-10-13T16:18:01.5187356Z ##[endgroup]
2023-10-13T16:18:01.6255731Z With the provided path, there will be 1 file uploaded
2023-10-13T16:18:01.6259929Z Starting artifact upload
2023-10-13T16:18:01.6261979Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
2023-10-13T16:18:01.6267354Z Artifact name is valid!
2023-10-13T16:18:01.6887937Z Container for artifact "GoGestisoft-Release-TestResults-1.0.20231013.155800" successfully created. Starting upload of file(s)
2023-10-13T16:18:01.7982537Z Total size of all the files uploaded is 2329 bytes
2023-10-13T16:18:01.7983641Z File upload process has finished. Finalizing the artifact upload
2023-10-13T16:18:01.8272865Z Artifact has been finalized. All files have been successfully uploaded!
2023-10-13T16:18:01.8273832Z 
2023-10-13T16:18:01.8274489Z The raw size of all the files that were specified for upload is 23270 bytes
2023-10-13T16:18:01.8276468Z The size of all the files that were uploaded is 2329 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2023-10-13T16:18:01.8277912Z 
2023-10-13T16:18:01.8279585Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 
2023-10-13T16:18:01.8281288Z 
2023-10-13T16:18:01.8282243Z Artifact GoGestisoft-Release-TestResults-1.0.20231013.155800 has been successfully uploaded!
2023-10-13T16:18:01.9787309Z ##[group]Run microsoft/AL-Go-Actions/AnalyzeTests@v3.2
2023-10-13T16:18:01.9788030Z with:
2023-10-13T16:18:01.9788376Z   shell: powershell
2023-10-13T16:18:01.9809569Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T16:18:01.9832983Z   project: .
2023-10-13T16:18:01.9833419Z   actor: mabessghaier
2023-10-13T16:18:01.9834034Z   token: ***
2023-10-13T16:18:01.9834395Z env:
2023-10-13T16:18:01.9834990Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:01.9835829Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:01.9836376Z   doNotSignApps: False
2023-10-13T16:18:01.9841278Z   useCompilerFolder: False
2023-10-13T16:18:01.9861004Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:01.9890583Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:01.9896108Z   artifactCacheKey: 
2023-10-13T16:18:01.9896620Z   containerName: bc6510399902
2023-10-13T16:18:01.9899772Z ##[endgroup]
2023-10-13T16:18:02.0076780Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T16:18:02.0078340Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T16:18:02.0079329Z try {
2023-10-13T16:18:02.0080895Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\AnalyzeTests/AnalyzeTests.ps1 -actor $ENV:_actor -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -project $ENV:_project
2023-10-13T16:18:02.0082529Z }
2023-10-13T16:18:02.0082886Z catch {
2023-10-13T16:18:02.0084358Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-13T16:18:02.0085946Z   exit 1
2023-10-13T16:18:02.0086300Z }
2023-10-13T16:18:02.0135865Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T16:18:02.0136722Z env:
2023-10-13T16:18:02.0137310Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:02.0138115Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:02.0138659Z   doNotSignApps: False
2023-10-13T16:18:02.0139086Z   useCompilerFolder: False
2023-10-13T16:18:02.0157331Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:02.0182566Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:02.0184553Z   artifactCacheKey: 
2023-10-13T16:18:02.0184972Z   containerName: bc6510399902
2023-10-13T16:18:02.0185431Z   _actor: mabessghaier
2023-10-13T16:18:02.0185966Z   _token: ***
2023-10-13T16:18:02.0207035Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T16:18:02.0228550Z   _project: .
2023-10-13T16:18:02.0228887Z ##[endgroup]
2023-10-13T16:18:02.5185892Z Downloading BcContainerHelper latest version from CDN
2023-10-13T16:18:03.2365878Z BcContainerHelper version 6.0.0
2023-10-13T16:18:03.7297356Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-13T16:18:06.6816447Z 1 TestApps, 16 tests, 0 failed, 0 skipped, 40.512 seconds
2023-10-13T16:18:06.7287650Z - GoGestisoftTest, 16 tests, 16 passed, 0 failed, 0 skipped, 40.512 seconds
2023-10-13T16:18:06.7388339Z TestResultMD=|Test app|Tests|Passed|Failed|Skipped|Time|\n|:---|---:|---:|---:|---:|---:|\n|GoGestisoftTest|16|16:white_check_mark:|||40.512s|\n\n\n<i>No test failures</i>
2023-10-13T16:18:07.1226430Z Removing BcContainerHelper
2023-10-13T16:18:07.2429017Z ##[group]Run microsoft/AL-Go-Actions/PipelineCleanup@v3.2
2023-10-13T16:18:07.2429963Z with:
2023-10-13T16:18:07.2430305Z   shell: powershell
2023-10-13T16:18:07.2451537Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T16:18:07.2473029Z   project: .
2023-10-13T16:18:07.2473364Z env:
2023-10-13T16:18:07.2473942Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:07.2474757Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:07.2475282Z   doNotSignApps: False
2023-10-13T16:18:07.2475701Z   useCompilerFolder: False
2023-10-13T16:18:07.2494890Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:07.2521061Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:07.2523080Z   artifactCacheKey: 
2023-10-13T16:18:07.2523494Z   containerName: bc6510399902
2023-10-13T16:18:07.2523943Z ##[endgroup]
2023-10-13T16:18:07.2680999Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T16:18:07.2682542Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-13T16:18:07.2683516Z try {
2023-10-13T16:18:07.2684848Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.2\PipelineCleanup/PipelineCleanup.ps1 -project $ENV:_project -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson
2023-10-13T16:18:07.2686275Z }
2023-10-13T16:18:07.2686604Z catch {
2023-10-13T16:18:07.2688095Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-13T16:18:07.2689680Z   exit 1
2023-10-13T16:18:07.2690033Z }
2023-10-13T16:18:07.2738324Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-13T16:18:07.2739139Z env:
2023-10-13T16:18:07.2739745Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/ca
2023-10-13T16:18:07.2740549Z   keyVaultCodesignCertificateName: 
2023-10-13T16:18:07.2741080Z   doNotSignApps: False
2023-10-13T16:18:07.2741576Z   useCompilerFolder: False
2023-10-13T16:18:07.2759829Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","nextMajorSchedule":"0 0 * * 6","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":20231013,"installTestApps":[],"versioningStrategy":2,"installApps":["https://gscustomers.blob.core.windows.net/apps/Gestisoft_GoGestisoft Report.app"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"ca","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":false,"githubRunner":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":["Test"],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":***,"repoVersion":"1.0","doNotPublishApps":false,"doNotSignApps":false,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":***,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"enablePerTenantExtensionCop":***,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":***,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","projects":[],"testDependencies":[],"appRevision":155800,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","DeliverToStorage":["Release"],"nextMinorSchedule":"0 0 * * 6","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":["app"],"repoName":"GoGestisoft","alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-13T16:18:07.2785206Z   Secrets: {"licenseFileUrl":"***","insiderSasToken":"***","codeSignCertificateUrl":"","codeSignCertificatePassword":"","keyVaultCertificateUrl":"","keyVaultCertificatePassword":"","keyVaultClientId":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-13T16:18:07.2787192Z   artifactCacheKey: 
2023-10-13T16:18:07.2787611Z   containerName: bc6510399902
2023-10-13T16:18:07.2788071Z   _project: .
2023-10-13T16:18:07.2809225Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2264633035653236612d646332632d346531312d383038382d383562643936666662306332222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323132363038333631295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033345c6e202030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073312061742030333866353464362d346366382d346131372d396533302d3931623963333138343835382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e32222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a226765737469736f66742d44657650726f64756974732f476f4765737469736f6674222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223133222c2272756e4964223a2236353130333939393032227d2c224576656e744964223a22444f30303931227d
2023-10-13T16:18:07.2832427Z ##[endgroup]
2023-10-13T16:18:08.3619605Z Downloading BcContainerHelper latest version from CDN
2023-10-13T16:18:08.4164177Z BcContainerHelper version 6.0.0
2023-10-13T16:18:08.7790225Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-13T16:18:11.8724448Z Removing Desktop shortcuts
2023-10-13T16:18:12.2528722Z Removing BcContainerHelper
2023-10-13T16:18:12.3716814Z Post job cleanup.
2023-10-13T16:18:12.5924213Z [command]"C:\Program Files\Git\bin\git.exe" version
2023-10-13T16:18:12.7065619Z git version 2.42.0.windows.2
2023-10-13T16:18:12.7146493Z Temporarily overriding HOME='D:\a\_temp\4eefb8e9-2f17-4359-9ff3-cfb620fe0ab5' before making global git config changes
2023-10-13T16:18:12.7148369Z Adding repository directory to the temporary git global config as a safe directory
2023-10-13T16:18:12.7158740Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\GoGestisoft\GoGestisoft
2023-10-13T16:18:12.7566333Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2023-10-13T16:18:12.7926519Z [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' || :\""
2023-10-13T16:18:13.4761994Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-10-13T16:18:13.5043466Z http.https://github.com/.extraheader
2023-10-13T16:18:13.5083593Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2023-10-13T16:18:13.5410394Z [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' || :\""
2023-10-13T16:18:14.1075766Z Cleaning up orphan processes
freddydk commented 11 months ago

The release branch seem to be having this setting wrong (in the output) image

mabessghaier commented 11 months ago

updating the syntax , DeliverToStorage seems successfully processed

image

thanks