microsoft / AL-Go

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

Code Sign Certificate no more can be exported #864

Closed Marhoon closed 9 months ago

Marhoon commented 10 months ago

Due to the new regulations for the Code Sign where the certificate no more can be exported.

Any one have idea or advise how this work?

For More information please see below link

https://www.gogetssl.com/wiki/general/code-signing-2023/

freddydk commented 10 months ago

You will need to get your certificate delivered in a HSM secured KeyVault and then specify keyVaultCodesignCertificateName in settings. See https://aka.ms/ALGoSettings#keyVaultCodesignCertificateName for the signing to work with the "new" regulations.

Marhoon commented 9 months ago

Hi Sir @freddydk

We make federated credential between the repository and azure and its working fine. We installed the CodeSign Certificate on HSM on KeyVault and all ok. We used the KeyVaultCodeSignCertificate Name, but we notice the App not sign

please advice sir. I attached the raw log to give us advice. RawLog1.txt

freddydk commented 9 months ago

It looks like your AZURE_CREDENTIALS secret isn't compressed JSON, but has newlines and spaces in it. It needs to be compressed JSON.

Also, please do not attach a log as a file - embed it as part of the text and mark it as code in the toolbar. Lastly, you have attached the output of the build job - the sign job follows the build job. In the old days (with pfx and password) sign was done inside the build job - it is no more.

Marhoon commented 9 months ago

Hi Sir @freddydk

I compressed the JSON code. Also I notice in initialization part the red setting the keyVaultCodesignCertificateName not reading only the KeyVaultName

See below code

"useCompilerFolder":  true,
    "installTestFramework":  false,
    "keyVaultCodesignCertificateName":  "",
    "keyVaultName":  "BusinessCentral-Keys",
    "installOnlyReferencedApps":  true,
    "obsoleteTagMinAllowedMajorMinor":  "",
    "applicationDependency":  "18.0.0.0",
    "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
    "shell":  "powershell",
    "failOn":  "error",
    "templateUrl":  "https://github.com/microsoft/AL-Go-AppSource@main",

and as per your advice the sign job follows the build job i dont see that see the picture

image

Marhoon commented 9 months ago

Hi Sir @freddydk

The below raw logs

2024-01-18T00:56:58.4496435Z Requested labels: windows-latest
2024-01-18T00:56:58.4496825Z Job defined at: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/_BuildALGoProject.yaml@refs/heads/main
2024-01-18T00:56:58.4497103Z Reusable workflow chain:
2024-01-18T00:56:58.4497227Z Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/CICD.yaml@refs/heads/main (e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec)
2024-01-18T00:56:58.4497338Z -> Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec)
2024-01-18T00:56:58.4497466Z Waiting for a runner to pick up this job...
2024-01-18T00:56:58.6145077Z Job is waiting for a hosted runner to come online.
2024-01-18T00:57:03.7181028Z Job is about to start running on the hosted runner: GitHub Actions 3 (hosted)
2024-01-18T00:57:08.0213411Z Current runner version: '2.311.0'
2024-01-18T00:57:08.0239291Z ##[group]Operating System
2024-01-18T00:57:08.0240105Z Microsoft Windows Server 2022
2024-01-18T00:57:08.0240682Z 10.0.20348
2024-01-18T00:57:08.0241126Z Datacenter
2024-01-18T00:57:08.0241565Z ##[endgroup]
2024-01-18T00:57:08.0242026Z ##[group]Runner Image
2024-01-18T00:57:08.0242597Z Image: windows-2022
2024-01-18T00:57:08.0243095Z Version: 20240108.1.0
2024-01-18T00:57:08.0244291Z Included Software: https://github.com/actions/runner-images/blob/win22/20240108.1/images/windows/Windows2022-Readme.md
2024-01-18T00:57:08.0245958Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20240108.1
2024-01-18T00:57:08.0247018Z ##[endgroup]
2024-01-18T00:57:08.0247557Z ##[group]Runner Image Provisioner
2024-01-18T00:57:08.0248148Z 2.0.324.1
2024-01-18T00:57:08.0248595Z ##[endgroup]
2024-01-18T00:57:08.0249782Z ##[group]GITHUB_TOKEN Permissions
2024-01-18T00:57:08.0251686Z Actions: read
2024-01-18T00:57:08.0252371Z Contents: read
2024-01-18T00:57:08.0252911Z Metadata: read
2024-01-18T00:57:08.0253428Z ##[endgroup]
2024-01-18T00:57:08.0255895Z Secret source: Actions
2024-01-18T00:57:08.0256591Z Prepare workflow directory
2024-01-18T00:57:08.1470459Z Prepare all required actions
2024-01-18T00:57:08.1661187Z Getting action download info
2024-01-18T00:57:08.4799347Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2024-01-18T00:57:08.7126477Z Download action repository 'microsoft/AL-Go-Actions@v4.0' (SHA:b1b387bea634df694cc7c53b2397d375b5499eed)
2024-01-18T00:57:09.3805002Z Download action repository 'actions/cache@v3' (SHA:e12d46a63a90f2fae62d114769bbf2a179198b5c)
2024-01-18T00:57:10.0575238Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
2024-01-18T00:57:10.2520117Z Getting action download info
2024-01-18T00:57:10.3724454Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a)
2024-01-18T00:57:10.9284802Z Uses: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec)
2024-01-18T00:57:10.9287712Z ##[group] Inputs
2024-01-18T00:57:10.9288110Z   shell: powershell
2024-01-18T00:57:10.9288491Z   runsOn: "windows-latest"
2024-01-18T00:57:10.9288922Z   checkoutRef: refs/heads/main
2024-01-18T00:57:10.9289349Z   project: W1
2024-01-18T00:57:10.9289674Z   projectName: W1
2024-01-18T00:57:10.9290049Z   projectDependenciesJson: {}
2024-01-18T00:57:10.9290493Z   buildMode: Default
2024-01-18T00:57:10.9292199Z   secrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString
2024-01-18T00:57:10.9294358Z   publishThisBuildArtifacts: false
2024-01-18T00:57:10.9294846Z   publishArtifacts: true
2024-01-18T00:57:10.9295291Z   artifactsNameSuffix: 
2024-01-18T00:57:10.9295702Z   signArtifacts: true
2024-01-18T00:57:10.9296083Z   useArtifactCache: true
2024-01-18T00:57:10.9317075Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T00:57:10.9337566Z ##[endgroup]
2024-01-18T00:57:10.9338408Z Complete job name: Build W1 (Default) / W1 (Default)
2024-01-18T00:57:11.0863458Z ##[group]Run actions/checkout@v3
2024-01-18T00:57:11.0864075Z with:
2024-01-18T00:57:11.0864389Z   ref: refs/heads/main
2024-01-18T00:57:11.0864749Z   lfs: true
2024-01-18T00:57:11.0865331Z   repository: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T00:57:11.0866348Z   token: ***
2024-01-18T00:57:11.0866728Z   ssh-strict: true
2024-01-18T00:57:11.0867098Z   persist-credentials: true
2024-01-18T00:57:11.0867502Z   clean: true
2024-01-18T00:57:11.0867855Z   sparse-checkout-cone-mode: true
2024-01-18T00:57:11.0868310Z   fetch-depth: 1
2024-01-18T00:57:11.0868647Z   fetch-tags: false
2024-01-18T00:57:11.0868997Z   submodules: false
2024-01-18T00:57:11.0869364Z   set-safe-directory: true
2024-01-18T00:57:11.0869740Z env:
2024-01-18T00:57:11.0870870Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:11.0872102Z   ALGoRepoSettings: 
2024-01-18T00:57:11.0872491Z ##[endgroup]
2024-01-18T00:57:11.5363925Z Syncing repository: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T00:57:11.5368002Z ##[group]Getting Git version info
2024-01-18T00:57:12.1459276Z Working directory is 'D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension'
2024-01-18T00:57:12.1484264Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-01-18T00:57:12.1484986Z git version 2.43.0.windows.1
2024-01-18T00:57:12.1486660Z [command]"C:\Program Files\Git\bin\git.exe" lfs version
2024-01-18T00:57:13.8551122Z git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)
2024-01-18T00:57:13.8609714Z ##[endgroup]
2024-01-18T00:57:13.8644099Z Temporarily overriding HOME='D:\a\_temp\c2215c64-81a9-4476-b63b-d3fffe683fad' before making global git config changes
2024-01-18T00:57:13.8645796Z Adding repository directory to the temporary git global config as a safe directory
2024-01-18T00:57:13.8668168Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T00:57:13.9433045Z Deleting the contents of 'D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension'
2024-01-18T00:57:13.9438174Z ##[group]Initializing the repository
2024-01-18T00:57:13.9447425Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T00:57:14.0690127Z Initialized empty Git repository in D:/a/Bahrain-Generic-Reports-Extension/Bahrain-Generic-Reports-Extension/.git/
2024-01-18T00:57:14.0729794Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T00:57:14.1310703Z ##[endgroup]
2024-01-18T00:57:14.1311815Z ##[group]Disabling automatic garbage collection
2024-01-18T00:57:14.1321175Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2024-01-18T00:57:14.6614581Z ##[endgroup]
2024-01-18T00:57:14.6615866Z ##[group]Setting up auth
2024-01-18T00:57:14.6617452Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-01-18T00:57:14.6620500Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2024-01-18T00:57:15.7384669Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-01-18T00:57:15.7679389Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2024-01-18T00:57:16.3500093Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2024-01-18T00:57:16.3785251Z ##[endgroup]
2024-01-18T00:57:16.3794304Z [command]"C:\Program Files\Git\bin\git.exe" lfs install --local
2024-01-18T00:57:17.0905570Z Updated Git hooks.
2024-01-18T00:57:17.0906066Z Git LFS initialized.
2024-01-18T00:57:17.0977057Z ##[group]Fetching the repository
2024-01-18T00:57:17.0993494Z [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/main:refs/remotes/origin/main
2024-01-18T00:57:19.1104830Z remote: Enumerating objects: 106, done.        
2024-01-18T00:57:19.1105807Z remote: Counting objects:   0% (1/106)        
2024-01-18T00:57:19.1106383Z remote: Counting objects:   1% (2/106)        
2024-01-18T00:57:19.1106955Z remote: Counting objects:   2% (3/106)        
2024-01-18T00:57:19.1107854Z remote: Counting objects:   3% (4/106)        
2024-01-18T00:57:19.1108727Z remote: Counting objects:   4% (5/106)        
2024-01-18T00:57:19.1109315Z remote: Counting objects:   5% (6/106)        
2024-01-18T00:57:19.1109862Z remote: Counting objects:   6% (7/106)        
2024-01-18T00:57:19.1110413Z remote: Counting objects:   7% (8/106)        
2024-01-18T00:57:19.1110977Z remote: Counting objects:   8% (9/106)        
2024-01-18T00:57:19.1111554Z remote: Counting objects:   9% (10/106)        
2024-01-18T00:57:19.1112126Z remote: Counting objects:  10% (11/106)        
2024-01-18T00:57:19.1112692Z remote: Counting objects:  11% (12/106)        
2024-01-18T00:57:19.1113260Z remote: Counting objects:  12% (13/106)        
2024-01-18T00:57:19.1113816Z remote: Counting objects:  13% (14/106)        
2024-01-18T00:57:19.1114398Z remote: Counting objects:  14% (15/106)        
2024-01-18T00:57:19.1114961Z remote: Counting objects:  15% (16/106)        
2024-01-18T00:57:19.1115518Z remote: Counting objects:  16% (17/106)        
2024-01-18T00:57:19.1116087Z remote: Counting objects:  17% (19/106)        
2024-01-18T00:57:19.1116672Z remote: Counting objects:  18% (20/106)        
2024-01-18T00:57:19.1117222Z remote: Counting objects:  19% (21/106)        
2024-01-18T00:57:19.1117771Z remote: Counting objects:  20% (22/106)        
2024-01-18T00:57:19.1118326Z remote: Counting objects:  21% (23/106)        
2024-01-18T00:57:19.1118893Z remote: Counting objects:  22% (24/106)        
2024-01-18T00:57:19.1119453Z remote: Counting objects:  23% (25/106)        
2024-01-18T00:57:19.1120014Z remote: Counting objects:  24% (26/106)        
2024-01-18T00:57:19.1120578Z remote: Counting objects:  25% (27/106)        
2024-01-18T00:57:19.1121135Z remote: Counting objects:  26% (28/106)        
2024-01-18T00:57:19.1121700Z remote: Counting objects:  27% (29/106)        
2024-01-18T00:57:19.1122251Z remote: Counting objects:  28% (30/106)        
2024-01-18T00:57:19.1122808Z remote: Counting objects:  29% (31/106)        
2024-01-18T00:57:19.1123624Z remote: Counting objects:  30% (32/106)        
2024-01-18T00:57:19.1124205Z remote: Counting objects:  31% (33/106)        
2024-01-18T00:57:19.1124766Z remote: Counting objects:  32% (34/106)        
2024-01-18T00:57:19.1125324Z remote: Counting objects:  33% (35/106)        
2024-01-18T00:57:19.1125879Z remote: Counting objects:  34% (37/106)        
2024-01-18T00:57:19.1126451Z remote: Counting objects:  35% (38/106)        
2024-01-18T00:57:19.1127002Z remote: Counting objects:  36% (39/106)        
2024-01-18T00:57:19.1127559Z remote: Counting objects:  37% (40/106)        
2024-01-18T00:57:19.1128113Z remote: Counting objects:  38% (41/106)        
2024-01-18T00:57:19.1128670Z remote: Counting objects:  39% (42/106)        
2024-01-18T00:57:19.1129242Z remote: Counting objects:  40% (43/106)        
2024-01-18T00:57:19.1129829Z remote: Counting objects:  41% (44/106)        
2024-01-18T00:57:19.1130380Z remote: Counting objects:  42% (45/106)        
2024-01-18T00:57:19.1130952Z remote: Counting objects:  43% (46/106)        
2024-01-18T00:57:19.1132484Z remote: Counting objects:  44% (47/106)        
2024-01-18T00:57:19.1133097Z remote: Counting objects:  45% (48/106)        
2024-01-18T00:57:19.1133657Z remote: Counting objects:  46% (49/106)        
2024-01-18T00:57:19.1134218Z remote: Counting objects:  47% (50/106)        
2024-01-18T00:57:19.1134790Z remote: Counting objects:  48% (51/106)        
2024-01-18T00:57:19.1135347Z remote: Counting objects:  49% (52/106)        
2024-01-18T00:57:19.1135900Z remote: Counting objects:  50% (53/106)        
2024-01-18T00:57:19.1136453Z remote: Counting objects:  51% (55/106)        
2024-01-18T00:57:19.1137022Z remote: Counting objects:  52% (56/106)        
2024-01-18T00:57:19.1137577Z remote: Counting objects:  53% (57/106)        
2024-01-18T00:57:19.1138129Z remote: Counting objects:  54% (58/106)        
2024-01-18T00:57:19.1138687Z remote: Counting objects:  55% (59/106)        
2024-01-18T00:57:19.1139260Z remote: Counting objects:  56% (60/106)        
2024-01-18T00:57:19.1139818Z remote: Counting objects:  57% (61/106)        
2024-01-18T00:57:19.1140371Z remote: Counting objects:  58% (62/106)        
2024-01-18T00:57:19.1140924Z remote: Counting objects:  59% (63/106)        
2024-01-18T00:57:19.1141471Z remote: Counting objects:  60% (64/106)        
2024-01-18T00:57:19.1142045Z remote: Counting objects:  61% (65/106)        
2024-01-18T00:57:19.1142601Z remote: Counting objects:  62% (66/106)        
2024-01-18T00:57:19.1143159Z remote: Counting objects:  63% (67/106)        
2024-01-18T00:57:19.1143885Z remote: Counting objects:  64% (68/106)        
2024-01-18T00:57:19.1144446Z remote: Counting objects:  65% (69/106)        
2024-01-18T00:57:19.1145005Z remote: Counting objects:  66% (70/106)        
2024-01-18T00:57:19.1145565Z remote: Counting objects:  67% (72/106)        
2024-01-18T00:57:19.1146130Z remote: Counting objects:  68% (73/106)        
2024-01-18T00:57:19.1146693Z remote: Counting objects:  69% (74/106)        
2024-01-18T00:57:19.1147254Z remote: Counting objects:  70% (75/106)        
2024-01-18T00:57:19.1147808Z remote: Counting objects:  71% (76/106)        
2024-01-18T00:57:19.1148362Z remote: Counting objects:  72% (77/106)        
2024-01-18T00:57:19.1148931Z remote: Counting objects:  73% (78/106)        
2024-01-18T00:57:19.1149487Z remote: Counting objects:  74% (79/106)        
2024-01-18T00:57:19.1150036Z remote: Counting objects:  75% (80/106)        
2024-01-18T00:57:19.1150586Z remote: Counting objects:  76% (81/106)        
2024-01-18T00:57:19.1151148Z remote: Counting objects:  77% (82/106)        
2024-01-18T00:57:19.1151703Z remote: Counting objects:  78% (83/106)        
2024-01-18T00:57:19.1152257Z remote: Counting objects:  79% (84/106)        
2024-01-18T00:57:19.1152808Z remote: Counting objects:  80% (85/106)        
2024-01-18T00:57:19.1153439Z remote: Counting objects:  81% (86/106)        
2024-01-18T00:57:19.1154163Z remote: Counting objects:  82% (87/106)        
2024-01-18T00:57:19.1154724Z remote: Counting objects:  83% (88/106)        
2024-01-18T00:57:19.1155275Z remote: Counting objects:  84% (90/106)        
2024-01-18T00:57:19.1155823Z remote: Counting objects:  85% (91/106)        
2024-01-18T00:57:19.1156387Z remote: Counting objects:  86% (92/106)        
2024-01-18T00:57:19.1156937Z remote: Counting objects:  87% (93/106)        
2024-01-18T00:57:19.1157497Z remote: Counting objects:  88% (94/106)        
2024-01-18T00:57:19.1158050Z remote: Counting objects:  89% (95/106)        
2024-01-18T00:57:19.1158617Z remote: Counting objects:  90% (96/106)        
2024-01-18T00:57:19.1159171Z remote: Counting objects:  91% (97/106)        
2024-01-18T00:57:19.1159721Z remote: Counting objects:  92% (98/106)        
2024-01-18T00:57:19.1160270Z remote: Counting objects:  93% (99/106)        
2024-01-18T00:57:19.1160849Z remote: Counting objects:  94% (100/106)        
2024-01-18T00:57:19.1161424Z remote: Counting objects:  95% (101/106)        
2024-01-18T00:57:19.1162130Z remote: Counting objects:  96% (102/106)        
2024-01-18T00:57:19.1162708Z remote: Counting objects:  97% (103/106)        
2024-01-18T00:57:19.1163277Z remote: Counting objects:  98% (104/106)        
2024-01-18T00:57:19.1163865Z remote: Counting objects:  99% (105/106)        
2024-01-18T00:57:19.1164437Z remote: Counting objects: 100% (106/106)        
2024-01-18T00:57:19.1165053Z remote: Counting objects: 100% (106/106), done.        
2024-01-18T00:57:19.1165677Z remote: Compressing objects:   1% (1/74)        
2024-01-18T00:57:19.1166275Z remote: Compressing objects:   2% (2/74)        
2024-01-18T00:57:19.1285402Z remote: Compressing objects:   4% (3/74)        
2024-01-18T00:57:19.1286241Z remote: Compressing objects:   5% (4/74)        
2024-01-18T00:57:19.1286851Z remote: Compressing objects:   6% (5/74)        
2024-01-18T00:57:19.1287446Z remote: Compressing objects:   8% (6/74)        
2024-01-18T00:57:19.1288050Z remote: Compressing objects:   9% (7/74)        
2024-01-18T00:57:19.1288650Z remote: Compressing objects:  10% (8/74)        
2024-01-18T00:57:19.1289228Z remote: Compressing objects:  12% (9/74)        
2024-01-18T00:57:19.1289815Z remote: Compressing objects:  13% (10/74)        
2024-01-18T00:57:19.1290406Z remote: Compressing objects:  14% (11/74)        
2024-01-18T00:57:19.1290990Z remote: Compressing objects:  16% (12/74)        
2024-01-18T00:57:19.1291594Z remote: Compressing objects:  17% (13/74)        
2024-01-18T00:57:19.1292176Z remote: Compressing objects:  18% (14/74)        
2024-01-18T00:57:19.1292751Z remote: Compressing objects:  20% (15/74)        
2024-01-18T00:57:19.1293327Z remote: Compressing objects:  21% (16/74)        
2024-01-18T00:57:19.1293912Z remote: Compressing objects:  22% (17/74)        
2024-01-18T00:57:19.1294498Z remote: Compressing objects:  24% (18/74)        
2024-01-18T00:57:19.1295079Z remote: Compressing objects:  25% (19/74)        
2024-01-18T00:57:19.1295973Z remote: Compressing objects:  27% (20/74)        
2024-01-18T00:57:19.1296781Z remote: Compressing objects:  28% (21/74)        
2024-01-18T00:57:19.1297375Z remote: Compressing objects:  29% (22/74)        
2024-01-18T00:57:19.1297955Z remote: Compressing objects:  31% (23/74)        
2024-01-18T00:57:19.1298569Z remote: Compressing objects:  32% (24/74)        
2024-01-18T00:57:19.1299164Z remote: Compressing objects:  33% (25/74)        
2024-01-18T00:57:19.1299754Z remote: Compressing objects:  35% (26/74)        
2024-01-18T00:57:19.1300335Z remote: Compressing objects:  36% (27/74)        
2024-01-18T00:57:19.1300911Z remote: Compressing objects:  37% (28/74)        
2024-01-18T00:57:19.1301499Z remote: Compressing objects:  39% (29/74)        
2024-01-18T00:57:19.1302078Z remote: Compressing objects:  40% (30/74)        
2024-01-18T00:57:19.1302657Z remote: Compressing objects:  41% (31/74)        
2024-01-18T00:57:19.1303237Z remote: Compressing objects:  43% (32/74)        
2024-01-18T00:57:19.1304759Z remote: Compressing objects:  44% (33/74)        
2024-01-18T00:57:19.1305370Z remote: Compressing objects:  45% (34/74)        
2024-01-18T00:57:19.1305958Z remote: Compressing objects:  47% (35/74)        
2024-01-18T00:57:19.1306540Z remote: Compressing objects:  48% (36/74)        
2024-01-18T00:57:19.1307117Z remote: Compressing objects:  50% (37/74)        
2024-01-18T00:57:19.1307714Z remote: Compressing objects:  51% (38/74)        
2024-01-18T00:57:19.1308302Z remote: Compressing objects:  52% (39/74)        
2024-01-18T00:57:19.1308887Z remote: Compressing objects:  54% (40/74)        
2024-01-18T00:57:19.1309465Z remote: Compressing objects:  55% (41/74)        
2024-01-18T00:57:19.1310052Z remote: Compressing objects:  56% (42/74)        
2024-01-18T00:57:19.1310637Z remote: Compressing objects:  58% (43/74)        
2024-01-18T00:57:19.1311219Z remote: Compressing objects:  59% (44/74)        
2024-01-18T00:57:19.1311799Z remote: Compressing objects:  60% (45/74)        
2024-01-18T00:57:19.1312382Z remote: Compressing objects:  62% (46/74)        
2024-01-18T00:57:19.1313092Z remote: Compressing objects:  63% (47/74)        
2024-01-18T00:57:19.1313685Z remote: Compressing objects:  64% (48/74)        
2024-01-18T00:57:19.1314261Z remote: Compressing objects:  66% (49/74)        
2024-01-18T00:57:19.1314836Z remote: Compressing objects:  67% (50/74)        
2024-01-18T00:57:19.1315428Z remote: Compressing objects:  68% (51/74)        
2024-01-18T00:57:19.1316014Z remote: Compressing objects:  70% (52/74)        
2024-01-18T00:57:19.1316592Z remote: Compressing objects:  71% (53/74)        
2024-01-18T00:57:19.1317174Z remote: Compressing objects:  72% (54/74)        
2024-01-18T00:57:19.1317764Z remote: Compressing objects:  74% (55/74)        
2024-01-18T00:57:19.1318344Z remote: Compressing objects:  75% (56/74)        
2024-01-18T00:57:19.1318919Z remote: Compressing objects:  77% (57/74)        
2024-01-18T00:57:19.1319491Z remote: Compressing objects:  78% (58/74)        
2024-01-18T00:57:19.1320078Z remote: Compressing objects:  79% (59/74)        
2024-01-18T00:57:19.1320677Z remote: Compressing objects:  81% (60/74)        
2024-01-18T00:57:19.1321262Z remote: Compressing objects:  82% (61/74)        
2024-01-18T00:57:19.1321842Z remote: Compressing objects:  83% (62/74)        
2024-01-18T00:57:19.1322418Z remote: Compressing objects:  85% (63/74)        
2024-01-18T00:57:19.1323012Z remote: Compressing objects:  86% (64/74)        
2024-01-18T00:57:19.1323592Z remote: Compressing objects:  87% (65/74)        
2024-01-18T00:57:19.1324171Z remote: Compressing objects:  89% (66/74)        
2024-01-18T00:57:19.1324746Z remote: Compressing objects:  90% (67/74)        
2024-01-18T00:57:19.1325333Z remote: Compressing objects:  91% (68/74)        
2024-01-18T00:57:19.1325914Z remote: Compressing objects:  93% (69/74)        
2024-01-18T00:57:19.1326495Z remote: Compressing objects:  94% (70/74)        
2024-01-18T00:57:19.1327078Z remote: Compressing objects:  95% (71/74)        
2024-01-18T00:57:19.1327659Z remote: Compressing objects:  97% (72/74)        
2024-01-18T00:57:19.1328254Z remote: Compressing objects:  98% (73/74)        
2024-01-18T00:57:19.1328830Z remote: Compressing objects: 100% (74/74)        
2024-01-18T00:57:19.1329458Z remote: Compressing objects: 100% (74/74), done.        
2024-01-18T00:57:19.2026342Z Receiving objects:   0% (1/106)
2024-01-18T00:57:19.2026960Z Receiving objects:   1% (2/106)
2024-01-18T00:57:19.2027474Z Receiving objects:   2% (3/106)
2024-01-18T00:57:19.2058993Z Receiving objects:   3% (4/106)
2024-01-18T00:57:19.2060505Z Receiving objects:   4% (5/106)
2024-01-18T00:57:19.2061230Z Receiving objects:   5% (6/106)
2024-01-18T00:57:19.2062776Z Receiving objects:   6% (7/106)
2024-01-18T00:57:19.2063495Z Receiving objects:   7% (8/106)
2024-01-18T00:57:19.2064404Z Receiving objects:   8% (9/106)
2024-01-18T00:57:19.2065067Z Receiving objects:   9% (10/106)
2024-01-18T00:57:19.2068707Z Receiving objects:  10% (11/106)
2024-01-18T00:57:19.2069330Z Receiving objects:  11% (12/106)
2024-01-18T00:57:19.2070134Z Receiving objects:  12% (13/106)
2024-01-18T00:57:19.2070757Z Receiving objects:  13% (14/106)
2024-01-18T00:57:19.2071758Z Receiving objects:  14% (15/106)
2024-01-18T00:57:19.2072821Z Receiving objects:  15% (16/106)
2024-01-18T00:57:19.2073458Z Receiving objects:  16% (17/106)
2024-01-18T00:57:19.2074444Z Receiving objects:  17% (19/106)
2024-01-18T00:57:19.2075079Z Receiving objects:  18% (20/106)
2024-01-18T00:57:19.2075884Z Receiving objects:  19% (21/106)
2024-01-18T00:57:19.2076446Z Receiving objects:  20% (22/106)
2024-01-18T00:57:19.2077483Z Receiving objects:  21% (23/106)
2024-01-18T00:57:19.2078243Z Receiving objects:  22% (24/106)
2024-01-18T00:57:19.2078870Z Receiving objects:  23% (25/106)
2024-01-18T00:57:19.2079876Z Receiving objects:  24% (26/106)
2024-01-18T00:57:19.2080671Z Receiving objects:  25% (27/106)
2024-01-18T00:57:19.2081634Z Receiving objects:  26% (28/106)
2024-01-18T00:57:19.2082928Z Receiving objects:  27% (29/106)
2024-01-18T00:57:19.2084681Z Receiving objects:  28% (30/106)
2024-01-18T00:57:19.2085246Z Receiving objects:  29% (31/106)
2024-01-18T00:57:19.2085741Z Receiving objects:  30% (32/106)
2024-01-18T00:57:19.2086185Z Receiving objects:  31% (33/106)
2024-01-18T00:57:19.2086621Z Receiving objects:  32% (34/106)
2024-01-18T00:57:19.2087059Z Receiving objects:  33% (35/106)
2024-01-18T00:57:19.2087507Z Receiving objects:  34% (37/106)
2024-01-18T00:57:19.2087945Z Receiving objects:  35% (38/106)
2024-01-18T00:57:19.2088378Z Receiving objects:  36% (39/106)
2024-01-18T00:57:19.2088813Z Receiving objects:  37% (40/106)
2024-01-18T00:57:19.2089248Z Receiving objects:  38% (41/106)
2024-01-18T00:57:19.2089689Z Receiving objects:  39% (42/106)
2024-01-18T00:57:19.2090125Z Receiving objects:  40% (43/106)
2024-01-18T00:57:19.2090559Z Receiving objects:  41% (44/106)
2024-01-18T00:57:19.2090994Z Receiving objects:  42% (45/106)
2024-01-18T00:57:19.2091469Z Receiving objects:  43% (46/106)
2024-01-18T00:57:19.2164447Z Receiving objects:  44% (47/106)
2024-01-18T00:57:19.2279169Z Receiving objects:  45% (48/106)
2024-01-18T00:57:19.2280137Z Receiving objects:  46% (49/106)
2024-01-18T00:57:19.2441861Z Receiving objects:  47% (50/106)
2024-01-18T00:57:19.2444257Z Receiving objects:  48% (51/106)
2024-01-18T00:57:19.2560112Z Receiving objects:  49% (52/106)
2024-01-18T00:57:19.2730747Z Receiving objects:  50% (53/106)
2024-01-18T00:57:19.2731673Z Receiving objects:  51% (55/106)
2024-01-18T00:57:19.2768175Z Receiving objects:  52% (56/106)
2024-01-18T00:57:19.2778988Z Receiving objects:  53% (57/106)
2024-01-18T00:57:19.2853701Z Receiving objects:  54% (58/106)
2024-01-18T00:57:19.2863033Z Receiving objects:  55% (59/106)
2024-01-18T00:57:19.2863857Z Receiving objects:  56% (60/106)
2024-01-18T00:57:19.2892225Z Receiving objects:  57% (61/106)
2024-01-18T00:57:19.2903698Z Receiving objects:  58% (62/106)
2024-01-18T00:57:19.2904534Z Receiving objects:  59% (63/106)
2024-01-18T00:57:19.3016864Z Receiving objects:  60% (64/106)
2024-01-18T00:57:19.3019283Z Receiving objects:  61% (65/106)
2024-01-18T00:57:19.3024835Z Receiving objects:  62% (66/106)
2024-01-18T00:57:19.3025444Z Receiving objects:  63% (67/106)
2024-01-18T00:57:19.3025959Z Receiving objects:  64% (68/106)
2024-01-18T00:57:19.3070829Z Receiving objects:  65% (69/106)
2024-01-18T00:57:19.3101045Z Receiving objects:  66% (70/106)
2024-01-18T00:57:19.3101979Z Receiving objects:  67% (72/106)
2024-01-18T00:57:19.3178316Z Receiving objects:  68% (73/106)
2024-01-18T00:57:19.3205776Z Receiving objects:  69% (74/106)
2024-01-18T00:57:19.3208256Z Receiving objects:  70% (75/106)
2024-01-18T00:57:19.3235860Z Receiving objects:  71% (76/106)
2024-01-18T00:57:19.3265516Z Receiving objects:  72% (77/106)
2024-01-18T00:57:19.3296681Z Receiving objects:  73% (78/106)
2024-01-18T00:57:19.3321929Z Receiving objects:  74% (79/106)
2024-01-18T00:57:19.3355773Z Receiving objects:  75% (80/106)
2024-01-18T00:57:19.3361189Z Receiving objects:  76% (81/106)
2024-01-18T00:57:19.3374660Z Receiving objects:  77% (82/106)
2024-01-18T00:57:19.3377924Z Receiving objects:  78% (83/106)
2024-01-18T00:57:19.3419628Z Receiving objects:  79% (84/106)
2024-01-18T00:57:19.3613033Z Receiving objects:  80% (85/106)
2024-01-18T00:57:19.3625412Z Receiving objects:  81% (86/106)
2024-01-18T00:57:19.3626337Z Receiving objects:  82% (87/106)
2024-01-18T00:57:19.3626864Z Receiving objects:  83% (88/106)
2024-01-18T00:57:19.3627412Z Receiving objects:  84% (90/106)
2024-01-18T00:57:19.3627934Z Receiving objects:  85% (91/106)
2024-01-18T00:57:19.3628429Z Receiving objects:  86% (92/106)
2024-01-18T00:57:19.3628919Z Receiving objects:  87% (93/106)
2024-01-18T00:57:19.3629407Z Receiving objects:  88% (94/106)
2024-01-18T00:57:19.3629919Z Receiving objects:  89% (95/106)
2024-01-18T00:57:19.3630415Z Receiving objects:  90% (96/106)
2024-01-18T00:57:19.3632152Z Receiving objects:  91% (97/106)
2024-01-18T00:57:19.3632836Z Receiving objects:  92% (98/106)
2024-01-18T00:57:19.3633626Z Receiving objects:  93% (99/106)
2024-01-18T00:57:19.3634149Z Receiving objects:  94% (100/106)
2024-01-18T00:57:19.3634661Z Receiving objects:  95% (101/106)
2024-01-18T00:57:19.3635181Z Receiving objects:  96% (102/106)
2024-01-18T00:57:19.3636181Z remote: Total 106 (delta 39), reused 77 (delta 30), pack-reused 0        
2024-01-18T00:57:19.3636934Z Receiving objects:  97% (103/106)
2024-01-18T00:57:19.3637440Z Receiving objects:  98% (104/106)
2024-01-18T00:57:19.3637956Z Receiving objects:  99% (105/106)
2024-01-18T00:57:19.3638462Z Receiving objects: 100% (106/106)
2024-01-18T00:57:19.3639112Z Receiving objects: 100% (106/106), 3.41 MiB | 22.24 MiB/s, done.
2024-01-18T00:57:19.3640008Z Resolving deltas:   0% (0/39)
2024-01-18T00:57:19.3640526Z Resolving deltas:   2% (1/39)
2024-01-18T00:57:19.3641011Z Resolving deltas:   5% (2/39)
2024-01-18T00:57:19.3641483Z Resolving deltas:   7% (3/39)
2024-01-18T00:57:19.3641974Z Resolving deltas:  10% (4/39)
2024-01-18T00:57:19.3642464Z Resolving deltas:  12% (5/39)
2024-01-18T00:57:19.3642937Z Resolving deltas:  15% (6/39)
2024-01-18T00:57:19.3643411Z Resolving deltas:  17% (7/39)
2024-01-18T00:57:19.3643889Z Resolving deltas:  20% (8/39)
2024-01-18T00:57:19.3644372Z Resolving deltas:  23% (9/39)
2024-01-18T00:57:19.3644845Z Resolving deltas:  25% (10/39)
2024-01-18T00:57:19.3645327Z Resolving deltas:  28% (11/39)
2024-01-18T00:57:19.3645762Z Resolving deltas:  30% (12/39)
2024-01-18T00:57:19.3646264Z Resolving deltas:  33% (13/39)
2024-01-18T00:57:19.3646745Z Resolving deltas:  35% (14/39)
2024-01-18T00:57:19.3647220Z Resolving deltas:  38% (15/39)
2024-01-18T00:57:19.3647696Z Resolving deltas:  41% (16/39)
2024-01-18T00:57:19.3648188Z Resolving deltas:  43% (17/39)
2024-01-18T00:57:19.3648666Z Resolving deltas:  46% (18/39)
2024-01-18T00:57:19.3649137Z Resolving deltas:  48% (19/39)
2024-01-18T00:57:19.3649610Z Resolving deltas:  51% (20/39)
2024-01-18T00:57:19.3650112Z Resolving deltas:  53% (21/39)
2024-01-18T00:57:19.3650597Z Resolving deltas:  56% (22/39)
2024-01-18T00:57:19.3651069Z Resolving deltas:  58% (23/39)
2024-01-18T00:57:19.3651635Z Resolving deltas:  61% (24/39)
2024-01-18T00:57:19.3652152Z Resolving deltas:  64% (25/39)
2024-01-18T00:57:19.3652636Z Resolving deltas:  66% (26/39)
2024-01-18T00:57:19.3653123Z Resolving deltas:  69% (27/39)
2024-01-18T00:57:19.3653626Z Resolving deltas:  71% (28/39)
2024-01-18T00:57:19.3654110Z Resolving deltas:  74% (29/39)
2024-01-18T00:57:19.3654597Z Resolving deltas:  76% (30/39)
2024-01-18T00:57:19.3655084Z Resolving deltas:  79% (31/39)
2024-01-18T00:57:19.3655585Z Resolving deltas:  82% (32/39)
2024-01-18T00:57:19.3656596Z Resolving deltas:  84% (33/39)
2024-01-18T00:57:19.3657064Z Resolving deltas:  87% (34/39)
2024-01-18T00:57:19.3657490Z Resolving deltas:  89% (35/39)
2024-01-18T00:57:19.3657933Z Resolving deltas:  92% (36/39)
2024-01-18T00:57:19.3658612Z Resolving deltas:  94% (37/39)
2024-01-18T00:57:19.3659037Z Resolving deltas:  97% (38/39)
2024-01-18T00:57:19.3659471Z Resolving deltas: 100% (39/39)
2024-01-18T00:57:19.3659908Z Resolving deltas: 100% (39/39), done.
2024-01-18T00:57:19.4251083Z From https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T00:57:19.4252473Z  * [new branch]      main       -> origin/main
2024-01-18T00:57:19.4504242Z ##[endgroup]
2024-01-18T00:57:19.4505059Z ##[group]Determining the checkout info
2024-01-18T00:57:19.4506694Z ##[endgroup]
2024-01-18T00:57:19.4507471Z ##[group]Fetching LFS objects
2024-01-18T00:57:19.4519009Z [command]"C:\Program Files\Git\bin\git.exe" lfs fetch origin refs/remotes/origin/main
2024-01-18T00:57:19.8457305Z fetch: Fetching reference refs/remotes/origin/main
2024-01-18T00:57:19.9457537Z ##[endgroup]
2024-01-18T00:57:19.9458267Z ##[group]Checking out the ref
2024-01-18T00:57:19.9466939Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2024-01-18T00:57:20.0930222Z branch 'main' set up to track 'origin/main'.
2024-01-18T00:57:20.0931318Z Switched to a new branch 'main'
2024-01-18T00:57:20.4450844Z ##[endgroup]
2024-01-18T00:57:20.4867644Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2024-01-18T00:57:20.5144049Z 'e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec'
2024-01-18T00:57:20.5692156Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v4.0
2024-01-18T00:57:20.5692821Z with:
2024-01-18T00:57:20.5693124Z   shell: powershell
2024-01-18T00:57:20.5693468Z   project: W1
2024-01-18T00:57:20.5694308Z   get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact
2024-01-18T00:57:20.5695231Z env:
2024-01-18T00:57:20.5696275Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:20.5697437Z   ALGoRepoSettings: 
2024-01-18T00:57:20.5697820Z ##[endgroup]
2024-01-18T00:57:20.6151963Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:20.6153462Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:20.6154373Z try {
2024-01-18T00:57:20.6155377Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\ReadSettings/ReadSettings.ps1 -project $ENV:_project -get $ENV:_get
2024-01-18T00:57:20.6156385Z }
2024-01-18T00:57:20.6156710Z catch {
2024-01-18T00:57:20.6158097Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T00:57:20.6159540Z   exit 1
2024-01-18T00:57:20.6159892Z }
2024-01-18T00:57:20.6226867Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T00:57:20.6227681Z env:
2024-01-18T00:57:20.6228727Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:20.6229907Z   ALGoRepoSettings: 
2024-01-18T00:57:20.6230327Z   _project: W1
2024-01-18T00:57:20.6231191Z   _get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact
2024-01-18T00:57:20.6232155Z ##[endgroup]
2024-01-18T00:57:21.3860358Z Applying settings from D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\.github\AL-Go-Settings.json
2024-01-18T00:57:21.5259522Z Applying settings from D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.AL-Go\settings.json
2024-01-18T00:57:21.5288885Z No settings found in D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\.github\CICD.settings.json
2024-01-18T00:57:21.5319996Z No settings found in D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.AL-Go\CICD.settings.json
2024-01-18T00:57:21.5332834Z No settings found in D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.AL-Go\Marhoon.settings.json
2024-01-18T00:57:22.8617214Z SETTINGS:
2024-01-18T00:57:22.9701191Z {
2024-01-18T00:57:22.9701948Z     "keyVaultCertificateUrlSecretName":  "",
2024-01-18T00:57:22.9704277Z     "microsoftTelemetryConnectionString":  "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/",
2024-01-18T00:57:22.9706240Z     "NextMajorSchedule":  "0 2 * * 6",
2024-01-18T00:57:22.9706930Z     "type":  "AppSource App",
2024-01-18T00:57:22.9707638Z     "sendExtendedTelemetryToMicrosoft":  false,
2024-01-18T00:57:22.9708374Z     "appBuild":  33,
2024-01-18T00:57:22.9708941Z     "installTestApps":  [
2024-01-18T00:57:22.9709362Z 
2024-01-18T00:57:22.9709632Z                         ],
2024-01-18T00:57:22.9710220Z     "versioningStrategy":  0,
2024-01-18T00:57:22.9710829Z     "installApps":  [
2024-01-18T00:57:22.9711215Z 
2024-01-18T00:57:22.9711475Z                     ],
2024-01-18T00:57:22.9712039Z     "installTestLibraries":  false,
2024-01-18T00:57:22.9712691Z     "runNumberOffset":  0,
2024-01-18T00:57:22.9717009Z     "codeSignCertificatePasswordSecretName":  "codeSignCertificatePassword",
2024-01-18T00:57:22.9718441Z     "vsixFile":  "",
2024-01-18T00:57:22.9719002Z     "country":  "W1",
2024-01-18T00:57:22.9719534Z     "partnerTelemetryConnectionString":  "",
2024-01-18T00:57:22.9720151Z     "doNotRunTests":  false,
2024-01-18T00:57:22.9720873Z     "githubRunner":  "windows-latest",
2024-01-18T00:57:22.9721917Z     "generateDependencyArtifact":  false,
2024-01-18T00:57:22.9722541Z     "excludeEnvironments":  [
2024-01-18T00:57:22.9722849Z 
2024-01-18T00:57:22.9722972Z                             ],
2024-01-18T00:57:22.9723481Z     "keyVaultCertificatePasswordSecretName":  "",
2024-01-18T00:57:22.9724082Z     "rulesetFile":  "",
2024-01-18T00:57:22.9724552Z     "licenseFileUrlSecretName":  "licenseFileUrl",
2024-01-18T00:57:22.9725132Z     "enableExternalRulesets":  false,
2024-01-18T00:57:22.9725602Z     "memoryLimit":  "",
2024-01-18T00:57:22.9726033Z     "keyVaultClientIdSecretName":  "",
2024-01-18T00:57:22.9726516Z     "testFolders":  [
2024-01-18T00:57:22.9726746Z 
2024-01-18T00:57:22.9726875Z                     ],
2024-01-18T00:57:22.9727242Z     "doNotBuildTests":  false,
2024-01-18T00:57:22.9727653Z     "environments":  [
2024-01-18T00:57:22.9727896Z 
2024-01-18T00:57:22.9728019Z                      ],
2024-01-18T00:57:22.9728381Z     "companyName":  "",
2024-01-18T00:57:22.9728776Z     "assignPremiumPlan":  false,
2024-01-18T00:57:22.9729474Z     "artifact":  "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1",
2024-01-18T00:57:22.9730322Z     "ghTokenWorkflowSecretName":  "ghTokenWorkflow",
2024-01-18T00:57:22.9730920Z     "enableTaskScheduler":  false,
2024-01-18T00:57:22.9731380Z     "enableCodeCop":  false,
2024-01-18T00:57:22.9731795Z     "repoVersion":  "1.0",
2024-01-18T00:57:22.9732204Z     "doNotPublishApps":  true,
2024-01-18T00:57:22.9732662Z     "unusedALGoSystemFiles":  [
2024-01-18T00:57:22.9732966Z 
2024-01-18T00:57:22.9733105Z                               ],
2024-01-18T00:57:22.9733556Z     "githubRunnerShell":  "powershell",
2024-01-18T00:57:22.9734037Z     "appFolders":  [
2024-01-18T00:57:22.9734281Z 
2024-01-18T00:57:22.9734404Z                    ],
2024-01-18T00:57:22.9734935Z     "runs-on":  "windows-latest",
2024-01-18T00:57:22.9735380Z     "cacheKeepDays":  3,
2024-01-18T00:57:22.9735778Z     "bcptTestFolders":  [
2024-01-18T00:57:22.9736055Z 
2024-01-18T00:57:22.9736169Z                         ],
2024-01-18T00:57:22.9736995Z     "updateDependencies":  false,
2024-01-18T00:57:22.9737640Z     "cacheImageName":  "my",
2024-01-18T00:57:22.9738110Z     "treatTestFailuresAsWarnings":  false,
2024-01-18T00:57:22.9738840Z     "additionalCountries":  [
2024-01-18T00:57:22.9739137Z 
2024-01-18T00:57:22.9739271Z                             ],
2024-01-18T00:57:22.9739671Z     "enableUICop":  false,
2024-01-18T00:57:22.9740066Z     "customCodeCops":  [
2024-01-18T00:57:22.9740331Z 
2024-01-18T00:57:22.9740446Z                        ],
2024-01-18T00:57:22.9740837Z     "appDependencies":  [
2024-01-18T00:57:22.9741106Z 
2024-01-18T00:57:22.9741236Z                         ],
2024-01-18T00:57:22.9741627Z     "doNotRunBcptTests":  false,
2024-01-18T00:57:22.9742099Z     "appDependencyProbingPaths":  [
2024-01-18T00:57:22.9742445Z 
2024-01-18T00:57:22.9742569Z                                   ],
2024-01-18T00:57:22.9743031Z     "useCompilerFolder":  true,
2024-01-18T00:57:22.9743485Z     "installTestFramework":  false,
2024-01-18T00:57:22.9744004Z     "keyVaultCodesignCertificateName":  "",
2024-01-18T00:57:22.9744709Z     "keyVaultName":  "BusinessCentral-Keys",
2024-01-18T00:57:22.9745271Z     "installOnlyReferencedApps":  true,
2024-01-18T00:57:22.9745840Z     "obsoleteTagMinAllowedMajorMinor":  "",
2024-01-18T00:57:22.9746390Z     "applicationDependency":  "18.0.0.0",
2024-01-18T00:57:22.9747272Z     "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
2024-01-18T00:57:22.9748931Z     "shell":  "powershell",
2024-01-18T00:57:22.9749360Z     "failOn":  "error",
2024-01-18T00:57:22.9750057Z     "templateUrl":  "https://github.com/microsoft/AL-Go-AppSource@main",
2024-01-18T00:57:22.9750714Z     "projects":  [
2024-01-18T00:57:22.9750942Z 
2024-01-18T00:57:22.9751052Z                  ],
2024-01-18T00:57:22.9751412Z     "projectName":  "W1",
2024-01-18T00:57:22.9751813Z     "testDependencies":  [
2024-01-18T00:57:22.9752076Z 
2024-01-18T00:57:22.9752206Z                          ],
2024-01-18T00:57:22.9752588Z     "appRevision":  0,
2024-01-18T00:57:22.9753163Z     "codeSignCertificateUrlSecretName":  "codeSignCertificateUrl",
2024-01-18T00:57:22.9753846Z     "configPackages":  [
2024-01-18T00:57:22.9754100Z 
2024-01-18T00:57:22.9754229Z                        ],
2024-01-18T00:57:22.9754643Z     "useProjectDependencies":  false,
2024-01-18T00:57:22.9755158Z     "appSourceCopMandatoryAffixes":  [
2024-01-18T00:57:22.9755684Z                                          "ALI"
2024-01-18T00:57:22.9756160Z                                      ],
2024-01-18T00:57:22.9756595Z     "buildModes":  [
2024-01-18T00:57:22.9756833Z 
2024-01-18T00:57:22.9757860Z                    ],
2024-01-18T00:57:22.9758601Z     "templateBranch":  "",
2024-01-18T00:57:22.9759064Z     "NextMinorSchedule":  "0 2 * * 5",
2024-01-18T00:57:22.9759579Z     "installPerformanceToolkit":  false,
2024-01-18T00:57:22.9760142Z     "PullRequestTrigger":  "pull_request_target",
2024-01-18T00:57:22.9761067Z     "doNotSignApps":  false,
2024-01-18T00:57:22.9761760Z     "repoName":  "Bahrain-Generic-Reports-Extension",
2024-01-18T00:57:22.9762337Z     "fullBuildPatterns":  [
2024-01-18T00:57:22.9762627Z 
2024-01-18T00:57:22.9762760Z                           ],
2024-01-18T00:57:22.9763187Z     "alwaysBuildAllProjects":  false,
2024-01-18T00:57:22.9763658Z     "skipUpgrade":  false,
2024-01-18T00:57:22.9764562Z     "CurrentSchedule":  "0 2 * * 4",
2024-01-18T00:57:22.9765155Z     "installTestRunner":  false,
2024-01-18T00:57:22.9765967Z     "adminCenterApiCredentialsSecretName":  "adminCenterApiCredentials"
2024-01-18T00:57:22.9766732Z }
2024-01-18T00:57:22.9767416Z GitHubRunnerJson="windows-latest"
2024-01-18T00:57:22.9768642Z GitHubRunnerShell=powershell
2024-01-18T00:57:23.0339331Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v4.0
2024-01-18T00:57:23.0340023Z with:
2024-01-18T00:57:23.0340331Z   shell: powershell
2024-01-18T00:57:23.0348818Z   gitHubSecrets: {
  "AZURE_CREDENTIALS": "***",
  "github_token": "***",
  "KEYVAULTCODESIGNCERTIFICATENAME": "***",
  "AZURE_TENANT_ID": "***",
  "GHTOKENWORKFLOW": "***",
  "LICENSEFILEURL": "***",
  "AZURE_CLIENT_ID": "***",
  "AZURE_SUBSCRIPTION_ID": "***"
}
2024-01-18T00:57:23.0352213Z   getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2024-01-18T00:57:23.0354427Z   useGhTokenWorkflowForPush: false
2024-01-18T00:57:23.0354866Z env:
2024-01-18T00:57:23.0355915Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:23.0357078Z   ALGoRepoSettings: 
2024-01-18T00:57:23.0357684Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:23.0358434Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:23.0358917Z   doNotRunTests: False
2024-01-18T00:57:23.0359298Z   doNotSignApps: False
2024-01-18T00:57:23.0359681Z   useCompilerFolder: True
2024-01-18T00:57:23.0375130Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:23.0392411Z ##[endgroup]
2024-01-18T00:57:23.0516665Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:23.0518096Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:23.0518988Z try {
2024-01-18T00:57:23.0519747Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{
2024-01-18T00:57:23.0524695Z   "AZURE_CREDENTIALS": "***",
2024-01-18T00:57:23.0525416Z   "github_token": "***",
2024-01-18T00:57:23.0526043Z   "KEYVAULTCODESIGNCERTIFICATENAME": "***",
2024-01-18T00:57:23.0526815Z   "AZURE_TENANT_ID": "***",
2024-01-18T00:57:23.0527519Z   "GHTOKENWORKFLOW": "***",
2024-01-18T00:57:23.0529368Z   "LICENSEFILEURL": "***",
2024-01-18T00:57:23.0530022Z   "AZURE_CLIENT_ID": "***",
2024-01-18T00:57:23.0530701Z   "AZURE_SUBSCRIPTION_ID": "***"
2024-01-18T00:57:23.0531593Z }' -getSecrets $ENV:_getSecrets -useGhTokenWorkflowForPush $ENV:_useGhTokenWorkflowForPush
2024-01-18T00:57:23.0532422Z }
2024-01-18T00:57:23.0532735Z catch {
2024-01-18T00:57:23.0534071Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T00:57:23.0535513Z   exit 1
2024-01-18T00:57:23.0535845Z }
2024-01-18T00:57:23.0571743Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T00:57:23.0572498Z env:
2024-01-18T00:57:23.0573517Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:23.0574670Z   ALGoRepoSettings: 
2024-01-18T00:57:23.0575290Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:23.0576024Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:23.0576516Z   doNotRunTests: False
2024-01-18T00:57:23.0576893Z   doNotSignApps: False
2024-01-18T00:57:23.0577276Z   useCompilerFolder: True
2024-01-18T00:57:23.0593615Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:23.0631865Z   _getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2024-01-18T00:57:23.0634175Z   _useGhTokenWorkflowForPush: false
2024-01-18T00:57:23.0634664Z ##[endgroup]
2024-01-18T00:57:23.6096988Z Masking value for clientSecret
2024-01-18T00:57:23.7939554Z Trying to get the secret (licenseFileUrl) from the github environment.
2024-01-18T00:57:23.8050126Z Masking value for licenseFileUrl
2024-01-18T00:57:23.8111783Z Secret (licenseFileUrl) was retrieved from the github environment.
2024-01-18T00:57:24.1939312Z licenseFileUrl successfully read from secret licenseFileUrl
2024-01-18T00:57:24.1969926Z Trying to get the secret (codeSignCertificateUrl) from the github environment.
2024-01-18T00:57:24.2042578Z Trying to get the secret (codeSignCertificateUrl) from Key Vault (BusinessCentral-Keys).
2024-01-18T00:57:35.2374939Z AzureRm.KeyVault Module is available in version 2.1.0
2024-01-18T00:57:36.1751175Z AzureRm.Profile Module is available in version 2.1.0
2024-01-18T00:57:36.1760221Z Using AzureRM version 2.1.0
2024-01-18T00:57:39.0395141Z Successfully connected to Azure Key Vault.
2024-01-18T00:57:40.5672721Z Trying to get the secret (codeSignCertificatePassword) from the github environment.
2024-01-18T00:57:40.5722592Z Trying to get the secret (codeSignCertificatePassword) from Key Vault (BusinessCentral-Keys).
2024-01-18T00:57:41.0117567Z Trying to get the secret (gitHubPackagesContext) from the github environment.
2024-01-18T00:57:41.0130244Z Trying to get the secret (gitHubPackagesContext) from Key Vault (BusinessCentral-Keys).
2024-01-18T00:57:41.4380870Z Trying to get the secret (applicationInsightsConnectionString) from the github environment.
2024-01-18T00:57:41.4392779Z Trying to get the secret (applicationInsightsConnectionString) from Key Vault (BusinessCentral-Keys).
2024-01-18T00:57:41.9460389Z The following secrets was not found: codeSignCertificateUrl, codeSignCertificatePassword (Secret codeSignCertificatePassword), gitHubPackagesContext, applicationInsightsConnectionString
2024-01-18T00:57:42.0066343Z ##[group]Run microsoft/AL-Go-Actions/DetermineArtifactUrl@v4.0
2024-01-18T00:57:42.0067134Z with:
2024-01-18T00:57:42.0067459Z   shell: powershell
2024-01-18T00:57:42.0086672Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T00:57:42.0106238Z   project: W1
2024-01-18T00:57:42.0106573Z env:
2024-01-18T00:57:42.0107604Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:42.0108813Z   ALGoRepoSettings: 
2024-01-18T00:57:42.0109439Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:42.0110213Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:42.0110716Z   doNotRunTests: False
2024-01-18T00:57:42.0111128Z   doNotSignApps: False
2024-01-18T00:57:42.0111532Z   useCompilerFolder: True
2024-01-18T00:57:42.0129500Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:42.0145849Z ##[endgroup]
2024-01-18T00:57:42.0277508Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:42.0278952Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:42.0279875Z try {
2024-01-18T00:57:42.0281177Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\DetermineArtifactUrl/DetermineArtifactUrl.ps1 -parentTelemetryScopeJson $env:_parentTelemetryScopeJson -project $ENV:_project
2024-01-18T00:57:42.0283317Z }
2024-01-18T00:57:42.0283681Z catch {
2024-01-18T00:57:42.0285106Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T00:57:42.0286566Z   exit 1
2024-01-18T00:57:42.0286915Z }
2024-01-18T00:57:42.0322951Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T00:57:42.0323745Z env:
2024-01-18T00:57:42.0324776Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:42.0326045Z   ALGoRepoSettings: 
2024-01-18T00:57:42.0326770Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:42.0327692Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:42.0328332Z   doNotRunTests: False
2024-01-18T00:57:42.0328826Z   doNotSignApps: False
2024-01-18T00:57:42.0329350Z   useCompilerFolder: True
2024-01-18T00:57:42.0345874Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:42.0380942Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T00:57:42.0400498Z   _project: W1
2024-01-18T00:57:42.0400935Z ##[endgroup]
2024-01-18T00:57:42.6265187Z Downloading BcContainerHelper latest version from CDN
2024-01-18T00:57:44.4186792Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:57:45.1078513Z BcContainerHelper version 6.0.3
2024-01-18T00:57:46.7977297Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T00:57:48.7879867Z ##[group]Analyzing repository
2024-01-18T00:57:48.7901164Z Checking type
2024-01-18T00:57:48.8502489Z Checking appFolders, testFolders and bcptTestFolders
2024-01-18T00:57:48.8719376Z Application Dependency 23.0.0.0
2024-01-18T00:57:48.8799002Z Updating app- and test Dependencies
2024-01-18T00:57:48.8869470Z Analyzing Test App Dependencies
2024-01-18T00:57:48.8911934Z ##[endgroup]
2024-01-18T00:57:48.8938714Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-01-18T00:57:48.9134394Z Checking artifact setting for project
2024-01-18T00:57:48.9241287Z artifact=https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:48.9254032Z artifactCacheKey=https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:49.3534719Z ##[group]Run actions/cache@v3
2024-01-18T00:57:49.3535303Z with:
2024-01-18T00:57:49.3535670Z   path: .artifactcache
2024-01-18T00:57:49.3536307Z   key: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:49.3537055Z   enableCrossOsArchive: false
2024-01-18T00:57:49.3537533Z   fail-on-cache-miss: false
2024-01-18T00:57:49.3538000Z   lookup-only: false
2024-01-18T00:57:49.3538378Z env:
2024-01-18T00:57:49.3539439Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:49.3541548Z   ALGoRepoSettings: 
2024-01-18T00:57:49.3542202Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:49.3542994Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:49.3543517Z   doNotRunTests: False
2024-01-18T00:57:49.3543961Z   doNotSignApps: False
2024-01-18T00:57:49.3544456Z   useCompilerFolder: True
2024-01-18T00:57:49.3560225Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:49.3576896Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:57:49.3578139Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:49.3578934Z ##[endgroup]
2024-01-18T00:57:51.1963219Z Received 109051904 of 519454057 (21.0%), 103.8 MBs/sec
2024-01-18T00:57:52.2101339Z Received 301989888 of 519454057 (58.1%), 143.5 MBs/sec
2024-01-18T00:57:53.1973614Z Received 461373440 of 519454057 (88.8%), 146.3 MBs/sec
2024-01-18T00:57:53.5595513Z Cache Size: ~495 MB (519454057 B)
2024-01-18T00:57:53.5874402Z [command]"C:\Program Files\Git\usr\bin\tar.exe" -xf D:/a/_temp/1758b272-af0e-4572-97b3-7c6c43bde32e/cache.tzst -P -C D:/a/Bahrain-Generic-Reports-Extension/Bahrain-Generic-Reports-Extension --force-local --use-compress-program "zstd -d"
2024-01-18T00:57:54.2085782Z Received 519454057 of 519454057 (100.0%), 123.2 MBs/sec
2024-01-18T00:57:57.3357483Z Cache restored successfully
2024-01-18T00:57:58.9962111Z Cache restored from key: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:59.0327267Z ##[group]Run microsoft/AL-Go-Actions/DownloadProjectDependencies@v4.0
2024-01-18T00:57:59.0328158Z with:
2024-01-18T00:57:59.0328527Z   shell: powershell
2024-01-18T00:57:59.0328918Z   project: W1
2024-01-18T00:57:59.0329298Z   buildMode: Default
2024-01-18T00:57:59.0329740Z   projectsDependenciesJson: {}
2024-01-18T00:57:59.0330211Z env:
2024-01-18T00:57:59.0331284Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:59.0332482Z   ALGoRepoSettings: 
2024-01-18T00:57:59.0333154Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:59.0333951Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:59.0334480Z   doNotRunTests: False
2024-01-18T00:57:59.0334925Z   doNotSignApps: False
2024-01-18T00:57:59.0335382Z   useCompilerFolder: True
2024-01-18T00:57:59.0351205Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:59.0367857Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:57:59.0369130Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:59.0374296Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T00:57:59.0375736Z ##[endgroup]
2024-01-18T00:57:59.2362810Z ##[group]Run actions/download-artifact@v3
2024-01-18T00:57:59.2363484Z with:
2024-01-18T00:57:59.2364389Z   path: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension/.dependencies
2024-01-18T00:57:59.2365425Z env:
2024-01-18T00:57:59.2366637Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:59.2368038Z   ALGoRepoSettings: 
2024-01-18T00:57:59.2368814Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:59.2369712Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:59.2370330Z   doNotRunTests: False
2024-01-18T00:57:59.2370832Z   doNotSignApps: False
2024-01-18T00:57:59.2371322Z   useCompilerFolder: True
2024-01-18T00:57:59.2388494Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:59.2405213Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:57:59.2406487Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:59.2411655Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T00:57:59.2412903Z ##[endgroup]
2024-01-18T00:57:59.3382510Z No artifact name specified, downloading all artifacts
2024-01-18T00:57:59.3385148Z Creating an extra directory for each artifact that is being downloaded
2024-01-18T00:57:59.4928869Z Unable to find any artifacts for the associated workflow
2024-01-18T00:57:59.4930001Z There were 0 artifacts downloaded
2024-01-18T00:57:59.4944949Z Artifact download has finished successfully
2024-01-18T00:57:59.5181427Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:59.5182913Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:57:59.5183869Z try {
2024-01-18T00:57:59.5186071Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\DownloadProjectDependencies/DownloadProjectDependencies.Action.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -projectsDependenciesJson $ENV:_projectsDependenciesJson -baseFolder $ENV:_baseFolder -destinationPath $ENV:_destinationPath -token $ENV:_gitHubToken
2024-01-18T00:57:59.5188362Z }
2024-01-18T00:57:59.5188729Z catch {
2024-01-18T00:57:59.5190144Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))"
2024-01-18T00:57:59.5191610Z   exit 1
2024-01-18T00:57:59.5192003Z }
2024-01-18T00:57:59.5227849Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T00:57:59.5228676Z env:
2024-01-18T00:57:59.5229773Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:57:59.5230974Z   ALGoRepoSettings: 
2024-01-18T00:57:59.5231650Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:59.5232448Z   keyVaultCodesignCertificateName: 
2024-01-18T00:57:59.5232991Z   doNotRunTests: False
2024-01-18T00:57:59.5233445Z   doNotSignApps: False
2024-01-18T00:57:59.5233894Z   useCompilerFolder: True
2024-01-18T00:57:59.5249927Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:57:59.5266696Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:57:59.5267943Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:57:59.5273096Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T00:57:59.5274353Z   _project: W1
2024-01-18T00:57:59.5274745Z   _buildMode: Default
2024-01-18T00:57:59.5275182Z   _projectsDependenciesJson: {}
2024-01-18T00:57:59.5276054Z   _baseFolder: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T00:57:59.5277403Z   _destinationPath: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension/.dependencies
2024-01-18T00:57:59.5278548Z   _gitHubToken: ***
2024-01-18T00:57:59.5278955Z ##[endgroup]
2024-01-18T00:57:59.9298024Z Downloading dependencies for project 'W1'. BuildMode: Default, Base Folder: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension, Destination Path: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension/.dependencies
2024-01-18T00:57:59.9303248Z ##[group]Downloading project dependencies from current build
2024-01-18T00:57:59.9602755Z Downloading dependencies for project 'W1'
2024-01-18T00:57:59.9641182Z Dependency projects: 
2024-01-18T00:57:59.9672839Z ##[endgroup]
2024-01-18T00:57:59.9681431Z ##[group]Downloading project dependencies from probing paths
2024-01-18T00:58:00.1136113Z ##[group]Analyzing repository
2024-01-18T00:58:00.1188009Z Checking type
2024-01-18T00:58:00.1922230Z Checking appFolders, testFolders and bcptTestFolders
2024-01-18T00:58:00.2199701Z Application Dependency 23.0.0.0
2024-01-18T00:58:00.2290291Z Updating app- and test Dependencies
2024-01-18T00:58:00.2401080Z Analyzing Test App Dependencies
2024-01-18T00:58:00.2446581Z ##[endgroup]
2024-01-18T00:58:00.2472858Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-01-18T00:58:00.2646385Z Checking appDependencyProbingPaths
2024-01-18T00:58:00.2715716Z ##[endgroup]
2024-01-18T00:58:00.2722906Z Downloaded dependencies: 
2024-01-18T00:58:00.2730867Z Downloaded dependencies apps: 
2024-01-18T00:58:00.2739064Z Downloaded dependencies test apps: 
2024-01-18T00:58:00.3293579Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v4.0
2024-01-18T00:58:00.3294311Z with:
2024-01-18T00:58:00.3294639Z   shell: powershell
2024-01-18T00:58:00.3313791Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T00:58:00.3333687Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:58:00.3334401Z   project: W1
2024-01-18T00:58:00.3334765Z   buildMode: Default
2024-01-18T00:58:00.3335159Z   installAppsJson: []
2024-01-18T00:58:00.3335587Z   installTestAppsJson: []
2024-01-18T00:58:00.3336206Z   token: ***
2024-01-18T00:58:00.3336528Z env:
2024-01-18T00:58:00.3337566Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:58:00.3338759Z   ALGoRepoSettings: 
2024-01-18T00:58:00.3339383Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:58:00.3340155Z   keyVaultCodesignCertificateName: 
2024-01-18T00:58:00.3340671Z   doNotRunTests: False
2024-01-18T00:58:00.3341070Z   doNotSignApps: False
2024-01-18T00:58:00.3341496Z   useCompilerFolder: True
2024-01-18T00:58:00.3358890Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:58:00.3375727Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:58:00.3376972Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:58:00.3382018Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T00:58:00.3383256Z   BuildMode: Default
2024-01-18T00:58:00.3383651Z ##[endgroup]
2024-01-18T00:58:00.3515549Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:58:00.3517014Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T00:58:00.3517941Z try {
2024-01-18T00:58:00.3520038Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\RunPipeline/RunPipeline.ps1 -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -artifact $ENV:_artifact -project $ENV:_project -buildMode $ENV:_buildMode -installAppsJson $ENV:_installAppsJson -installTestAppsJson $ENV:_installTestAppsJson
2024-01-18T00:58:00.3522260Z }
2024-01-18T00:58:00.3522592Z catch {
2024-01-18T00:58:00.3523996Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T00:58:00.3525466Z   exit 1
2024-01-18T00:58:00.3525815Z }
2024-01-18T00:58:00.3561301Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T00:58:00.3562090Z env:
2024-01-18T00:58:00.3563147Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T00:58:00.3564353Z   ALGoRepoSettings: 
2024-01-18T00:58:00.3565048Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:58:00.3565828Z   keyVaultCodesignCertificateName: 
2024-01-18T00:58:00.3566340Z   doNotRunTests: False
2024-01-18T00:58:00.3566758Z   doNotSignApps: False
2024-01-18T00:58:00.3567183Z   useCompilerFolder: True
2024-01-18T00:58:00.3583743Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T00:58:00.3603562Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:58:00.3604871Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:58:00.3610008Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T00:58:00.3611426Z   BuildMode: Default
2024-01-18T00:58:00.3612636Z   _token: ***
2024-01-18T00:58:00.3631739Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T00:58:00.3651474Z   _artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:58:00.3652338Z   _project: W1
2024-01-18T00:58:00.3652706Z   _buildMode: Default
2024-01-18T00:58:00.3653104Z   _installAppsJson: []
2024-01-18T00:58:00.3653534Z   _installTestAppsJson: []
2024-01-18T00:58:00.3653952Z ##[endgroup]
2024-01-18T00:58:00.8474100Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T00:58:01.0787845Z BcContainerHelper version 6.0.3
2024-01-18T00:58:01.5195043Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T00:58:11.3211349Z use settings and secrets
2024-01-18T00:58:11.4887584Z ##[group]Analyzing repository
2024-01-18T00:58:11.4910345Z Checking type
2024-01-18T00:58:11.5950384Z Checking appFolders, testFolders and bcptTestFolders
2024-01-18T00:58:11.6182765Z Application Dependency 23.0.0.0
2024-01-18T00:58:11.6264532Z Updating app- and test Dependencies
2024-01-18T00:58:11.6336395Z Analyzing Test App Dependencies
2024-01-18T00:58:11.6381041Z ##[endgroup]
2024-01-18T00:58:11.6405403Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-01-18T00:58:11.7123255Z ##[warning]No test apps found in testFolders in .AL-Go\settings.json
2024-01-18T00:58:11.7199404Z Checking appDependencyProbingPaths
2024-01-18T00:58:11.7340846Z ##[group]Locating previous release
2024-01-18T00:58:11.7384673Z Getting the latest release from https://api.github.com/repos/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/releases/latest - branch main
2024-01-18T00:58:11.7418356Z Analyzing releases https://api.github.com/repos/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/releases
2024-01-18T00:58:12.0181135Z ##[warning]No previous release found
2024-01-18T00:58:12.0185775Z ##[endgroup]
2024-01-18T00:58:12.0743593Z Invoke Run-AlPipeline with buildmode Default
2024-01-18T00:58:12.3885162Z ##[group]Parameters
2024-01-18T00:58:12.3888928Z   _____                               _
2024-01-18T00:58:12.3891345Z  |  __ \                             | |
2024-01-18T00:58:12.3892319Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___
2024-01-18T00:58:12.3893587Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
2024-01-18T00:58:12.3894490Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
2024-01-18T00:58:12.3895456Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
2024-01-18T00:58:12.3896102Z 
2024-01-18T00:58:12.3912209Z Pipeline name                   CI/CD
2024-01-18T00:58:12.3930114Z Container name                  bcW17563776627
2024-01-18T00:58:12.3947410Z Image name                      
2024-01-18T00:58:12.3958152Z ArtifactUrl                     https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T00:58:12.3983997Z SasToken                        Not Specified
2024-01-18T00:58:12.3997398Z BcAuthContext                   Not Specified
2024-01-18T00:58:12.4007561Z Environment                     
2024-01-18T00:58:12.4022735Z ReUseContainer                  False
2024-01-18T00:58:12.4037191Z KeepContainer                   False
2024-01-18T00:58:12.4050033Z useCompilerFolder               True
2024-01-18T00:58:12.4064301Z artifactCachePath               D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\.artifactcache
2024-01-18T00:58:12.4078658Z useDevEndpoint                  False
2024-01-18T00:58:12.4102264Z Auth                            UserPassword
2024-01-18T00:58:12.4481597Z Credential                      admin/Jute3172
2024-01-18T00:58:12.4949385Z CompanyName                     
2024-01-18T00:58:12.4962916Z MemoryLimit                     8G
2024-01-18T00:58:12.4976910Z FailOn                          error
2024-01-18T00:58:12.4991960Z TreatTestFailuresAsWarnings     False
2024-01-18T00:58:12.5006425Z Enable Task Scheduler           False
2024-01-18T00:58:12.5020796Z Assign Premium Plan             False
2024-01-18T00:58:12.5035936Z Install Test Runner             False
2024-01-18T00:58:12.5051460Z Install Test Framework          False
2024-01-18T00:58:12.5065866Z Install Test Libraries          False
2024-01-18T00:58:12.5080803Z Install Perf. Toolkit           False
2024-01-18T00:58:12.5095787Z InstallOnlyReferencedApps       True
2024-01-18T00:58:12.5110681Z generateDependencyArtifact      False
2024-01-18T00:58:12.5125509Z CopySymbolsFromContainer        False
2024-01-18T00:58:12.5140348Z enableCodeCop                   False
2024-01-18T00:58:12.5154778Z enableAppSourceCop              True
2024-01-18T00:58:12.5169666Z enableUICop                     False
2024-01-18T00:58:12.5185344Z enablePerTenantExtensionCop     False
2024-01-18T00:58:12.5199758Z doNotPerformUpgrade             False
2024-01-18T00:58:12.5214683Z doNotPublishApps                True
2024-01-18T00:58:12.5229667Z uninstallRemovedApps            True
2024-01-18T00:58:12.5243543Z escapeFromCops                  False
2024-01-18T00:58:12.5258400Z doNotBuildTests                 False
2024-01-18T00:58:12.5273273Z doNotRunTests                   True
2024-01-18T00:58:12.5288240Z doNotRunBcptTests               True
2024-01-18T00:58:12.5303072Z useDefaultAppSourceRuleSet      False
2024-01-18T00:58:12.5313959Z rulesetFile                     
2024-01-18T00:58:12.5328753Z generateErrorLog                False
2024-01-18T00:58:12.5343545Z enableExternalRulesets          False
2024-01-18T00:58:12.5358156Z azureDevOps                     False
2024-01-18T00:58:12.5373019Z gitLab                          False
2024-01-18T00:58:12.5387032Z gitHubActions                   True
2024-01-18T00:58:12.5398663Z vsixFile                        
2024-01-18T00:58:12.5413521Z License file                    Specified
2024-01-18T00:58:12.5429686Z ***CertPfxFile             Not specified
2024-01-18T00:58:12.5452328Z ***CertPfxPassword         Not specified
2024-01-18T00:58:12.5484777Z ***CertIsSelfSigned        False
2024-01-18T00:58:12.5497722Z KeyVaultCertPfxFile             Not specified
2024-01-18T00:58:12.5507174Z KeyVaultCertPfxPassword         Not specified
2024-01-18T00:58:12.5519159Z KeyVaultClientId                
2024-01-18T00:58:12.5533970Z BuildOutputFile                 D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\BuildOutput.txt
2024-01-18T00:58:12.5548212Z ContainerEventLogFile           D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\ContainerEventLog.evtx
2024-01-18T00:58:12.5562226Z TestResultsFile                 D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\TestResults.xml
2024-01-18T00:58:12.5576355Z BcptTestResultsFile             D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\bcptTestResults.json
2024-01-18T00:58:12.5589731Z TestResultsFormat               JUnit
2024-01-18T00:58:12.5624543Z AdditionalCountries             
2024-01-18T00:58:12.5639208Z PackagesFolder                  D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T00:58:12.5655154Z OutputFolder                    D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.output
2024-01-18T00:58:12.5666828Z BuildArtifactFolder             D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.buildartifacts
2024-01-18T00:58:12.5681311Z CreateRuntimePackages           False
2024-01-18T00:58:12.5693015Z AppVersion                      
2024-01-18T00:58:12.5707306Z AppBuild                        33
2024-01-18T00:58:12.5722270Z AppRevision                     0
2024-01-18T00:58:12.5737756Z SourceRepositoryUrl             https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T00:58:12.5752274Z SourceCommit                    e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec
2024-01-18T00:58:12.5767255Z BuildBy                         AL-Go for GitHub,v4.0
2024-01-18T00:58:12.5782758Z BuildUrl                        https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/actions/runs/7563776627
2024-01-18T00:58:12.5796586Z Mandatory Affixes               ALI
2024-01-18T00:58:12.5807509Z Supported Countries             
2024-01-18T00:58:12.5819413Z ObsoleteTagMinAllowedMajorMinor 
2024-01-18T00:58:12.5826169Z Install Apps
2024-01-18T00:58:12.5833178Z - None
2024-01-18T00:58:12.5839661Z Install Test Apps
2024-01-18T00:58:12.5846509Z - None
2024-01-18T00:58:12.5852888Z Previous Apps
2024-01-18T00:58:12.5859547Z - None
2024-01-18T00:58:12.5866024Z Application folders
2024-01-18T00:58:12.5878572Z - D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1
2024-01-18T00:58:12.5884570Z Test application folders
2024-01-18T00:58:12.5891836Z - None
2024-01-18T00:58:12.5898640Z BCPT Test application folders
2024-01-18T00:58:12.5905471Z - None
2024-01-18T00:58:12.5912403Z BCPT Test suites
2024-01-18T00:58:12.5919342Z - None
2024-01-18T00:58:12.5926293Z Custom CodeCops
2024-01-18T00:58:12.5933393Z - None
2024-01-18T00:58:12.5996799Z RemoveBcContainer override
2024-01-18T00:58:12.6027788Z 
2024-01-18T00:58:12.6028138Z                 Param([Hashtable]$parameters)
2024-01-18T00:58:12.6029545Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
2024-01-18T00:58:12.6030712Z                 Remove-BcContainer @parameters
2024-01-18T00:58:12.6031377Z             
2024-01-18T00:58:12.6040588Z ##[endgroup]
2024-01-18T00:58:12.6181980Z ##[group]Creating container
2024-01-18T00:58:12.6186412Z 
2024-01-18T00:58:12.6187135Z    _____                _   _                               _        _
2024-01-18T00:58:12.6187975Z   / ____|              | | (_)                             | |      (_)
2024-01-18T00:58:12.6188910Z  | |     _ __ ___  __ _| |_ _ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __
2024-01-18T00:58:12.6190059Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2024-01-18T00:58:12.6190913Z  | |____| | |  __/ (_| | |_| | | | | (_| | | (__ (_) | | | | |_ (_| | | | | |  __/ |
2024-01-18T00:58:12.6191795Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|
2024-01-18T00:58:12.6192507Z                                      __/ |
2024-01-18T00:58:12.6193083Z                                     |___/
2024-01-18T00:58:12.6193488Z 
2024-01-18T00:58:12.6218581Z Creating CompilerFolder
2024-01-18T00:58:12.6535281Z Copying DLLs from cache
2024-01-18T00:58:29.7351825Z Copying symbols from cache
2024-01-18T00:58:47.2024986Z Copying compiler from cache
2024-01-18T01:00:09.7232568Z CompilerFolder C:\ProgramData\BcContainerHelper\compiler\bcW17563776627 created
2024-01-18T01:00:09.7265065Z 
2024-01-18T01:00:09.7560023Z Creating container took 117 seconds
2024-01-18T01:00:09.7568685Z ##[endgroup]
2024-01-18T01:00:09.7574186Z ##[group]Resolving dependencies
2024-01-18T01:00:09.7575428Z 
2024-01-18T01:00:09.7577486Z  _____                _       _                   _                           _                 _
2024-01-18T01:00:09.7579388Z |  __ \              | |     (_)                 | |                         | |               (_)
2024-01-18T01:00:09.7581680Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___
2024-01-18T01:00:09.7583446Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
2024-01-18T01:00:09.7584688Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
2024-01-18T01:00:09.7586621Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
2024-01-18T01:00:09.7587797Z                                        __/ |            | |
2024-01-18T01:00:09.7588830Z                                       |___/             |_|
2024-01-18T01:00:09.7589444Z 
2024-01-18T01:00:09.8718842Z Sorted App folders
2024-01-18T01:00:10.5909593Z - D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1
2024-01-18T01:00:10.5911092Z External dependencies
2024-01-18T01:00:10.5912022Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_23.0.0.0.app
2024-01-18T01:00:10.5913290Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_23.0.0.0.app
2024-01-18T01:00:10.5914145Z Sorted TestApp folders
2024-01-18T01:00:10.5914682Z - None
2024-01-18T01:00:10.5915553Z ##[endgroup]
2024-01-18T01:00:10.5916371Z ##[group]Compiling apps
2024-01-18T01:00:10.5916665Z 
2024-01-18T01:00:10.5916876Z    _____                      _ _ _
2024-01-18T01:00:10.5917459Z   / ____|                    (_) (_)
2024-01-18T01:00:10.5918159Z  | |     ___  _ __ ___  _ __  _| |_ _ __   __ _    __ _ _ __  _ __  ___
2024-01-18T01:00:10.5919041Z  | |    / _ \| '_ ` _ \| '_ \| | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2024-01-18T01:00:10.5919874Z  | |____ (_) | | | | | | |_) | | | | | | | (_| | | (_| | |_) | |_) \__ \
2024-01-18T01:00:10.5920680Z   \_____\___/|_| |_| |_| .__/|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2024-01-18T01:00:10.5921466Z                        | |                 __/ |       | |   | |
2024-01-18T01:00:10.5922195Z                        |_|                |___/        |_|   |_|
2024-01-18T01:00:10.5922658Z 
2024-01-18T01:00:10.5922823Z Using Version 1.0.33.0
2024-01-18T01:00:10.5923400Z Creating AppSourceCop.json for validation
2024-01-18T01:00:10.5924064Z AppSourceCop.json content:
2024-01-18T01:00:10.5924547Z {
2024-01-18T01:00:10.5924984Z     "mandatoryAffixes":  [
2024-01-18T01:00:10.5925526Z                              "ALI"
2024-01-18T01:00:10.5926039Z                          ]
2024-01-18T01:00:10.5926528Z }
2024-01-18T01:00:10.5926758Z 
2024-01-18T01:00:10.5927706Z Compiling D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1
2024-01-18T01:00:10.5929562Z Using Symbols Folder: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T01:00:10.5931108Z Enumerating Apps in CompilerFolder C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\symbols
2024-01-18T01:00:10.7947898Z Getting .app info
2024-01-18T01:00:11.9080644Z - Microsoft_Any_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.0813848Z - Microsoft_API - Cross Environment Intercompany_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.0818896Z - Microsoft_API Reports - Finance_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.0821479Z - Microsoft_Application_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.0822831Z - Microsoft_Audit File Export_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.3117499Z - Microsoft_Base Application_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4501116Z - Microsoft_Business Central Cloud Migration - Previous Release_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4508036Z - Microsoft_Business Central Cloud Migration API_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4511015Z - Microsoft_Business Central Intelligent Cloud_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4517570Z - Microsoft_Company Hub_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4521235Z - Microsoft_Contoso Coffee Demo Dataset_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4523324Z - Microsoft_Czech language (Czechia)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4549746Z - Microsoft_Danish language (Denmark)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4557240Z - Microsoft_Data Archive_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4567556Z - Microsoft_Data Search_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4598946Z - Microsoft_Dutch language (Belgium)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4602044Z - Microsoft_Dutch language (Netherlands)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4625294Z - Microsoft_E-Document Core_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4632379Z - Microsoft_Email - Current User Connector_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4703078Z - Microsoft_Email - Microsoft 365 Connector_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4754731Z - Microsoft_Email - Outlook REST API_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4758138Z - Microsoft_Email - SMTP API_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4801524Z - Microsoft_Email - SMTP Connector_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4883067Z - Microsoft_English language (Australia)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4884281Z - Microsoft_English language (Canada)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4889494Z - Microsoft_English language (New Zealand)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4891270Z - Microsoft_English language (United Kingdom)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4892484Z - Microsoft_English language (United States)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4894068Z - Microsoft_Error Messages with Recommendations_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4895304Z - Microsoft_Essential Business Headlines_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4896418Z - Microsoft_EU 3-Party Trade Purchase_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4898902Z - Microsoft_Finnish language (Finland)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4900241Z - Microsoft_French language (Belgium)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4901581Z - Microsoft_French language (Canada)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4902903Z - Microsoft_French language (France)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4904224Z - Microsoft_French language (Switzerland)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4905590Z - Microsoft_German language (Austria)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4906914Z - Microsoft_German language (Germany)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4908213Z - Microsoft_German language (Switzerland)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4909624Z - Microsoft_Icelandic language (Iceland)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4930695Z - Microsoft_Intelligent Cloud Base_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4967647Z - Microsoft_Intrastat Core_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.4992019Z - Microsoft_Italian language (Italy)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5016935Z - Microsoft_Italian language (Switzerland)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5050863Z - Microsoft_Late Payment Prediction_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5075875Z - Microsoft_Library Assert_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5102633Z - Microsoft_Library Variable Storage_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5131461Z - Microsoft_Microsoft Pay Payments_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5157012Z - Microsoft_Norwegian language (Norway)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5444268Z - Microsoft_Payment Links to PayPal_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5480204Z - Microsoft_Payment Practices_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5509216Z - Microsoft_Performance Toolkit Samples.app (succeeded)
2024-01-18T01:00:12.5535683Z - Microsoft_Performance Toolkit Tests.app (succeeded)
2024-01-18T01:00:12.5564817Z - Microsoft_Performance Toolkit_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5592146Z - Microsoft_Permissions Mock_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5617606Z - Microsoft_Recommended Apps_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5641922Z - Microsoft_Russian language (Russia)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5674035Z - Microsoft_SAF-T_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5729166Z - Microsoft_Sales and Inventory Forecast_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5732936Z - Microsoft_Send remittance advice by email_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5763877Z - Microsoft_Send To Email Printer_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5803729Z - Microsoft_Service Declaration_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5891630Z - Microsoft_Shopify Connector_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5923486Z - Microsoft_Simplified Bank Statement Import_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5947392Z - Microsoft_Spanish language (Mexico)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.5971717Z - Microsoft_Spanish language (Spain)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.6010839Z - Microsoft_Statistical Accounts_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.6036823Z - Microsoft_Swedish language (Sweden)_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.6087029Z - Microsoft_System Application Test Library.app (succeeded)
2024-01-18T01:00:12.6284935Z - Microsoft_System Application_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.6315848Z - Microsoft_Test Runner_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.6344591Z - Microsoft_Tests-Bank.app (succeeded)
2024-01-18T01:00:12.6372465Z - Microsoft_Tests-Cash Flow.app (succeeded)
2024-01-18T01:00:12.6399185Z - Microsoft_Tests-Cost Accounting.app (succeeded)
2024-01-18T01:00:12.6429497Z - Microsoft_Tests-CRM integration.app (succeeded)
2024-01-18T01:00:12.6457688Z - Microsoft_Tests-Data Exchange.app (succeeded)
2024-01-18T01:00:12.6487000Z - Microsoft_Tests-Dimension.app (succeeded)
2024-01-18T01:00:12.6557663Z - Microsoft_Tests-ERM.app (succeeded)
2024-01-18T01:00:12.6585188Z - Microsoft_Tests-Fixed Asset.app (succeeded)
2024-01-18T01:00:12.6614598Z - Microsoft_Tests-General Journal.app (succeeded)
2024-01-18T01:00:12.6641375Z - Microsoft_Tests-Graph.app (succeeded)
2024-01-18T01:00:12.6672265Z - Microsoft_Tests-Integration.app (succeeded)
2024-01-18T01:00:12.6702479Z - Microsoft_Tests-Invoicing.app (succeeded)
2024-01-18T01:00:12.6731777Z - Microsoft_Tests-Job.app (succeeded)
2024-01-18T01:00:12.6757371Z - Microsoft_Tests-Local.app (succeeded)
2024-01-18T01:00:12.6785805Z - Microsoft_Tests-Marketing.app (succeeded)
2024-01-18T01:00:12.6927213Z - Microsoft_Tests-Misc.app (succeeded)
2024-01-18T01:00:12.6928433Z - Microsoft_Tests-Monitor Sensitive Fields.app (succeeded)
2024-01-18T01:00:12.6953751Z - Microsoft_Tests-Permissions.app (succeeded)
2024-01-18T01:00:12.6982738Z - Microsoft_Tests-Physical Inventory.app (succeeded)
2024-01-18T01:00:12.7010918Z - Microsoft_Tests-Prepayment.app (succeeded)
2024-01-18T01:00:12.7039149Z - Microsoft_Tests-Rapid Start.app (succeeded)
2024-01-18T01:00:12.7067262Z - Microsoft_Tests-Report.app (succeeded)
2024-01-18T01:00:12.7094774Z - Microsoft_Tests-Resource.app (succeeded)
2024-01-18T01:00:12.7122177Z - Microsoft_Tests-Reverse.app (succeeded)
2024-01-18T01:00:12.7180802Z - Microsoft_Tests-SCM.app (succeeded)
2024-01-18T01:00:12.7211398Z - Microsoft_Tests-SINGLESERVER.app (succeeded)
2024-01-18T01:00:12.7242820Z - Microsoft_Tests-SMB.app (succeeded)
2024-01-18T01:00:12.7317341Z - Microsoft_Tests-TestLibraries.app (succeeded)
2024-01-18T01:00:12.7345402Z - Microsoft_Tests-Upgrade.app (succeeded)
2024-01-18T01:00:12.7373161Z - Microsoft_Tests-User.app (succeeded)
2024-01-18T01:00:12.7411852Z - Microsoft_Tests-VAT.app (succeeded)
2024-01-18T01:00:12.7445777Z - Microsoft_Tests-Workflow.app (succeeded)
2024-01-18T01:00:12.7478451Z - Microsoft_Troubleshoot FA Ledger Entries_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7512365Z - Microsoft_Universal Print Integration_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7550058Z - Microsoft_VAT Group Management_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7589406Z - Microsoft__Exclude_APIV1__23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7640404Z - Microsoft__Exclude_APIV2__23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7681324Z - Microsoft__Exclude_Bank Deposits_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7717775Z - Microsoft__Exclude_Business_Events__23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7755667Z - Microsoft__Exclude_ClientAddIns__23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7790491Z - Microsoft__Exclude_Connectivity Apps_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7828220Z - Microsoft__Exclude_Email Logging Using Graph API_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7861020Z - Microsoft__Exclude_Master_Data_Management_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7900422Z - Microsoft__Exclude_Microsoft Dynamics 365 - SmartList_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7925223Z - Microsoft__Exclude_Onboarding Signals_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7958800Z - Microsoft__Exclude_PlanConfiguration__23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.7989129Z - Microsoft__Exclude_ReportLayouts_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.8022823Z - Microsoft__Exclude_Review_General_Ledger_Entries_23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.8061795Z - Microsoft__Exclude_SyncBaseApp__23.0.12034.13450.app (succeeded)
2024-01-18T01:00:12.8127254Z - System.app (succeeded)
2024-01-18T01:00:13.3206648Z Enumerating Apps in Symbols Folder D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T01:00:13.3208320Z Getting .app info
2024-01-18T01:00:13.3230401Z Processing dependency Microsoft_Application_23.0.0.0 ()
2024-01-18T01:00:13.3241680Z Dependency App not found
2024-01-18T01:00:13.3733042Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\symbols\Microsoft_Application_23.0.12034.13450.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T01:00:13.3987398Z Adding dependency to System Application from Microsoft
2024-01-18T01:00:13.4017156Z Adding dependency to Base Application from Microsoft
2024-01-18T01:00:13.4021426Z Processing dependency Microsoft_System_1.0.0.0 ()
2024-01-18T01:00:13.4024452Z Dependency App not found
2024-01-18T01:00:13.4030077Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\symbols\System.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T01:00:13.4033610Z Processing dependency Microsoft_System Application_23.0.12034.13450 (63ca2fa4-4f03-4f2b-a480-172fef340d3f)
2024-01-18T01:00:13.7686721Z Dependency App not found
2024-01-18T01:00:13.8627896Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\symbols\Microsoft_System Application_23.0.12034.13450.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T01:00:13.8883370Z Processing dependency Microsoft_Base Application_23.0.12034.13450 (437dbf0e-84ff-417a-965d-ed2bb9650972)
2024-01-18T01:00:13.8889152Z Dependency App not found
2024-01-18T01:00:13.9162591Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\symbols\Microsoft_Base Application_23.0.12034.13450.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T01:00:13.9480527Z Platform version: 23.0.13373.0
2024-01-18T01:00:13.9807110Z Compiling...
2024-01-18T01:00:13.9884289Z .\alc.exe /project:"D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1" /packagecachepath:"D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages" /out:"D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.output\Dynamics Business Solutions Co. W.L.L_Bahrain Generic Reports Extension_1.0.33.0.app" /analyzer:C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\compiler\extension\bin\Analyzers\Microsoft.Dynamics.Nav.AppSourceCop.dll /SourceRepositoryUrl:"https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension" /SourceCommit:"e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec" /BuildBy:"AL-Go for GitHub,v4.0" /BuildUrl:"https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/actions/runs/7563776627" /assemblyprobingpaths:C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\dlls\OpenXML,C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.0,C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\8.0.0,C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\dlls\Service,C:\ProgramData\BcContainerHelper\compiler\bcW17563776627\dlls\Mock Assemblies
2024-01-18T01:01:08.4203486Z Microsoft (R) AL Compiler version 12.2.13.36721
2024-01-18T01:01:08.4218952Z Copyright (C) Microsoft Corporation. All rights reserved
2024-01-18T01:01:08.4220436Z 
2024-01-18T01:01:08.4228348Z Compilation started for project 'Bahrain Generic Reports Extension' containing '17' files at '01:00:14.692'.
2024-01-18T01:01:08.4243401Z 
2024-01-18T01:01:08.4243960Z 
2024-01-18T01:01:08.4244924Z Compilation ended at '01:01:05.588'.
2024-01-18T01:01:08.4246623Z 
2024-01-18T01:01:08.4248989Z D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.output\Dynamics Business Solutions Co. W.L.L_Bahrain Generic Reports Extension_1.0.33.0.app successfully created in 58 seconds
2024-01-18T01:01:08.4250634Z 
2024-01-18T01:01:08.4252691Z Compiling apps took 59 seconds
2024-01-18T01:01:08.4253888Z ##[endgroup]
2024-01-18T01:01:08.4256590Z ##[group]Copy to build artifacts
2024-01-18T01:01:08.4257340Z   _____                     _          _           _ _     _              _   _  __           _
2024-01-18T01:01:08.8079494Z  / ____|                   | |        | |         (_) |   | |            | | (_)/ _|         | |
2024-01-18T01:01:08.8081097Z  | |     ___  _ __  _   _  | |_ ___   | |__  _   _ _| | __| |   __ _ _ __| |_ _| |_ __ _  ___| |_ ___
2024-01-18T01:01:08.8082701Z  | |    / _ \| '_ \| | | | | __/ _ \  | '_ \| | | | | |/ _` |  / _` | '__| __| |  _/ _` |/ __| __/ __|
2024-01-18T01:01:08.8083728Z  | |___| (_) | |_) | |_| | | || (_) | | |_) | |_| | | | (_| | | (_| | |  | |_| | || (_| | (__| |_\__ \
2024-01-18T01:01:08.8084735Z  \______\___/| .__/ \__, |  \__\___/  |_.__/ \__,_|_|_|\__,_|  \__,_|_|   \__|_|_| \__,_|\___|\__|___/
2024-01-18T01:01:08.8085630Z              | |     __/ |
2024-01-18T01:01:08.8086253Z              |_|    |___/
2024-01-18T01:01:08.8086872Z Files in build artifacts folder:
2024-01-18T01:01:08.8088012Z Apps\Dynamics Business Solutions Co. W.L.L_Bahrain Generic Reports Extension_1.0.33.0.app (74931 bytes)
2024-01-18T01:01:08.8088951Z 
2024-01-18T01:01:08.8089251Z Copying to Build Artifacts took 0 seconds
2024-01-18T01:01:08.8090435Z ##[endgroup]
2024-01-18T01:01:08.8091453Z ##[group]Removing container
2024-01-18T01:01:08.8092174Z   _____                           _                               _        _
2024-01-18T01:01:08.8093086Z  |  __ \                         (_)                             | |      (_)
2024-01-18T01:01:08.8094093Z  | |__) |___ _ __ ___   _____   ___ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __
2024-01-18T01:01:08.8095274Z  |  _  // _ \ '_ ` _ \ / _ \ \ / / | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2024-01-18T01:01:08.8096683Z  | | \ \  __/ | | | | | (_) \ V /| | | | | (_| | | (_| (_) | | | | || (_| | | | | |  __/ |
2024-01-18T01:01:08.8097766Z  |_|  \_\___|_| |_| |_|\___/ \_/ |_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|
2024-01-18T01:01:08.8098648Z                                            __/ |
2024-01-18T01:01:08.8099402Z                                           |___/
2024-01-18T01:01:13.7946333Z 
2024-01-18T01:01:13.7955065Z Removing container took 5 seconds
2024-01-18T01:01:13.8045156Z ##[endgroup]
2024-01-18T01:01:13.8045956Z 
2024-01-18T01:01:13.8046481Z AL Pipeline finished in 181 seconds
2024-01-18T01:01:28.8793994Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v4.0
2024-01-18T01:01:28.8795699Z with:
2024-01-18T01:01:28.8796357Z   shell: powershell
2024-01-18T01:01:28.8796872Z   project: W1
2024-01-18T01:01:28.8797460Z   buildMode: Default
2024-01-18T01:01:28.8797915Z env:
2024-01-18T01:01:28.8799088Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:01:28.8802498Z   ALGoRepoSettings: 
2024-01-18T01:01:28.8803302Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:01:28.8804120Z   keyVaultCodesignCertificateName: 
2024-01-18T01:01:28.8804840Z   doNotRunTests: False
2024-01-18T01:01:28.8805430Z   doNotSignApps: False
2024-01-18T01:01:28.8806322Z   useCompilerFolder: True
2024-01-18T01:01:28.8823982Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:01:28.8841382Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:01:28.8842700Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:01:28.8843591Z   containerName: bcW17563776627
2024-01-18T01:01:28.8844056Z ##[endgroup]
2024-01-18T01:01:28.9007627Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T01:01:28.9012316Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T01:01:28.9013630Z try {
2024-01-18T01:01:28.9015539Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\CalculateArtifactNames/CalculateArtifactNames.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -suffix $ENV:_suffix
2024-01-18T01:01:28.9017133Z }
2024-01-18T01:01:28.9018073Z catch {
2024-01-18T01:01:28.9020182Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T01:01:28.9021853Z   exit 1
2024-01-18T01:01:28.9022348Z }
2024-01-18T01:01:28.9066323Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T01:01:28.9067240Z env:
2024-01-18T01:01:28.9068627Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:01:28.9070435Z   ALGoRepoSettings: 
2024-01-18T01:01:28.9071544Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:01:28.9072421Z   keyVaultCodesignCertificateName: 
2024-01-18T01:01:28.9073006Z   doNotRunTests: False
2024-01-18T01:01:28.9073535Z   doNotSignApps: False
2024-01-18T01:01:28.9074038Z   useCompilerFolder: True
2024-01-18T01:01:28.9091856Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:01:28.9112862Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:01:28.9114461Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:01:28.9115991Z   containerName: bcW17563776627
2024-01-18T01:01:28.9116864Z   _project: W1
2024-01-18T01:01:28.9117366Z   _buildMode: Default
2024-01-18T01:01:28.9117918Z   _suffix: 
2024-01-18T01:01:28.9118455Z ##[endgroup]
2024-01-18T01:01:45.5040636Z Assigning  to BuildMode
2024-01-18T01:01:47.8116712Z Assigning W1-main-Apps-1.0.33.0 to AppsArtifactsName
2024-01-18T01:01:47.8126303Z Assigning W1-main-Dependencies-1.0.33.0 to DependenciesArtifactsName
2024-01-18T01:01:47.8140520Z Assigning W1-main-TestApps-1.0.33.0 to TestAppsArtifactsName
2024-01-18T01:01:47.8154516Z Assigning W1-main-TestResults-1.0.33.0 to TestResultsArtifactsName
2024-01-18T01:01:47.8168817Z Assigning W1-main-BcptTestResults-1.0.33.0 to BcptTestResultsArtifactsName
2024-01-18T01:01:47.8182404Z Assigning W1-main-BuildOutput-1.0.33.0 to BuildOutputArtifactsName
2024-01-18T01:01:47.8196153Z Assigning W1-main-ContainerEventLog-1.0.33.0 to ContainerEventLogArtifactsName
2024-01-18T01:01:47.8215830Z Assigning thisbuild-W1-Apps to ThisBuildAppsArtifactsName
2024-01-18T01:01:47.8229452Z Assigning thisbuild-W1-TestApps to ThisBuildTestAppsArtifactsName
2024-01-18T01:01:48.0306972Z ##[group]Run actions/upload-artifact@v3
2024-01-18T01:01:48.0307645Z with:
2024-01-18T01:01:48.0307995Z   name: W1-main-Apps-1.0.33.0
2024-01-18T01:01:48.0308582Z   path: W1/.buildartifacts/Apps/
2024-01-18T01:01:48.0309198Z   if-no-files-found: ignore
2024-01-18T01:01:48.0309600Z env:
2024-01-18T01:01:48.0310662Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:01:48.0311858Z   ALGoRepoSettings: 
2024-01-18T01:01:48.0312492Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:01:48.0313366Z   keyVaultCodesignCertificateName: 
2024-01-18T01:01:48.0313890Z   doNotRunTests: False
2024-01-18T01:01:48.0314294Z   doNotSignApps: False
2024-01-18T01:01:48.0314716Z   useCompilerFolder: True
2024-01-18T01:01:48.0330693Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:01:48.0347764Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:01:48.0348990Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:01:48.0349791Z   containerName: bcW17563776627
2024-01-18T01:01:48.0350249Z ##[endgroup]
2024-01-18T01:02:10.9713107Z With the provided path, there will be 1 file uploaded
2024-01-18T01:02:10.9726817Z Starting artifact upload
2024-01-18T01:02:10.9829479Z 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
2024-01-18T01:02:10.9837153Z Artifact name is valid!
2024-01-18T01:02:17.9225371Z Container for artifact "W1-main-Apps-1.0.33.0" successfully created. Starting upload of file(s)
2024-01-18T01:02:27.2674716Z Total size of all the files uploaded is 72546 bytes
2024-01-18T01:02:27.2675892Z File upload process has finished. Finalizing the artifact upload
2024-01-18T01:02:27.4135750Z Artifact has been finalized. All files have been successfully uploaded!
2024-01-18T01:02:27.4136699Z 
2024-01-18T01:02:27.4137309Z The raw size of all the files that were specified for upload is 74931 bytes
2024-01-18T01:02:27.4143031Z The size of all the files that were uploaded is 72546 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2024-01-18T01:02:27.4144337Z 
2024-01-18T01:02:27.4145845Z 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 
2024-01-18T01:02:27.4147210Z 
2024-01-18T01:02:27.4147745Z Artifact W1-main-Apps-1.0.33.0 has been successfully uploaded!
2024-01-18T01:02:28.3562374Z ##[group]Run actions/upload-artifact@v3
2024-01-18T01:02:28.3563144Z with:
2024-01-18T01:02:28.3563583Z   name: W1-main-Dependencies-1.0.33.0
2024-01-18T01:02:28.3564258Z   path: W1/.buildartifacts/Dependencies/
2024-01-18T01:02:28.3564856Z   if-no-files-found: ignore
2024-01-18T01:02:28.3565282Z env:
2024-01-18T01:02:28.3566361Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:02:28.3567588Z   ALGoRepoSettings: 
2024-01-18T01:02:28.3568245Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:28.3569068Z   keyVaultCodesignCertificateName: 
2024-01-18T01:02:28.3569617Z   doNotRunTests: False
2024-01-18T01:02:28.3570039Z   doNotSignApps: False
2024-01-18T01:02:28.3570487Z   useCompilerFolder: True
2024-01-18T01:02:28.3586352Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:02:28.3603218Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:02:28.3604471Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:28.3605304Z   containerName: bcW17563776627
2024-01-18T01:02:28.3605843Z ##[endgroup]
2024-01-18T01:02:30.4176583Z No files were found with the provided path: W1/.buildartifacts/Dependencies/. No artifacts will be uploaded.
2024-01-18T01:02:31.5103135Z ##[group]Run actions/upload-artifact@v3
2024-01-18T01:02:31.5104226Z with:
2024-01-18T01:02:31.5104688Z   name: W1-main-TestApps-1.0.33.0
2024-01-18T01:02:31.5105307Z   path: W1/.buildartifacts/TestApps/
2024-01-18T01:02:31.5105907Z   if-no-files-found: ignore
2024-01-18T01:02:31.5106456Z env:
2024-01-18T01:02:31.5107753Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:02:31.5109147Z   ALGoRepoSettings: 
2024-01-18T01:02:31.5109913Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:31.5110861Z   keyVaultCodesignCertificateName: 
2024-01-18T01:02:31.5111492Z   doNotRunTests: False
2024-01-18T01:02:31.5111987Z   doNotSignApps: False
2024-01-18T01:02:31.5112476Z   useCompilerFolder: True
2024-01-18T01:02:31.5131128Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:02:31.5150875Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:02:31.5152306Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:31.5153284Z   containerName: bcW17563776627
2024-01-18T01:02:31.5153847Z ##[endgroup]
2024-01-18T01:02:33.5355994Z No files were found with the provided path: W1/.buildartifacts/TestApps/. No artifacts will be uploaded.
2024-01-18T01:02:36.0021006Z ##[group]Run actions/upload-artifact@v3
2024-01-18T01:02:36.0022125Z with:
2024-01-18T01:02:36.0022567Z   name: W1-main-BuildOutput-1.0.33.0
2024-01-18T01:02:36.0023182Z   path: W1/BuildOutput.txt
2024-01-18T01:02:36.0023703Z   if-no-files-found: ignore
2024-01-18T01:02:36.0024214Z env:
2024-01-18T01:02:36.0025432Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:02:36.0026989Z   ALGoRepoSettings: 
2024-01-18T01:02:36.0027911Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:36.0028825Z   keyVaultCodesignCertificateName: 
2024-01-18T01:02:36.0029458Z   doNotRunTests: False
2024-01-18T01:02:36.0029959Z   doNotSignApps: False
2024-01-18T01:02:36.0030479Z   useCompilerFolder: True
2024-01-18T01:02:36.0049365Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:02:36.0066387Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:02:36.0067655Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:36.0068467Z   containerName: bcW17563776627
2024-01-18T01:02:36.0068953Z ##[endgroup]
2024-01-18T01:02:36.2009328Z With the provided path, there will be 1 file uploaded
2024-01-18T01:02:36.2012437Z Starting artifact upload
2024-01-18T01:02:36.2017783Z 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
2024-01-18T01:02:36.2020246Z Artifact name is valid!
2024-01-18T01:02:36.3519988Z Container for artifact "W1-main-BuildOutput-1.0.33.0" successfully created. Starting upload of file(s)
2024-01-18T01:02:36.5388905Z Total size of all the files uploaded is 215 bytes
2024-01-18T01:02:36.5390154Z File upload process has finished. Finalizing the artifact upload
2024-01-18T01:02:36.6769409Z Artifact has been finalized. All files have been successfully uploaded!
2024-01-18T01:02:36.6770366Z 
2024-01-18T01:02:36.6770985Z The raw size of all the files that were specified for upload is 266 bytes
2024-01-18T01:02:36.6799524Z The size of all the files that were uploaded is 215 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2024-01-18T01:02:36.6802914Z 
2024-01-18T01:02:36.6810791Z 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 
2024-01-18T01:02:36.6816966Z 
2024-01-18T01:02:36.6818713Z Artifact W1-main-BuildOutput-1.0.33.0 has been successfully uploaded!
2024-01-18T01:02:37.5718149Z ##[group]Run microsoft/AL-Go-Actions/AnalyzeTests@v4.0
2024-01-18T01:02:37.5718888Z with:
2024-01-18T01:02:37.5719214Z   shell: powershell
2024-01-18T01:02:37.5738301Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T01:02:37.5758003Z   project: W1
2024-01-18T01:02:37.5758344Z env:
2024-01-18T01:02:37.5759393Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:02:37.5760576Z   ALGoRepoSettings: 
2024-01-18T01:02:37.5761222Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:37.5762006Z   keyVaultCodesignCertificateName: 
2024-01-18T01:02:37.5762512Z   doNotRunTests: False
2024-01-18T01:02:37.5762931Z   doNotSignApps: False
2024-01-18T01:02:37.5763356Z   useCompilerFolder: True
2024-01-18T01:02:37.5780556Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:02:37.5797395Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:02:37.5798641Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:37.5799452Z   containerName: bcW17563776627
2024-01-18T01:02:37.5799913Z ##[endgroup]
2024-01-18T01:02:37.5944965Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T01:02:37.5946423Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T01:02:37.5947354Z try {
2024-01-18T01:02:37.5948705Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\AnalyzeTests/AnalyzeTests.ps1 -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -project $ENV:_project
2024-01-18T01:02:37.5950004Z }
2024-01-18T01:02:37.5950352Z catch {
2024-01-18T01:02:37.5951720Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T01:02:37.5953197Z   exit 1
2024-01-18T01:02:37.5953564Z }
2024-01-18T01:02:37.5990977Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T01:02:37.5991771Z env:
2024-01-18T01:02:37.5992826Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:02:37.5994023Z   ALGoRepoSettings: 
2024-01-18T01:02:37.5994675Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:37.5995449Z   keyVaultCodesignCertificateName: 
2024-01-18T01:02:37.5995965Z   doNotRunTests: False
2024-01-18T01:02:37.5996364Z   doNotSignApps: False
2024-01-18T01:02:37.6012138Z   useCompilerFolder: True
2024-01-18T01:02:37.6031257Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:02:37.6051395Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:02:37.6054327Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:02:37.6055221Z   containerName: bcW17563776627
2024-01-18T01:02:37.6075093Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T01:02:37.6094578Z   _project: W1
2024-01-18T01:02:37.6094941Z ##[endgroup]
2024-01-18T01:02:39.1658847Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:03:04.4763934Z BcContainerHelper version 6.0.3
2024-01-18T01:03:49.4067089Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T01:05:06.6482978Z Test results not found
2024-01-18T01:05:08.6586193Z ##[group]Run microsoft/AL-Go-Actions/PipelineCleanup@v4.0
2024-01-18T01:05:08.6587567Z with:
2024-01-18T01:05:08.6587996Z   shell: powershell
2024-01-18T01:05:08.6610424Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T01:05:08.6630004Z   project: W1
2024-01-18T01:05:08.6630349Z env:
2024-01-18T01:05:08.6631423Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:05:08.6632650Z   ALGoRepoSettings: 
2024-01-18T01:05:08.6633304Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:05:08.6634106Z   keyVaultCodesignCertificateName: 
2024-01-18T01:05:08.6634626Z   doNotRunTests: False
2024-01-18T01:05:08.6635065Z   doNotSignApps: False
2024-01-18T01:05:08.6635510Z   useCompilerFolder: True
2024-01-18T01:05:08.6706304Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:05:08.6723519Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:05:08.6724767Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:05:08.6725599Z   containerName: bcW17563776627
2024-01-18T01:05:08.6726081Z ##[endgroup]
2024-01-18T01:05:08.6861546Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T01:05:08.6863001Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T01:05:08.6863958Z try {
2024-01-18T01:05:08.6865229Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\PipelineCleanup/PipelineCleanup.ps1 -project $ENV:_project -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson
2024-01-18T01:05:08.6866599Z }
2024-01-18T01:05:08.6866961Z catch {
2024-01-18T01:05:08.6868371Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T01:05:08.6869851Z   exit 1
2024-01-18T01:05:08.6870232Z }
2024-01-18T01:05:08.6907346Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T01:05:08.6908158Z env:
2024-01-18T01:05:08.6909254Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T01:05:08.6910468Z   ALGoRepoSettings: 
2024-01-18T01:05:08.6911150Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:05:08.6911937Z   keyVaultCodesignCertificateName: 
2024-01-18T01:05:08.6912537Z   doNotRunTests: False
2024-01-18T01:05:08.6912976Z   doNotSignApps: False
2024-01-18T01:05:08.6913402Z   useCompilerFolder: True
2024-01-18T01:05:08.6930870Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":33,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T01:05:08.6948460Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:05:08.6949759Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T01:05:08.6950582Z   containerName: bcW17563776627
2024-01-18T01:05:08.6951050Z   _project: W1
2024-01-18T01:05:08.6970841Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2266613365336437362d323939362d343634302d613838302d383339366130376361353963222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353339333834303437295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073312061742039386134643936392d383931302d343539632d393863322d3131313338663537303134332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223333222c2272756e4964223a2237353633373736363237227d2c224576656e744964223a22444f30303931227d
2024-01-18T01:05:08.6991016Z ##[endgroup]
2024-01-18T01:05:09.6651215Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T01:05:09.9007289Z BcContainerHelper version 6.0.3
2024-01-18T01:05:11.9617602Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T01:05:15.3416281Z Removing Desktop shortcuts
2024-01-18T01:05:15.7099769Z Post job cleanup.
2024-01-18T01:05:16.1461175Z Cache hit occurred on the primary key https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1, not saving cache.
2024-01-18T01:05:16.1727249Z Post job cleanup.
2024-01-18T01:05:16.4792025Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-01-18T01:05:17.0674650Z git version 2.43.0.windows.1
2024-01-18T01:05:17.0917903Z Temporarily overriding HOME='D:\a\_temp\cb9a96a0-ebdf-49d3-9411-19804680126f' before making global git config changes
2024-01-18T01:05:17.0931707Z Adding repository directory to the temporary git global config as a safe directory
2024-01-18T01:05:17.1126788Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T01:05:17.1839948Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-01-18T01:05:17.2026489Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2024-01-18T01:05:18.8193842Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-01-18T01:05:18.8231165Z http.https://github.com/.extraheader
2024-01-18T01:05:18.8388222Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2024-01-18T01:05:18.8810118Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2024-01-18T01:05:19.5103636Z Cleaning up orphan processes
freddydk commented 9 months ago

The Test Current workflow is a test workflow - it doesn't produce artifacts, it doesn't deploy, it doesn't sign. You need to run the CI/CD workflow. But... - you need to have both these settings set: "keyVaultCodesignCertificateName": "", "keyVaultName": "BusinessCentral-Keys",

Marhoon commented 9 months ago

Hi Sir @freddydk

I generate CI/CD see below raw log which also same issue the code not sign with the certificate sir.

Also, keyVaultCodesignCertificateName I add as a secret on Organization level and Repository Level but not working

I am not sure if there is any missing part.

2024-01-18T08:35:18.1695215Z Requested labels: windows-latest
2024-01-18T08:35:18.1695732Z Job defined at: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/_BuildALGoProject.yaml@refs/heads/main
2024-01-18T08:35:18.1696074Z Reusable workflow chain:
2024-01-18T08:35:18.1696238Z Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/CICD.yaml@refs/heads/main (e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec)
2024-01-18T08:35:18.1696402Z -> Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec)
2024-01-18T08:35:18.1696565Z Waiting for a runner to pick up this job...
2024-01-18T08:35:18.7798771Z Job is waiting for a hosted runner to come online.
2024-01-18T08:35:23.7861252Z Job is about to start running on the hosted runner: GitHub Actions 3 (hosted)
2024-01-18T08:35:28.1892209Z Current runner version: '2.311.0'
2024-01-18T08:35:28.1938290Z ##[group]Operating System
2024-01-18T08:35:28.1939279Z Microsoft Windows Server 2022
2024-01-18T08:35:28.1940037Z 10.0.20348
2024-01-18T08:35:28.1940628Z Datacenter
2024-01-18T08:35:28.1941155Z ##[endgroup]
2024-01-18T08:35:28.1941912Z ##[group]Runner Image
2024-01-18T08:35:28.1942582Z Image: windows-2022
2024-01-18T08:35:28.1943189Z Version: 20240108.1.0
2024-01-18T08:35:28.1944639Z Included Software: https://github.com/actions/runner-images/blob/win22/20240108.1/images/windows/Windows2022-Readme.md
2024-01-18T08:35:28.1946746Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20240108.1
2024-01-18T08:35:28.1947995Z ##[endgroup]
2024-01-18T08:35:28.1948627Z ##[group]Runner Image Provisioner
2024-01-18T08:35:28.1949377Z 2.0.324.1
2024-01-18T08:35:28.1949928Z ##[endgroup]
2024-01-18T08:35:28.1951392Z ##[group]GITHUB_TOKEN Permissions
2024-01-18T08:35:28.1954618Z Actions: read
2024-01-18T08:35:28.1955595Z Contents: read
2024-01-18T08:35:28.1956347Z Metadata: read
2024-01-18T08:35:28.1956952Z ##[endgroup]
2024-01-18T08:35:28.1960375Z Secret source: Actions
2024-01-18T08:35:28.1961254Z Prepare workflow directory
2024-01-18T08:35:28.3600438Z Prepare all required actions
2024-01-18T08:35:28.3862333Z Getting action download info
2024-01-18T08:35:28.5758627Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2024-01-18T08:35:28.8804538Z Download action repository 'microsoft/AL-Go-Actions@v4.0' (SHA:b1b387bea634df694cc7c53b2397d375b5499eed)
2024-01-18T08:35:29.2489190Z Download action repository 'actions/cache@v3' (SHA:e12d46a63a90f2fae62d114769bbf2a179198b5c)
2024-01-18T08:35:29.5789936Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
2024-01-18T08:35:29.8636428Z Getting action download info
2024-01-18T08:35:29.9603006Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a)
2024-01-18T08:35:30.3179401Z Uses: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec)
2024-01-18T08:35:30.3183235Z ##[group] Inputs
2024-01-18T08:35:30.3183810Z   shell: powershell
2024-01-18T08:35:30.3184301Z   runsOn: "windows-latest"
2024-01-18T08:35:30.3184850Z   checkoutRef: refs/heads/main
2024-01-18T08:35:30.3185407Z   project: W1
2024-01-18T08:35:30.3185856Z   projectName: W1
2024-01-18T08:35:30.3186353Z   projectDependenciesJson: {}
2024-01-18T08:35:30.3186910Z   buildMode: Default
2024-01-18T08:35:30.3189186Z   secrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString
2024-01-18T08:35:30.3192085Z   publishThisBuildArtifacts: false
2024-01-18T08:35:30.3192737Z   publishArtifacts: true
2024-01-18T08:35:30.3193320Z   artifactsNameSuffix: 
2024-01-18T08:35:30.3193867Z   signArtifacts: true
2024-01-18T08:35:30.3194420Z   useArtifactCache: true
2024-01-18T08:35:30.3224882Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:35:30.3254459Z ##[endgroup]
2024-01-18T08:35:30.3256052Z Complete job name: Build W1 (Default) / W1 (Default)
2024-01-18T08:35:30.5105127Z ##[group]Run actions/checkout@v3
2024-01-18T08:35:30.5106048Z with:
2024-01-18T08:35:30.5106461Z   ref: refs/heads/main
2024-01-18T08:35:30.5106950Z   lfs: true
2024-01-18T08:35:30.5107718Z   repository: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T08:35:30.5109203Z   token: ***
2024-01-18T08:35:30.5109646Z   ssh-strict: true
2024-01-18T08:35:30.5110139Z   persist-credentials: true
2024-01-18T08:35:30.5110691Z   clean: true
2024-01-18T08:35:30.5111207Z   sparse-checkout-cone-mode: true
2024-01-18T08:35:30.5111792Z   fetch-depth: 1
2024-01-18T08:35:30.5112237Z   fetch-tags: false
2024-01-18T08:35:30.5112747Z   submodules: false
2024-01-18T08:35:30.5113232Z   set-safe-directory: true
2024-01-18T08:35:30.5113718Z env:
2024-01-18T08:35:30.5115881Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:35:30.5117610Z   ALGoRepoSettings: 
2024-01-18T08:35:30.5118098Z ##[endgroup]
2024-01-18T08:35:31.1689660Z Syncing repository: Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T08:35:31.1693421Z ##[group]Getting Git version info
2024-01-18T08:35:31.1696127Z Working directory is 'D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension'
2024-01-18T08:35:31.5441777Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-01-18T08:35:31.5926145Z git version 2.43.0.windows.1
2024-01-18T08:35:31.6785997Z [command]"C:\Program Files\Git\bin\git.exe" lfs version
2024-01-18T08:35:33.7668718Z git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)
2024-01-18T08:35:33.7726853Z ##[endgroup]
2024-01-18T08:35:33.7875522Z Temporarily overriding HOME='D:\a\_temp\ca66be28-3b9a-44f5-bada-385f0659869f' before making global git config changes
2024-01-18T08:35:33.7877693Z Adding repository directory to the temporary git global config as a safe directory
2024-01-18T08:35:33.7882620Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T08:35:33.8920915Z Deleting the contents of 'D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension'
2024-01-18T08:35:33.8926523Z ##[group]Initializing the repository
2024-01-18T08:35:33.8938618Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T08:35:34.0395396Z Initialized empty Git repository in D:/a/Bahrain-Generic-Reports-Extension/Bahrain-Generic-Reports-Extension/.git/
2024-01-18T08:35:34.0447201Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T08:35:34.1146503Z ##[endgroup]
2024-01-18T08:35:34.1147648Z ##[group]Disabling automatic garbage collection
2024-01-18T08:35:34.1157359Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2024-01-18T08:35:34.1661717Z ##[endgroup]
2024-01-18T08:35:34.1662602Z ##[group]Setting up auth
2024-01-18T08:35:34.1682272Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-01-18T08:35:34.2157373Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2024-01-18T08:35:36.0092408Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-01-18T08:35:36.0497413Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2024-01-18T08:35:36.6890989Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2024-01-18T08:35:36.7334594Z ##[endgroup]
2024-01-18T08:35:36.7345498Z [command]"C:\Program Files\Git\bin\git.exe" lfs install --local
2024-01-18T08:35:37.4961031Z Updated Git hooks.
2024-01-18T08:35:37.4961639Z Git LFS initialized.
2024-01-18T08:35:37.5047515Z ##[group]Fetching the repository
2024-01-18T08:35:37.5064790Z [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/main:refs/remotes/origin/main
2024-01-18T08:35:39.7808791Z remote: Enumerating objects: 106, done.        
2024-01-18T08:35:39.7810507Z remote: Counting objects:   0% (1/106)        
2024-01-18T08:35:39.7812162Z remote: Counting objects:   1% (2/106)        
2024-01-18T08:35:39.7812881Z remote: Counting objects:   2% (3/106)        
2024-01-18T08:35:39.7816791Z remote: Counting objects:   3% (4/106)        
2024-01-18T08:35:39.7817851Z remote: Counting objects:   4% (5/106)        
2024-01-18T08:35:39.7818582Z remote: Counting objects:   5% (6/106)        
2024-01-18T08:35:39.7819302Z remote: Counting objects:   6% (7/106)        
2024-01-18T08:35:39.7820002Z remote: Counting objects:   7% (8/106)        
2024-01-18T08:35:39.7820717Z remote: Counting objects:   8% (9/106)        
2024-01-18T08:35:39.7821454Z remote: Counting objects:   9% (10/106)        
2024-01-18T08:35:39.7822181Z remote: Counting objects:  10% (11/106)        
2024-01-18T08:35:39.7822899Z remote: Counting objects:  11% (12/106)        
2024-01-18T08:35:39.7823631Z remote: Counting objects:  12% (13/106)        
2024-01-18T08:35:39.7824353Z remote: Counting objects:  13% (14/106)        
2024-01-18T08:35:39.7825063Z remote: Counting objects:  14% (15/106)        
2024-01-18T08:35:39.7825773Z remote: Counting objects:  15% (16/106)        
2024-01-18T08:35:39.7826495Z remote: Counting objects:  16% (17/106)        
2024-01-18T08:35:39.7827221Z remote: Counting objects:  17% (19/106)        
2024-01-18T08:35:39.7827943Z remote: Counting objects:  18% (20/106)        
2024-01-18T08:35:39.7828649Z remote: Counting objects:  19% (21/106)        
2024-01-18T08:35:39.7829354Z remote: Counting objects:  20% (22/106)        
2024-01-18T08:35:39.7830079Z remote: Counting objects:  21% (23/106)        
2024-01-18T08:35:39.7830792Z remote: Counting objects:  22% (24/106)        
2024-01-18T08:35:39.7831505Z remote: Counting objects:  23% (25/106)        
2024-01-18T08:35:39.7832209Z remote: Counting objects:  24% (26/106)        
2024-01-18T08:35:39.7833041Z remote: Counting objects:  25% (27/106)        
2024-01-18T08:35:39.7833768Z remote: Counting objects:  26% (28/106)        
2024-01-18T08:35:39.7834478Z remote: Counting objects:  27% (29/106)        
2024-01-18T08:35:39.7835184Z remote: Counting objects:  28% (30/106)        
2024-01-18T08:35:39.7835898Z remote: Counting objects:  29% (31/106)        
2024-01-18T08:35:39.7837112Z remote: Counting objects:  30% (32/106)        
2024-01-18T08:35:39.7837833Z remote: Counting objects:  31% (33/106)        
2024-01-18T08:35:39.7838583Z remote: Counting objects:  32% (34/106)        
2024-01-18T08:35:39.7839318Z remote: Counting objects:  33% (35/106)        
2024-01-18T08:35:39.7840045Z remote: Counting objects:  34% (37/106)        
2024-01-18T08:35:39.7840755Z remote: Counting objects:  35% (38/106)        
2024-01-18T08:35:39.7841473Z remote: Counting objects:  36% (39/106)        
2024-01-18T08:35:39.7842195Z remote: Counting objects:  37% (40/106)        
2024-01-18T08:35:39.7842922Z remote: Counting objects:  38% (41/106)        
2024-01-18T08:35:39.7843631Z remote: Counting objects:  39% (42/106)        
2024-01-18T08:35:39.7844346Z remote: Counting objects:  40% (43/106)        
2024-01-18T08:35:39.7845060Z remote: Counting objects:  41% (44/106)        
2024-01-18T08:35:39.7845779Z remote: Counting objects:  42% (45/106)        
2024-01-18T08:35:39.7846499Z remote: Counting objects:  43% (46/106)        
2024-01-18T08:35:39.7848587Z remote: Counting objects:  44% (47/106)        
2024-01-18T08:35:39.7849347Z remote: Counting objects:  45% (48/106)        
2024-01-18T08:35:39.7850088Z remote: Counting objects:  46% (49/106)        
2024-01-18T08:35:39.7850810Z remote: Counting objects:  47% (50/106)        
2024-01-18T08:35:39.7851524Z remote: Counting objects:  48% (51/106)        
2024-01-18T08:35:39.7852241Z remote: Counting objects:  49% (52/106)        
2024-01-18T08:35:39.7852953Z remote: Counting objects:  50% (53/106)        
2024-01-18T08:35:39.7853682Z remote: Counting objects:  51% (55/106)        
2024-01-18T08:35:39.7854389Z remote: Counting objects:  52% (56/106)        
2024-01-18T08:35:39.7855105Z remote: Counting objects:  53% (57/106)        
2024-01-18T08:35:39.7855809Z remote: Counting objects:  54% (58/106)        
2024-01-18T08:35:39.7856535Z remote: Counting objects:  55% (59/106)        
2024-01-18T08:35:39.7857257Z remote: Counting objects:  56% (60/106)        
2024-01-18T08:35:39.7857980Z remote: Counting objects:  57% (61/106)        
2024-01-18T08:35:39.7858764Z remote: Counting objects:  58% (62/106)        
2024-01-18T08:35:39.7859494Z remote: Counting objects:  59% (63/106)        
2024-01-18T08:35:39.7860207Z remote: Counting objects:  60% (64/106)        
2024-01-18T08:35:39.7860915Z remote: Counting objects:  61% (65/106)        
2024-01-18T08:35:39.7861628Z remote: Counting objects:  62% (66/106)        
2024-01-18T08:35:39.7862339Z remote: Counting objects:  63% (67/106)        
2024-01-18T08:35:39.7863066Z remote: Counting objects:  64% (68/106)        
2024-01-18T08:35:39.7863770Z remote: Counting objects:  65% (69/106)        
2024-01-18T08:35:39.7865100Z remote: Counting objects:  66% (70/106)        
2024-01-18T08:35:39.7866449Z remote: Counting objects:  67% (72/106)        
2024-01-18T08:35:39.7867243Z remote: Counting objects:  68% (73/106)        
2024-01-18T08:35:39.7868004Z remote: Counting objects:  69% (74/106)        
2024-01-18T08:35:39.7868748Z remote: Counting objects:  70% (75/106)        
2024-01-18T08:35:39.7869466Z remote: Counting objects:  71% (76/106)        
2024-01-18T08:35:39.7870181Z remote: Counting objects:  72% (77/106)        
2024-01-18T08:35:39.7870929Z remote: Counting objects:  73% (78/106)        
2024-01-18T08:35:39.7871644Z remote: Counting objects:  74% (79/106)        
2024-01-18T08:35:39.7872357Z remote: Counting objects:  75% (80/106)        
2024-01-18T08:35:39.7873071Z remote: Counting objects:  76% (81/106)        
2024-01-18T08:35:39.7873785Z remote: Counting objects:  77% (82/106)        
2024-01-18T08:35:39.7874557Z remote: Counting objects:  78% (83/106)        
2024-01-18T08:35:39.7875329Z remote: Counting objects:  79% (84/106)        
2024-01-18T08:35:39.7876044Z remote: Counting objects:  80% (85/106)        
2024-01-18T08:35:39.7876780Z remote: Counting objects:  81% (86/106)        
2024-01-18T08:35:39.7877895Z remote: Counting objects:  82% (87/106)        
2024-01-18T08:35:39.7878623Z remote: Counting objects:  83% (88/106)        
2024-01-18T08:35:39.7879330Z remote: Counting objects:  84% (90/106)        
2024-01-18T08:35:39.7880035Z remote: Counting objects:  85% (91/106)        
2024-01-18T08:35:39.7880773Z remote: Counting objects:  86% (92/106)        
2024-01-18T08:35:39.7881485Z remote: Counting objects:  87% (93/106)        
2024-01-18T08:35:39.7882189Z remote: Counting objects:  88% (94/106)        
2024-01-18T08:35:39.7882908Z remote: Counting objects:  89% (95/106)        
2024-01-18T08:35:39.7883709Z remote: Counting objects:  90% (96/106)        
2024-01-18T08:35:39.7884633Z remote: Counting objects:  91% (97/106)        
2024-01-18T08:35:39.7885518Z remote: Counting objects:  92% (98/106)        
2024-01-18T08:35:39.7886347Z remote: Counting objects:  93% (99/106)        
2024-01-18T08:35:39.7887196Z remote: Counting objects:  94% (100/106)        
2024-01-18T08:35:39.7888074Z remote: Counting objects:  95% (101/106)        
2024-01-18T08:35:39.7889233Z remote: Counting objects:  96% (102/106)        
2024-01-18T08:35:39.7890114Z remote: Counting objects:  97% (103/106)        
2024-01-18T08:35:39.7891019Z remote: Counting objects:  98% (104/106)        
2024-01-18T08:35:39.7891930Z remote: Counting objects:  99% (105/106)        
2024-01-18T08:35:39.7892793Z remote: Counting objects: 100% (106/106)        
2024-01-18T08:35:39.7893695Z remote: Counting objects: 100% (106/106), done.        
2024-01-18T08:35:39.7947787Z remote: Compressing objects:   1% (1/74)        
2024-01-18T08:35:39.7948631Z remote: Compressing objects:   2% (2/74)        
2024-01-18T08:35:39.7951213Z remote: Compressing objects:   4% (3/74)        
2024-01-18T08:35:39.7952014Z remote: Compressing objects:   5% (4/74)        
2024-01-18T08:35:39.7953654Z remote: Compressing objects:   6% (5/74)        
2024-01-18T08:35:39.7954456Z remote: Compressing objects:   8% (6/74)        
2024-01-18T08:35:39.7955275Z remote: Compressing objects:   9% (7/74)        
2024-01-18T08:35:39.7956057Z remote: Compressing objects:  10% (8/74)        
2024-01-18T08:35:39.7956830Z remote: Compressing objects:  12% (9/74)        
2024-01-18T08:35:39.7957620Z remote: Compressing objects:  13% (10/74)        
2024-01-18T08:35:39.7958423Z remote: Compressing objects:  14% (11/74)        
2024-01-18T08:35:39.7959202Z remote: Compressing objects:  16% (12/74)        
2024-01-18T08:35:39.7959953Z remote: Compressing objects:  17% (13/74)        
2024-01-18T08:35:39.7960704Z remote: Compressing objects:  18% (14/74)        
2024-01-18T08:35:39.7962439Z remote: Compressing objects:  20% (15/74)        
2024-01-18T08:35:39.7963395Z remote: Compressing objects:  21% (16/74)        
2024-01-18T08:35:39.7964662Z remote: Compressing objects:  22% (17/74)        
2024-01-18T08:35:39.7965479Z remote: Compressing objects:  24% (18/74)        
2024-01-18T08:35:39.7966263Z remote: Compressing objects:  25% (19/74)        
2024-01-18T08:35:39.7967311Z remote: Compressing objects:  27% (20/74)        
2024-01-18T08:35:39.7968082Z remote: Compressing objects:  28% (21/74)        
2024-01-18T08:35:39.7969860Z remote: Compressing objects:  29% (22/74)        
2024-01-18T08:35:39.7970653Z remote: Compressing objects:  31% (23/74)        
2024-01-18T08:35:39.7971546Z remote: Compressing objects:  32% (24/74)        
2024-01-18T08:35:39.7972315Z remote: Compressing objects:  33% (25/74)        
2024-01-18T08:35:39.7973109Z remote: Compressing objects:  35% (26/74)        
2024-01-18T08:35:39.7973899Z remote: Compressing objects:  36% (27/74)        
2024-01-18T08:35:39.7974673Z remote: Compressing objects:  37% (28/74)        
2024-01-18T08:35:39.7975439Z remote: Compressing objects:  39% (29/74)        
2024-01-18T08:35:39.7976208Z remote: Compressing objects:  40% (30/74)        
2024-01-18T08:35:39.7976954Z remote: Compressing objects:  41% (31/74)        
2024-01-18T08:35:39.7977728Z remote: Compressing objects:  43% (32/74)        
2024-01-18T08:35:39.7979878Z remote: Compressing objects:  44% (33/74)        
2024-01-18T08:35:39.7980929Z remote: Compressing objects:  45% (34/74)        
2024-01-18T08:35:39.7981704Z remote: Compressing objects:  47% (35/74)        
2024-01-18T08:35:39.7982650Z remote: Compressing objects:  48% (36/74)        
2024-01-18T08:35:39.7983445Z remote: Compressing objects:  50% (37/74)        
2024-01-18T08:35:39.7984212Z remote: Compressing objects:  51% (38/74)        
2024-01-18T08:35:39.7984968Z remote: Compressing objects:  52% (39/74)        
2024-01-18T08:35:39.7985767Z remote: Compressing objects:  54% (40/74)        
2024-01-18T08:35:39.7986694Z remote: Compressing objects:  55% (41/74)        
2024-01-18T08:35:39.7987487Z remote: Compressing objects:  56% (42/74)        
2024-01-18T08:35:39.7988247Z remote: Compressing objects:  58% (43/74)        
2024-01-18T08:35:39.7989011Z remote: Compressing objects:  59% (44/74)        
2024-01-18T08:35:39.7989905Z remote: Compressing objects:  60% (45/74)        
2024-01-18T08:35:39.7990670Z remote: Compressing objects:  62% (46/74)        
2024-01-18T08:35:39.7991633Z remote: Compressing objects:  63% (47/74)        
2024-01-18T08:35:39.7992433Z remote: Compressing objects:  64% (48/74)        
2024-01-18T08:35:39.7993230Z remote: Compressing objects:  66% (49/74)        
2024-01-18T08:35:39.7994007Z remote: Compressing objects:  67% (50/74)        
2024-01-18T08:35:39.7994776Z remote: Compressing objects:  68% (51/74)        
2024-01-18T08:35:39.7995535Z remote: Compressing objects:  70% (52/74)        
2024-01-18T08:35:39.7996316Z remote: Compressing objects:  71% (53/74)        
2024-01-18T08:35:39.7997064Z remote: Compressing objects:  72% (54/74)        
2024-01-18T08:35:39.7997825Z remote: Compressing objects:  74% (55/74)        
2024-01-18T08:35:39.7998588Z remote: Compressing objects:  75% (56/74)        
2024-01-18T08:35:39.7999349Z remote: Compressing objects:  77% (57/74)        
2024-01-18T08:35:39.8000134Z remote: Compressing objects:  78% (58/74)        
2024-01-18T08:35:39.8001239Z remote: Compressing objects:  79% (59/74)        
2024-01-18T08:35:39.8001991Z remote: Compressing objects:  81% (60/74)        
2024-01-18T08:35:39.8002745Z remote: Compressing objects:  82% (61/74)        
2024-01-18T08:35:39.8003894Z remote: Compressing objects:  83% (62/74)        
2024-01-18T08:35:39.8004985Z remote: Compressing objects:  85% (63/74)        
2024-01-18T08:35:39.8005906Z remote: Compressing objects:  86% (64/74)        
2024-01-18T08:35:39.8006678Z remote: Compressing objects:  87% (65/74)        
2024-01-18T08:35:39.8007466Z remote: Compressing objects:  89% (66/74)        
2024-01-18T08:35:39.8008366Z remote: Compressing objects:  90% (67/74)        
2024-01-18T08:35:39.8009131Z remote: Compressing objects:  91% (68/74)        
2024-01-18T08:35:39.8009903Z remote: Compressing objects:  93% (69/74)        
2024-01-18T08:35:39.8010722Z remote: Compressing objects:  94% (70/74)        
2024-01-18T08:35:39.8011532Z remote: Compressing objects:  95% (71/74)        
2024-01-18T08:35:39.8012309Z remote: Compressing objects:  97% (72/74)        
2024-01-18T08:35:39.8013080Z remote: Compressing objects:  98% (73/74)        
2024-01-18T08:35:39.8013838Z remote: Compressing objects: 100% (74/74)        
2024-01-18T08:35:39.8014660Z remote: Compressing objects: 100% (74/74), done.        
2024-01-18T08:35:39.8568317Z Receiving objects:   0% (1/106)
2024-01-18T08:35:39.8640762Z Receiving objects:   1% (2/106)
2024-01-18T08:35:39.8642462Z Receiving objects:   2% (3/106)
2024-01-18T08:35:39.8644980Z Receiving objects:   3% (4/106)
2024-01-18T08:35:39.8647305Z Receiving objects:   4% (5/106)
2024-01-18T08:35:39.8648173Z Receiving objects:   5% (6/106)
2024-01-18T08:35:39.8649038Z Receiving objects:   6% (7/106)
2024-01-18T08:35:39.8649868Z Receiving objects:   7% (8/106)
2024-01-18T08:35:39.8652198Z Receiving objects:   8% (9/106)
2024-01-18T08:35:39.8666569Z Receiving objects:   9% (10/106)
2024-01-18T08:35:39.8668111Z Receiving objects:  10% (11/106)
2024-01-18T08:35:39.8669622Z Receiving objects:  11% (12/106)
2024-01-18T08:35:39.8670694Z Receiving objects:  12% (13/106)
2024-01-18T08:35:39.8671442Z Receiving objects:  13% (14/106)
2024-01-18T08:35:39.8673358Z Receiving objects:  14% (15/106)
2024-01-18T08:35:39.8675446Z Receiving objects:  15% (16/106)
2024-01-18T08:35:39.8676356Z Receiving objects:  16% (17/106)
2024-01-18T08:35:39.8677323Z Receiving objects:  17% (19/106)
2024-01-18T08:35:39.8678608Z Receiving objects:  18% (20/106)
2024-01-18T08:35:39.8679601Z Receiving objects:  19% (21/106)
2024-01-18T08:35:39.8680784Z Receiving objects:  20% (22/106)
2024-01-18T08:35:39.8681724Z Receiving objects:  21% (23/106)
2024-01-18T08:35:39.8682434Z Receiving objects:  22% (24/106)
2024-01-18T08:35:39.8683656Z Receiving objects:  23% (25/106)
2024-01-18T08:35:39.8684583Z Receiving objects:  24% (26/106)
2024-01-18T08:35:39.8685287Z Receiving objects:  25% (27/106)
2024-01-18T08:35:39.8686520Z Receiving objects:  26% (28/106)
2024-01-18T08:35:39.8687546Z Receiving objects:  27% (29/106)
2024-01-18T08:35:39.8690147Z Receiving objects:  28% (30/106)
2024-01-18T08:35:39.8691439Z Receiving objects:  29% (31/106)
2024-01-18T08:35:39.8692170Z Receiving objects:  30% (32/106)
2024-01-18T08:35:39.8694339Z Receiving objects:  31% (33/106)
2024-01-18T08:35:39.8696254Z Receiving objects:  32% (34/106)
2024-01-18T08:35:39.8696940Z Receiving objects:  33% (35/106)
2024-01-18T08:35:39.8698286Z Receiving objects:  34% (37/106)
2024-01-18T08:35:39.8699044Z Receiving objects:  35% (38/106)
2024-01-18T08:35:39.8701053Z Receiving objects:  36% (39/106)
2024-01-18T08:35:39.8702186Z Receiving objects:  37% (40/106)
2024-01-18T08:35:39.8702884Z Receiving objects:  38% (41/106)
2024-01-18T08:35:39.8703669Z Receiving objects:  39% (42/106)
2024-01-18T08:35:39.8704326Z Receiving objects:  40% (43/106)
2024-01-18T08:35:39.8704991Z Receiving objects:  41% (44/106)
2024-01-18T08:35:39.8705681Z Receiving objects:  42% (45/106)
2024-01-18T08:35:39.8706364Z Receiving objects:  43% (46/106)
2024-01-18T08:35:39.8707045Z Receiving objects:  44% (47/106)
2024-01-18T08:35:39.8745379Z Receiving objects:  45% (48/106)
2024-01-18T08:35:39.8750105Z Receiving objects:  46% (49/106)
2024-01-18T08:35:39.8788300Z Receiving objects:  47% (50/106)
2024-01-18T08:35:39.8791845Z Receiving objects:  48% (51/106)
2024-01-18T08:35:39.8847763Z Receiving objects:  49% (52/106)
2024-01-18T08:35:39.8906033Z Receiving objects:  50% (53/106)
2024-01-18T08:35:39.8907438Z Receiving objects:  51% (55/106)
2024-01-18T08:35:39.8940174Z Receiving objects:  52% (56/106)
2024-01-18T08:35:39.8952578Z Receiving objects:  53% (57/106)
2024-01-18T08:35:39.8990399Z Receiving objects:  54% (58/106)
2024-01-18T08:35:39.9027037Z Receiving objects:  55% (59/106)
2024-01-18T08:35:39.9028210Z Receiving objects:  56% (60/106)
2024-01-18T08:35:39.9071523Z Receiving objects:  57% (61/106)
2024-01-18T08:35:39.9085631Z Receiving objects:  58% (62/106)
2024-01-18T08:35:39.9086730Z Receiving objects:  59% (63/106)
2024-01-18T08:35:39.9139986Z Receiving objects:  60% (64/106)
2024-01-18T08:35:39.9143473Z Receiving objects:  61% (65/106)
2024-01-18T08:35:39.9152379Z Receiving objects:  62% (66/106)
2024-01-18T08:35:39.9153556Z Receiving objects:  63% (67/106)
2024-01-18T08:35:39.9154296Z Receiving objects:  64% (68/106)
2024-01-18T08:35:39.9191191Z Receiving objects:  65% (69/106)
2024-01-18T08:35:39.9235183Z Receiving objects:  66% (70/106)
2024-01-18T08:35:39.9236064Z Receiving objects:  67% (72/106)
2024-01-18T08:35:39.9279657Z Receiving objects:  68% (73/106)
2024-01-18T08:35:39.9335015Z Receiving objects:  69% (74/106)
2024-01-18T08:35:39.9336493Z Receiving objects:  70% (75/106)
2024-01-18T08:35:39.9369913Z Receiving objects:  71% (76/106)
2024-01-18T08:35:39.9401383Z Receiving objects:  72% (77/106)
2024-01-18T08:35:39.9406375Z Receiving objects:  73% (78/106)
2024-01-18T08:35:39.9459684Z Receiving objects:  74% (79/106)
2024-01-18T08:35:39.9461249Z Receiving objects:  75% (80/106)
2024-01-18T08:35:39.9496929Z Receiving objects:  76% (81/106)
2024-01-18T08:35:39.9497745Z Receiving objects:  77% (82/106)
2024-01-18T08:35:39.9503463Z Receiving objects:  78% (83/106)
2024-01-18T08:35:39.9504635Z Receiving objects:  79% (84/106)
2024-01-18T08:35:39.9520587Z Receiving objects:  80% (85/106)
2024-01-18T08:35:39.9522083Z Receiving objects:  81% (86/106)
2024-01-18T08:35:39.9523193Z Receiving objects:  82% (87/106)
2024-01-18T08:35:39.9524473Z Receiving objects:  83% (88/106)
2024-01-18T08:35:39.9558703Z Receiving objects:  84% (90/106)
2024-01-18T08:35:39.9779117Z Receiving objects:  85% (91/106)
2024-01-18T08:35:39.9781357Z Receiving objects:  86% (92/106)
2024-01-18T08:35:39.9782084Z Receiving objects:  87% (93/106)
2024-01-18T08:35:39.9782993Z Receiving objects:  88% (94/106)
2024-01-18T08:35:39.9784194Z Receiving objects:  89% (95/106)
2024-01-18T08:35:39.9787240Z Receiving objects:  90% (96/106)
2024-01-18T08:35:39.9787978Z Receiving objects:  91% (97/106)
2024-01-18T08:35:39.9788700Z Receiving objects:  92% (98/106)
2024-01-18T08:35:39.9789770Z Receiving objects:  93% (99/106)
2024-01-18T08:35:39.9790465Z Receiving objects:  94% (100/106)
2024-01-18T08:35:39.9791182Z Receiving objects:  95% (101/106)
2024-01-18T08:35:39.9792164Z Receiving objects:  96% (102/106)
2024-01-18T08:35:39.9793602Z remote: Total 106 (delta 39), reused 77 (delta 30), pack-reused 0        
2024-01-18T08:35:39.9794640Z Receiving objects:  97% (103/106)
2024-01-18T08:35:39.9795336Z Receiving objects:  98% (104/106)
2024-01-18T08:35:39.9796023Z Receiving objects:  99% (105/106)
2024-01-18T08:35:39.9796710Z Receiving objects: 100% (106/106)
2024-01-18T08:35:39.9797609Z Receiving objects: 100% (106/106), 3.41 MiB | 30.62 MiB/s, done.
2024-01-18T08:35:39.9798515Z Resolving deltas:   0% (0/39)
2024-01-18T08:35:39.9799167Z Resolving deltas:   2% (1/39)
2024-01-18T08:35:39.9799814Z Resolving deltas:   5% (2/39)
2024-01-18T08:35:39.9800486Z Resolving deltas:   7% (3/39)
2024-01-18T08:35:39.9801201Z Resolving deltas:  10% (4/39)
2024-01-18T08:35:39.9801845Z Resolving deltas:  12% (5/39)
2024-01-18T08:35:39.9802543Z Resolving deltas:  15% (6/39)
2024-01-18T08:35:39.9803200Z Resolving deltas:  17% (7/39)
2024-01-18T08:35:39.9803839Z Resolving deltas:  20% (8/39)
2024-01-18T08:35:39.9804472Z Resolving deltas:  23% (9/39)
2024-01-18T08:35:39.9805119Z Resolving deltas:  25% (10/39)
2024-01-18T08:35:39.9805800Z Resolving deltas:  28% (11/39)
2024-01-18T08:35:39.9806446Z Resolving deltas:  30% (12/39)
2024-01-18T08:35:39.9807090Z Resolving deltas:  33% (13/39)
2024-01-18T08:35:39.9807732Z Resolving deltas:  35% (14/39)
2024-01-18T08:35:39.9808428Z Resolving deltas:  38% (15/39)
2024-01-18T08:35:39.9809093Z Resolving deltas:  41% (16/39)
2024-01-18T08:35:39.9809735Z Resolving deltas:  43% (17/39)
2024-01-18T08:35:39.9810395Z Resolving deltas:  46% (18/39)
2024-01-18T08:35:39.9811056Z Resolving deltas:  48% (19/39)
2024-01-18T08:35:39.9811693Z Resolving deltas:  51% (20/39)
2024-01-18T08:35:39.9812343Z Resolving deltas:  53% (21/39)
2024-01-18T08:35:39.9813018Z Resolving deltas:  56% (22/39)
2024-01-18T08:35:39.9813660Z Resolving deltas:  58% (23/39)
2024-01-18T08:35:39.9814458Z Resolving deltas:  61% (24/39)
2024-01-18T08:35:39.9815050Z Resolving deltas:  64% (25/39)
2024-01-18T08:35:39.9816378Z Resolving deltas:  66% (26/39)
2024-01-18T08:35:39.9817088Z Resolving deltas:  69% (27/39)
2024-01-18T08:35:39.9817796Z Resolving deltas:  71% (28/39)
2024-01-18T08:35:39.9818443Z Resolving deltas:  74% (29/39)
2024-01-18T08:35:39.9819292Z Resolving deltas:  76% (30/39)
2024-01-18T08:35:39.9819954Z Resolving deltas:  79% (31/39)
2024-01-18T08:35:39.9823328Z Resolving deltas:  82% (32/39)
2024-01-18T08:35:39.9824136Z Resolving deltas:  84% (33/39)
2024-01-18T08:35:39.9824895Z Resolving deltas:  87% (34/39)
2024-01-18T08:35:39.9825569Z Resolving deltas:  89% (35/39)
2024-01-18T08:35:39.9826268Z Resolving deltas:  92% (36/39)
2024-01-18T08:35:39.9827259Z Resolving deltas:  94% (37/39)
2024-01-18T08:35:39.9827945Z Resolving deltas:  97% (38/39)
2024-01-18T08:35:39.9828613Z Resolving deltas: 100% (39/39)
2024-01-18T08:35:39.9829296Z Resolving deltas: 100% (39/39), done.
2024-01-18T08:35:40.0617785Z From https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T08:35:40.0619378Z  * [new branch]      main       -> origin/main
2024-01-18T08:35:40.0959909Z ##[endgroup]
2024-01-18T08:35:40.0960821Z ##[group]Determining the checkout info
2024-01-18T08:35:40.0962120Z ##[endgroup]
2024-01-18T08:35:40.0962973Z ##[group]Fetching LFS objects
2024-01-18T08:35:40.0976787Z [command]"C:\Program Files\Git\bin\git.exe" lfs fetch origin refs/remotes/origin/main
2024-01-18T08:35:40.5410105Z fetch: Fetching reference refs/remotes/origin/main
2024-01-18T08:35:40.6924459Z ##[endgroup]
2024-01-18T08:35:40.6925417Z ##[group]Checking out the ref
2024-01-18T08:35:40.6935495Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2024-01-18T08:35:40.8823487Z branch 'main' set up to track 'origin/main'.
2024-01-18T08:35:40.8825096Z Switched to a new branch 'main'
2024-01-18T08:35:41.2780196Z ##[endgroup]
2024-01-18T08:35:41.3319520Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2024-01-18T08:35:41.3733526Z 'e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec'
2024-01-18T08:35:41.4397392Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v4.0
2024-01-18T08:35:41.4398250Z with:
2024-01-18T08:35:41.4398662Z   shell: powershell
2024-01-18T08:35:41.4399119Z   project: W1
2024-01-18T08:35:41.4400221Z   get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact
2024-01-18T08:35:41.4401444Z env:
2024-01-18T08:35:41.4402738Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:35:41.4404253Z   ALGoRepoSettings: 
2024-01-18T08:35:41.4404746Z ##[endgroup]
2024-01-18T08:35:41.4992846Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:35:41.4994791Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:35:41.4995984Z try {
2024-01-18T08:35:41.4997301Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\ReadSettings/ReadSettings.ps1 -project $ENV:_project -get $ENV:_get
2024-01-18T08:35:41.4998570Z }
2024-01-18T08:35:41.4998977Z catch {
2024-01-18T08:35:41.5000736Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T08:35:41.5002606Z   exit 1
2024-01-18T08:35:41.5003028Z }
2024-01-18T08:35:41.5091158Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:35:41.5092218Z env:
2024-01-18T08:35:41.5093569Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:35:41.5095077Z   ALGoRepoSettings: 
2024-01-18T08:35:41.5095597Z   _project: W1
2024-01-18T08:35:41.5096731Z   _get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact
2024-01-18T08:35:41.5097967Z ##[endgroup]
2024-01-18T08:35:42.3580950Z Applying settings from D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\.github\AL-Go-Settings.json
2024-01-18T08:35:42.4551945Z Applying settings from D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.AL-Go\settings.json
2024-01-18T08:35:42.4587844Z No settings found in D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\.github\CICD.settings.json
2024-01-18T08:35:42.4627917Z No settings found in D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.AL-Go\CICD.settings.json
2024-01-18T08:35:42.4643489Z No settings found in D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.AL-Go\Marhoon.settings.json
2024-01-18T08:35:43.5383176Z SETTINGS:
2024-01-18T08:35:43.6363836Z {
2024-01-18T08:35:43.6364831Z     "keyVaultCertificateUrlSecretName":  "",
2024-01-18T08:35:43.6367617Z     "microsoftTelemetryConnectionString":  "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/",
2024-01-18T08:35:43.6369797Z     "NextMajorSchedule":  "0 2 * * 6",
2024-01-18T08:35:43.6370561Z     "type":  "AppSource App",
2024-01-18T08:35:43.6371341Z     "sendExtendedTelemetryToMicrosoft":  false,
2024-01-18T08:35:43.6372146Z     "appBuild":  34,
2024-01-18T08:35:43.6372738Z     "installTestApps":  [
2024-01-18T08:35:43.6373214Z 
2024-01-18T08:35:43.6373494Z                         ],
2024-01-18T08:35:43.6374141Z     "versioningStrategy":  0,
2024-01-18T08:35:43.6374785Z     "installApps":  [
2024-01-18T08:35:43.6375219Z 
2024-01-18T08:35:43.6375475Z                     ],
2024-01-18T08:35:43.6376097Z     "installTestLibraries":  false,
2024-01-18T08:35:43.6376804Z     "runNumberOffset":  0,
2024-01-18T08:35:43.6383502Z     "codeSignCertificatePasswordSecretName":  "codeSignCertificatePassword",
2024-01-18T08:35:43.6385521Z     "vsixFile":  "",
2024-01-18T08:35:43.6386836Z     "country":  "W1",
2024-01-18T08:35:43.6387598Z     "partnerTelemetryConnectionString":  "",
2024-01-18T08:35:43.6388881Z     "doNotRunTests":  false,
2024-01-18T08:35:43.6389778Z     "githubRunner":  "windows-latest",
2024-01-18T08:35:43.6390466Z     "generateDependencyArtifact":  false,
2024-01-18T08:35:43.6391132Z     "excludeEnvironments":  [
2024-01-18T08:35:43.6391517Z 
2024-01-18T08:35:43.6391671Z                             ],
2024-01-18T08:35:43.6392358Z     "keyVaultCertificatePasswordSecretName":  "",
2024-01-18T08:35:43.6393633Z     "rulesetFile":  "",
2024-01-18T08:35:43.6394260Z     "licenseFileUrlSecretName":  "licenseFileUrl",
2024-01-18T08:35:43.6395023Z     "enableExternalRulesets":  false,
2024-01-18T08:35:43.6395651Z     "memoryLimit":  "",
2024-01-18T08:35:43.6396264Z     "keyVaultClientIdSecretName":  "",
2024-01-18T08:35:43.6396935Z     "testFolders":  [
2024-01-18T08:35:43.6397249Z 
2024-01-18T08:35:43.6397394Z                     ],
2024-01-18T08:35:43.6397910Z     "doNotBuildTests":  false,
2024-01-18T08:35:43.6398443Z     "environments":  [
2024-01-18T08:35:43.6398758Z 
2024-01-18T08:35:43.6398907Z                      ],
2024-01-18T08:35:43.6399365Z     "companyName":  "",
2024-01-18T08:35:43.6399905Z     "assignPremiumPlan":  false,
2024-01-18T08:35:43.6400799Z     "artifact":  "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1",
2024-01-18T08:35:43.6401868Z     "ghTokenWorkflowSecretName":  "ghTokenWorkflow",
2024-01-18T08:35:43.6402632Z     "enableTaskScheduler":  false,
2024-01-18T08:35:43.6403215Z     "enableCodeCop":  false,
2024-01-18T08:35:43.6403766Z     "repoVersion":  "1.0",
2024-01-18T08:35:43.6404303Z     "doNotPublishApps":  true,
2024-01-18T08:35:43.6404881Z     "unusedALGoSystemFiles":  [
2024-01-18T08:35:43.6405291Z 
2024-01-18T08:35:43.6405443Z                               ],
2024-01-18T08:35:43.6406035Z     "githubRunnerShell":  "powershell",
2024-01-18T08:35:43.6406651Z     "appFolders":  [
2024-01-18T08:35:43.6406946Z 
2024-01-18T08:35:43.6407114Z                    ],
2024-01-18T08:35:43.6407805Z     "runs-on":  "windows-latest",
2024-01-18T08:35:43.6408382Z     "cacheKeepDays":  3,
2024-01-18T08:35:43.6408913Z     "bcptTestFolders":  [
2024-01-18T08:35:43.6409253Z 
2024-01-18T08:35:43.6409421Z                         ],
2024-01-18T08:35:43.6409943Z     "updateDependencies":  false,
2024-01-18T08:35:43.6410533Z     "cacheImageName":  "my",
2024-01-18T08:35:43.6411151Z     "treatTestFailuresAsWarnings":  false,
2024-01-18T08:35:43.6412160Z     "additionalCountries":  [
2024-01-18T08:35:43.6412521Z 
2024-01-18T08:35:43.6412691Z                             ],
2024-01-18T08:35:43.6413206Z     "enableUICop":  false,
2024-01-18T08:35:43.6413715Z     "customCodeCops":  [
2024-01-18T08:35:43.6414068Z 
2024-01-18T08:35:43.6414232Z                        ],
2024-01-18T08:35:43.6414739Z     "appDependencies":  [
2024-01-18T08:35:43.6415084Z 
2024-01-18T08:35:43.6415234Z                         ],
2024-01-18T08:35:43.6415738Z     "doNotRunBcptTests":  false,
2024-01-18T08:35:43.6416357Z     "appDependencyProbingPaths":  [
2024-01-18T08:35:43.6416795Z 
2024-01-18T08:35:43.6416973Z                                   ],
2024-01-18T08:35:43.6417550Z     "useCompilerFolder":  true,
2024-01-18T08:35:43.6418141Z     "installTestFramework":  false,
2024-01-18T08:35:43.6418828Z     "keyVaultCodesignCertificateName":  "",
2024-01-18T08:35:43.6419689Z     "keyVaultName":  "BusinessCentral-Keys",
2024-01-18T08:35:43.6420415Z     "installOnlyReferencedApps":  true,
2024-01-18T08:35:43.6421128Z     "obsoleteTagMinAllowedMajorMinor":  "",
2024-01-18T08:35:43.6421875Z     "applicationDependency":  "18.0.0.0",
2024-01-18T08:35:43.6424431Z     "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
2024-01-18T08:35:43.6427064Z     "shell":  "powershell",
2024-01-18T08:35:43.6427606Z     "failOn":  "error",
2024-01-18T08:35:43.6428602Z     "templateUrl":  "https://github.com/microsoft/AL-Go-AppSource@main",
2024-01-18T08:35:43.6429466Z     "projects":  [
2024-01-18T08:35:43.6429746Z 
2024-01-18T08:35:43.6429901Z                  ],
2024-01-18T08:35:43.6430355Z     "projectName":  "W1",
2024-01-18T08:35:43.6430872Z     "testDependencies":  [
2024-01-18T08:35:43.6431223Z 
2024-01-18T08:35:43.6431369Z                          ],
2024-01-18T08:35:43.6431873Z     "appRevision":  0,
2024-01-18T08:35:43.6432611Z     "codeSignCertificateUrlSecretName":  "codeSignCertificateUrl",
2024-01-18T08:35:43.6433475Z     "configPackages":  [
2024-01-18T08:35:43.6433813Z 
2024-01-18T08:35:43.6433958Z                        ],
2024-01-18T08:35:43.6434499Z     "useProjectDependencies":  false,
2024-01-18T08:35:43.6435170Z     "appSourceCopMandatoryAffixes":  [
2024-01-18T08:35:43.6435829Z                                          "ALI"
2024-01-18T08:35:43.6436444Z                                      ],
2024-01-18T08:35:43.6437004Z     "buildModes":  [
2024-01-18T08:35:43.6437309Z 
2024-01-18T08:35:43.6437464Z                    ],
2024-01-18T08:35:43.6437932Z     "templateBranch":  "",
2024-01-18T08:35:43.6438478Z     "NextMinorSchedule":  "0 2 * * 5",
2024-01-18T08:35:43.6439139Z     "installPerformanceToolkit":  false,
2024-01-18T08:35:43.6439878Z     "PullRequestTrigger":  "pull_request_target",
2024-01-18T08:35:43.6440574Z     "doNotSignApps":  false,
2024-01-18T08:35:43.6441374Z     "repoName":  "Bahrain-Generic-Reports-Extension",
2024-01-18T08:35:43.6442172Z     "fullBuildPatterns":  [
2024-01-18T08:35:43.6442550Z 
2024-01-18T08:35:43.6442700Z                           ],
2024-01-18T08:35:43.6443276Z     "alwaysBuildAllProjects":  false,
2024-01-18T08:35:43.6443880Z     "skipUpgrade":  false,
2024-01-18T08:35:43.6444421Z     "CurrentSchedule":  "0 2 * * 4",
2024-01-18T08:35:43.6445031Z     "installTestRunner":  false,
2024-01-18T08:35:43.6445943Z     "adminCenterApiCredentialsSecretName":  "adminCenterApiCredentials"
2024-01-18T08:35:43.6446811Z }
2024-01-18T08:35:43.6447614Z GitHubRunnerJson="windows-latest"
2024-01-18T08:35:43.6448855Z GitHubRunnerShell=powershell
2024-01-18T08:35:43.7242741Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v4.0
2024-01-18T08:35:43.7243837Z with:
2024-01-18T08:35:43.7244385Z   shell: powershell
2024-01-18T08:35:43.7255544Z   gitHubSecrets: {
  "AZURE_CREDENTIALS": "***",
  "GHTOKENWORKFLOW": "***",
  "github_token": "***",
  "LICENSEFILEURL": "***",
  "AZURE_CLIENT_ID": "***",
  "AZURE_SUBSCRIPTION_ID": "***",
  "KEYVAULTCODESIGNCERTIFICATENAME": "***",
  "AZURE_TENANT_ID": "***"
}
2024-01-18T08:35:43.7260288Z   getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2024-01-18T08:35:43.7263413Z   useGhTokenWorkflowForPush: false
2024-01-18T08:35:43.7264160Z env:
2024-01-18T08:35:43.7265784Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:35:43.7267564Z   ALGoRepoSettings: 
2024-01-18T08:35:43.7268498Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:35:43.7269632Z   keyVaultCodesignCertificateName: 
2024-01-18T08:35:43.7270365Z   doNotRunTests: False
2024-01-18T08:35:43.7271098Z   doNotSignApps: False
2024-01-18T08:35:43.7271757Z   useCompilerFolder: True
2024-01-18T08:35:43.7294956Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:35:43.7318600Z ##[endgroup]
2024-01-18T08:35:43.7562727Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:35:43.7564659Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:35:43.7565829Z try {
2024-01-18T08:35:43.7566823Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{
2024-01-18T08:35:43.7573373Z   "AZURE_CREDENTIALS": "***",
2024-01-18T08:35:43.7574350Z   "GHTOKENWORKFLOW": "***",
2024-01-18T08:35:43.7575298Z   "github_token": "***",
2024-01-18T08:35:43.7577714Z   "LICENSEFILEURL": "***",
2024-01-18T08:35:43.7578553Z   "AZURE_CLIENT_ID": "***",
2024-01-18T08:35:43.7579454Z   "AZURE_SUBSCRIPTION_ID": "***",
2024-01-18T08:35:43.7580306Z   "KEYVAULTCODESIGNCERTIFICATENAME": "***",
2024-01-18T08:35:43.7581324Z   "AZURE_TENANT_ID": "***"
2024-01-18T08:35:43.7582421Z }' -getSecrets $ENV:_getSecrets -useGhTokenWorkflowForPush $ENV:_useGhTokenWorkflowForPush
2024-01-18T08:35:43.7583499Z }
2024-01-18T08:35:43.7583905Z catch {
2024-01-18T08:35:43.7585648Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T08:35:43.7587501Z   exit 1
2024-01-18T08:35:43.7587923Z }
2024-01-18T08:35:43.7635815Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:35:43.7636846Z env:
2024-01-18T08:35:43.7638160Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:35:43.7639693Z   ALGoRepoSettings: 
2024-01-18T08:35:43.7640489Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:35:43.7641450Z   keyVaultCodesignCertificateName: 
2024-01-18T08:35:43.7642075Z   doNotRunTests: False
2024-01-18T08:35:43.7642566Z   doNotSignApps: False
2024-01-18T08:35:43.7643090Z   useCompilerFolder: True
2024-01-18T08:35:43.7664773Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:35:43.7688296Z   _getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2024-01-18T08:35:43.7691282Z   _useGhTokenWorkflowForPush: false
2024-01-18T08:35:43.7691886Z ##[endgroup]
2024-01-18T08:35:44.5294254Z Masking value for clientSecret
2024-01-18T08:35:44.8132770Z Trying to get the secret (licenseFileUrl) from the github environment.
2024-01-18T08:35:44.8271909Z Masking value for licenseFileUrl
2024-01-18T08:35:44.8353311Z Secret (licenseFileUrl) was retrieved from the github environment.
2024-01-18T08:35:45.2459374Z licenseFileUrl successfully read from secret licenseFileUrl
2024-01-18T08:35:45.2502299Z Trying to get the secret (codeSignCertificateUrl) from the github environment.
2024-01-18T08:35:45.2574686Z Trying to get the secret (codeSignCertificateUrl) from Key Vault (BusinessCentral-Keys).
2024-01-18T08:36:06.2790093Z AzureRm.KeyVault Module is available in version 2.1.0
2024-01-18T08:36:07.2714959Z AzureRm.Profile Module is available in version 2.1.0
2024-01-18T08:36:07.2727674Z Using AzureRM version 2.1.0
2024-01-18T08:36:10.5244608Z Successfully connected to Azure Key Vault.
2024-01-18T08:36:12.0744855Z Trying to get the secret (codeSignCertificatePassword) from the github environment.
2024-01-18T08:36:12.0811988Z Trying to get the secret (codeSignCertificatePassword) from Key Vault (BusinessCentral-Keys).
2024-01-18T08:36:12.4928384Z Trying to get the secret (gitHubPackagesContext) from the github environment.
2024-01-18T08:36:12.4949800Z Trying to get the secret (gitHubPackagesContext) from Key Vault (BusinessCentral-Keys).
2024-01-18T08:36:12.9440480Z Trying to get the secret (applicationInsightsConnectionString) from the github environment.
2024-01-18T08:36:12.9454761Z Trying to get the secret (applicationInsightsConnectionString) from Key Vault (BusinessCentral-Keys).
2024-01-18T08:36:13.4193196Z The following secrets was not found: codeSignCertificateUrl, codeSignCertificatePassword (Secret codeSignCertificatePassword), gitHubPackagesContext, applicationInsightsConnectionString
2024-01-18T08:36:13.4991033Z ##[group]Run microsoft/AL-Go-Actions/DetermineArtifactUrl@v4.0
2024-01-18T08:36:13.4992065Z with:
2024-01-18T08:36:13.4992506Z   shell: powershell
2024-01-18T08:36:13.5019171Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:36:13.5046695Z   project: W1
2024-01-18T08:36:13.5047147Z env:
2024-01-18T08:36:13.5048509Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:13.5050089Z   ALGoRepoSettings: 
2024-01-18T08:36:13.5050936Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:13.5051962Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:13.5052642Z   doNotRunTests: False
2024-01-18T08:36:13.5053192Z   doNotSignApps: False
2024-01-18T08:36:13.5053729Z   useCompilerFolder: True
2024-01-18T08:36:13.5076750Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:13.5098098Z ##[endgroup]
2024-01-18T08:36:13.5289705Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:36:13.5292441Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:36:13.5293677Z try {
2024-01-18T08:36:13.5295392Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\DetermineArtifactUrl/DetermineArtifactUrl.ps1 -parentTelemetryScopeJson $env:_parentTelemetryScopeJson -project $ENV:_project
2024-01-18T08:36:13.5297248Z }
2024-01-18T08:36:13.5297683Z catch {
2024-01-18T08:36:13.5299532Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T08:36:13.5301444Z   exit 1
2024-01-18T08:36:13.5301913Z }
2024-01-18T08:36:13.5358311Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:36:13.5359345Z env:
2024-01-18T08:36:13.5360737Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:13.5362324Z   ALGoRepoSettings: 
2024-01-18T08:36:13.5363164Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:13.5364175Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:13.5364843Z   doNotRunTests: False
2024-01-18T08:36:13.5365393Z   doNotSignApps: False
2024-01-18T08:36:13.5365939Z   useCompilerFolder: True
2024-01-18T08:36:13.5390190Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:13.5440308Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:36:13.5467641Z   _project: W1
2024-01-18T08:36:13.5468145Z ##[endgroup]
2024-01-18T08:36:14.2940278Z Downloading BcContainerHelper latest version from CDN
2024-01-18T08:36:15.3609324Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:15.8959848Z BcContainerHelper version 6.0.3
2024-01-18T08:36:16.7423145Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T08:36:20.3265064Z ##[group]Analyzing repository
2024-01-18T08:36:20.3303200Z Checking type
2024-01-18T08:36:20.4737609Z Checking appFolders, testFolders and bcptTestFolders
2024-01-18T08:36:20.5043736Z Application Dependency 23.0.0.0
2024-01-18T08:36:20.5153824Z Updating app- and test Dependencies
2024-01-18T08:36:20.5308827Z Analyzing Test App Dependencies
2024-01-18T08:36:20.5368800Z ##[endgroup]
2024-01-18T08:36:20.5403116Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-01-18T08:36:20.5674122Z Checking artifact setting for project
2024-01-18T08:36:20.5824796Z artifact=https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:20.5840575Z artifactCacheKey=https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:21.1070824Z ##[group]Run actions/cache@v3
2024-01-18T08:36:21.1071568Z with:
2024-01-18T08:36:21.1072033Z   path: .artifactcache
2024-01-18T08:36:21.1072843Z   key: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:21.1073807Z   enableCrossOsArchive: false
2024-01-18T08:36:21.1074414Z   fail-on-cache-miss: false
2024-01-18T08:36:21.1075003Z   lookup-only: false
2024-01-18T08:36:21.1075468Z env:
2024-01-18T08:36:21.1076830Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:21.1079674Z   ALGoRepoSettings: 
2024-01-18T08:36:21.1080522Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:21.1081501Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:21.1082193Z   doNotRunTests: False
2024-01-18T08:36:21.1082715Z   doNotSignApps: False
2024-01-18T08:36:21.1083362Z   useCompilerFolder: True
2024-01-18T08:36:21.1104035Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:21.1126665Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:21.1130186Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:21.1131215Z ##[endgroup]
2024-01-18T08:36:23.0565017Z Received 150994944 of 519454057 (29.1%), 144.0 MBs/sec
2024-01-18T08:36:24.0538021Z Received 327155712 of 519454057 (63.0%), 155.5 MBs/sec
2024-01-18T08:36:24.8948272Z Cache Size: ~495 MB (519454057 B)
2024-01-18T08:36:24.8952629Z [command]"C:\Program Files\Git\usr\bin\tar.exe" -xf D:/a/_temp/9ac44ed9-5d3a-4188-a2ee-66add37b8837/cache.tzst -P -C D:/a/Bahrain-Generic-Reports-Extension/Bahrain-Generic-Reports-Extension --force-local --use-compress-program "zstd -d"
2024-01-18T08:36:25.0528155Z Received 519454057 of 519454057 (100.0%), 164.5 MBs/sec
2024-01-18T08:36:28.7678699Z Cache restored successfully
2024-01-18T08:36:29.2769992Z Cache restored from key: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:29.3311485Z ##[group]Run microsoft/AL-Go-Actions/DownloadProjectDependencies@v4.0
2024-01-18T08:36:29.3312588Z with:
2024-01-18T08:36:29.3313040Z   shell: powershell
2024-01-18T08:36:29.3313534Z   project: W1
2024-01-18T08:36:29.3314008Z   buildMode: Default
2024-01-18T08:36:29.3314554Z   projectsDependenciesJson: {}
2024-01-18T08:36:29.3315139Z env:
2024-01-18T08:36:29.3316514Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:29.3318045Z   ALGoRepoSettings: 
2024-01-18T08:36:29.3318883Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:29.3319892Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:29.3320561Z   doNotRunTests: False
2024-01-18T08:36:29.3321119Z   doNotSignApps: False
2024-01-18T08:36:29.3321669Z   useCompilerFolder: True
2024-01-18T08:36:29.3342658Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:29.3365809Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:29.3367469Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:29.3397311Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T08:36:29.3399077Z ##[endgroup]
2024-01-18T08:36:29.3612298Z ##[group]Run actions/download-artifact@v3
2024-01-18T08:36:29.3613083Z with:
2024-01-18T08:36:29.3614118Z   path: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension/.dependencies
2024-01-18T08:36:29.3616587Z env:
2024-01-18T08:36:29.3617963Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:29.3619540Z   ALGoRepoSettings: 
2024-01-18T08:36:29.3620397Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:29.3621387Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:29.3622085Z   doNotRunTests: False
2024-01-18T08:36:29.3622651Z   doNotSignApps: False
2024-01-18T08:36:29.3623193Z   useCompilerFolder: True
2024-01-18T08:36:29.3643997Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:29.3667007Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:29.3668689Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:29.3676242Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T08:36:29.3677888Z ##[endgroup]
2024-01-18T08:36:29.5053923Z No artifact name specified, downloading all artifacts
2024-01-18T08:36:29.5056993Z Creating an extra directory for each artifact that is being downloaded
2024-01-18T08:36:29.5993421Z Unable to find any artifacts for the associated workflow
2024-01-18T08:36:29.5994793Z There were 0 artifacts downloaded
2024-01-18T08:36:29.6014092Z Artifact download has finished successfully
2024-01-18T08:36:29.6311959Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:36:29.6314489Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:36:29.6315715Z try {
2024-01-18T08:36:29.6318619Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\DownloadProjectDependencies/DownloadProjectDependencies.Action.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -projectsDependenciesJson $ENV:_projectsDependenciesJson -baseFolder $ENV:_baseFolder -destinationPath $ENV:_destinationPath -token $ENV:_gitHubToken
2024-01-18T08:36:29.6321598Z }
2024-01-18T08:36:29.6322060Z catch {
2024-01-18T08:36:29.6323837Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))"
2024-01-18T08:36:29.6325771Z   exit 1
2024-01-18T08:36:29.6326240Z }
2024-01-18T08:36:29.6373318Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:36:29.6374346Z env:
2024-01-18T08:36:29.6375746Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:29.6377296Z   ALGoRepoSettings: 
2024-01-18T08:36:29.6378117Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:29.6379105Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:29.6379758Z   doNotRunTests: False
2024-01-18T08:36:29.6380337Z   doNotSignApps: False
2024-01-18T08:36:29.6380867Z   useCompilerFolder: True
2024-01-18T08:36:29.6402021Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:29.6424562Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:29.6426160Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:29.6433305Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T08:36:29.6434936Z   _project: W1
2024-01-18T08:36:29.6435483Z   _buildMode: Default
2024-01-18T08:36:29.6436014Z   _projectsDependenciesJson: {}
2024-01-18T08:36:29.6437109Z   _baseFolder: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T08:36:29.6438877Z   _destinationPath: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension/.dependencies
2024-01-18T08:36:29.6440339Z   _gitHubToken: ***
2024-01-18T08:36:29.6440820Z ##[endgroup]
2024-01-18T08:36:30.2061882Z Downloading dependencies for project 'W1'. BuildMode: Default, Base Folder: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension, Destination Path: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension/.dependencies
2024-01-18T08:36:30.2070956Z ##[group]Downloading project dependencies from current build
2024-01-18T08:36:30.2630941Z Downloading dependencies for project 'W1'
2024-01-18T08:36:30.2673454Z Dependency projects: 
2024-01-18T08:36:30.2715002Z ##[endgroup]
2024-01-18T08:36:30.2721963Z ##[group]Downloading project dependencies from probing paths
2024-01-18T08:36:30.4111410Z ##[group]Analyzing repository
2024-01-18T08:36:30.4181616Z Checking type
2024-01-18T08:36:30.5278316Z Checking appFolders, testFolders and bcptTestFolders
2024-01-18T08:36:30.5689715Z Application Dependency 23.0.0.0
2024-01-18T08:36:30.5815423Z Updating app- and test Dependencies
2024-01-18T08:36:30.5940687Z Analyzing Test App Dependencies
2024-01-18T08:36:30.6008381Z ##[endgroup]
2024-01-18T08:36:30.6040907Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-01-18T08:36:30.6260811Z Checking appDependencyProbingPaths
2024-01-18T08:36:30.6439440Z ##[endgroup]
2024-01-18T08:36:30.6452418Z Downloaded dependencies: 
2024-01-18T08:36:30.6464553Z Downloaded dependencies apps: 
2024-01-18T08:36:30.6473906Z Downloaded dependencies test apps: 
2024-01-18T08:36:30.7118117Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v4.0
2024-01-18T08:36:30.7119048Z with:
2024-01-18T08:36:30.7119493Z   shell: powershell
2024-01-18T08:36:30.7146066Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:36:30.7173816Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:30.7174735Z   project: W1
2024-01-18T08:36:30.7175195Z   buildMode: Default
2024-01-18T08:36:30.7175698Z   installAppsJson: []
2024-01-18T08:36:30.7176255Z   installTestAppsJson: []
2024-01-18T08:36:30.7177070Z   token: ***
2024-01-18T08:36:30.7177485Z env:
2024-01-18T08:36:30.7178858Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:30.7180415Z   ALGoRepoSettings: 
2024-01-18T08:36:30.7181230Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:30.7182248Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:30.7183005Z   doNotRunTests: False
2024-01-18T08:36:30.7183530Z   doNotSignApps: False
2024-01-18T08:36:30.7184085Z   useCompilerFolder: True
2024-01-18T08:36:30.7207534Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:30.7230994Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:30.7232626Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:30.7239662Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T08:36:30.7241324Z   BuildMode: Default
2024-01-18T08:36:30.7241840Z ##[endgroup]
2024-01-18T08:36:30.7421002Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:36:30.7422916Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:36:30.7424130Z try {
2024-01-18T08:36:30.7426903Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\RunPipeline/RunPipeline.ps1 -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -artifact $ENV:_artifact -project $ENV:_project -buildMode $ENV:_buildMode -installAppsJson $ENV:_installAppsJson -installTestAppsJson $ENV:_installTestAppsJson
2024-01-18T08:36:30.7429769Z }
2024-01-18T08:36:30.7430188Z catch {
2024-01-18T08:36:30.7432017Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T08:36:30.7433931Z   exit 1
2024-01-18T08:36:30.7434390Z }
2024-01-18T08:36:30.7481930Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:36:30.7482946Z env:
2024-01-18T08:36:30.7484336Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:36:30.7485987Z   ALGoRepoSettings: 
2024-01-18T08:36:30.7486822Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:30.7487811Z   keyVaultCodesignCertificateName: 
2024-01-18T08:36:30.7488460Z   doNotRunTests: False
2024-01-18T08:36:30.7488997Z   doNotSignApps: False
2024-01-18T08:36:30.7489540Z   useCompilerFolder: True
2024-01-18T08:36:30.7512042Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:36:30.7535295Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:30.7536956Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:30.7544082Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-01-18T08:36:30.7545709Z   BuildMode: Default
2024-01-18T08:36:30.7546462Z   _token: ***
2024-01-18T08:36:30.7574277Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:36:30.7605464Z   _artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:30.7606764Z   _project: W1
2024-01-18T08:36:30.7607416Z   _buildMode: Default
2024-01-18T08:36:30.7607922Z   _installAppsJson: []
2024-01-18T08:36:30.7608478Z   _installTestAppsJson: []
2024-01-18T08:36:30.7608998Z ##[endgroup]
2024-01-18T08:36:31.4392580Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:36:31.7675382Z BcContainerHelper version 6.0.3
2024-01-18T08:36:32.2309063Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T08:36:41.2741286Z use settings and secrets
2024-01-18T08:36:41.4214160Z ##[group]Analyzing repository
2024-01-18T08:36:41.4255701Z Checking type
2024-01-18T08:36:41.5960193Z Checking appFolders, testFolders and bcptTestFolders
2024-01-18T08:36:41.6258730Z Application Dependency 23.0.0.0
2024-01-18T08:36:41.6363173Z Updating app- and test Dependencies
2024-01-18T08:36:41.6454873Z Analyzing Test App Dependencies
2024-01-18T08:36:41.6511257Z ##[endgroup]
2024-01-18T08:36:41.6542312Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-01-18T08:36:41.6948850Z ##[warning]No test apps found in testFolders in .AL-Go\settings.json
2024-01-18T08:36:41.7051628Z Checking appDependencyProbingPaths
2024-01-18T08:36:41.7240099Z ##[group]Locating previous release
2024-01-18T08:36:41.7301463Z Getting the latest release from https://api.github.com/repos/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/releases/latest - branch main
2024-01-18T08:36:41.7348822Z Analyzing releases https://api.github.com/repos/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/releases
2024-01-18T08:36:41.8980130Z ##[warning]No previous release found
2024-01-18T08:36:41.8988282Z ##[endgroup]
2024-01-18T08:36:41.9694367Z Invoke Run-AlPipeline with buildmode Default
2024-01-18T08:36:42.2203924Z ##[group]Parameters
2024-01-18T08:36:42.2212504Z   _____                               _
2024-01-18T08:36:42.2213315Z  |  __ \                             | |
2024-01-18T08:36:42.2216768Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___
2024-01-18T08:36:42.2218578Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
2024-01-18T08:36:42.2219762Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
2024-01-18T08:36:42.2221015Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
2024-01-18T08:36:42.2221844Z 
2024-01-18T08:36:42.2255133Z Pipeline name                   CI/CD
2024-01-18T08:36:42.2271497Z Container name                  bcW17567325511
2024-01-18T08:36:42.2284745Z Image name                      
2024-01-18T08:36:42.2300736Z ArtifactUrl                     https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:36:42.2337576Z SasToken                        Not Specified
2024-01-18T08:36:42.2353975Z BcAuthContext                   Not Specified
2024-01-18T08:36:42.2368498Z Environment                     
2024-01-18T08:36:42.2389284Z ReUseContainer                  False
2024-01-18T08:36:42.2409238Z KeepContainer                   False
2024-01-18T08:36:42.2428204Z useCompilerFolder               True
2024-01-18T08:36:42.2448720Z artifactCachePath               D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\.artifactcache
2024-01-18T08:36:42.2466343Z useDevEndpoint                  False
2024-01-18T08:36:42.2489534Z Auth                            UserPassword
2024-01-18T08:36:42.2820906Z Credential                      admin/Pubo9738
2024-01-18T08:36:42.3415308Z CompanyName                     
2024-01-18T08:36:42.3435706Z MemoryLimit                     8G
2024-01-18T08:36:42.3453141Z FailOn                          error
2024-01-18T08:36:42.3474664Z TreatTestFailuresAsWarnings     False
2024-01-18T08:36:42.3493194Z Enable Task Scheduler           False
2024-01-18T08:36:42.3505923Z Assign Premium Plan             False
2024-01-18T08:36:42.3526113Z Install Test Runner             False
2024-01-18T08:36:42.3544644Z Install Test Framework          False
2024-01-18T08:36:42.3563388Z Install Test Libraries          False
2024-01-18T08:36:42.3581055Z Install Perf. Toolkit           False
2024-01-18T08:36:42.3597847Z InstallOnlyReferencedApps       True
2024-01-18T08:36:42.3615259Z generateDependencyArtifact      False
2024-01-18T08:36:42.3632563Z CopySymbolsFromContainer        False
2024-01-18T08:36:42.3649654Z enableCodeCop                   False
2024-01-18T08:36:42.3668030Z enableAppSourceCop              True
2024-01-18T08:36:42.3685410Z enableUICop                     False
2024-01-18T08:36:42.3701723Z enablePerTenantExtensionCop     False
2024-01-18T08:36:42.3718941Z doNotPerformUpgrade             False
2024-01-18T08:36:42.3737540Z doNotPublishApps                True
2024-01-18T08:36:42.3907365Z uninstallRemovedApps            True
2024-01-18T08:36:42.3927393Z escapeFromCops                  False
2024-01-18T08:36:42.3946560Z doNotBuildTests                 False
2024-01-18T08:36:42.3965424Z doNotRunTests                   True
2024-01-18T08:36:42.4009192Z doNotRunBcptTests               True
2024-01-18T08:36:42.4014038Z useDefaultAppSourceRuleSet      False
2024-01-18T08:36:42.4017879Z rulesetFile                     
2024-01-18T08:36:42.4029252Z generateErrorLog                False
2024-01-18T08:36:42.4047860Z enableExternalRulesets          False
2024-01-18T08:36:42.4066198Z azureDevOps                     False
2024-01-18T08:36:42.4084358Z gitLab                          False
2024-01-18T08:36:42.4101427Z gitHubActions                   True
2024-01-18T08:36:42.4114368Z vsixFile                        
2024-01-18T08:36:42.4132192Z License file                    Specified
2024-01-18T08:36:42.4150926Z ***CertPfxFile             Not specified
2024-01-18T08:36:42.4183515Z ***CertPfxPassword         Not specified
2024-01-18T08:36:42.4234086Z ***CertIsSelfSigned        False
2024-01-18T08:36:42.4248703Z KeyVaultCertPfxFile             Not specified
2024-01-18T08:36:42.4259949Z KeyVaultCertPfxPassword         Not specified
2024-01-18T08:36:42.4276493Z KeyVaultClientId                
2024-01-18T08:36:42.4293623Z BuildOutputFile                 D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\BuildOutput.txt
2024-01-18T08:36:42.4309403Z ContainerEventLogFile           D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\ContainerEventLog.evtx
2024-01-18T08:36:42.4324828Z TestResultsFile                 D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\TestResults.xml
2024-01-18T08:36:42.4340911Z BcptTestResultsFile             D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\bcptTestResults.json
2024-01-18T08:36:42.4355588Z TestResultsFormat               JUnit
2024-01-18T08:36:42.4405810Z AdditionalCountries             
2024-01-18T08:36:42.4422892Z PackagesFolder                  D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T08:36:42.4440013Z OutputFolder                    D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.output
2024-01-18T08:36:42.4454496Z BuildArtifactFolder             D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.buildartifacts
2024-01-18T08:36:42.4472620Z CreateRuntimePackages           False
2024-01-18T08:36:42.4486641Z AppVersion                      
2024-01-18T08:36:42.4503945Z AppBuild                        34
2024-01-18T08:36:42.4521605Z AppRevision                     0
2024-01-18T08:36:42.4542476Z SourceRepositoryUrl             https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension
2024-01-18T08:36:42.4559073Z SourceCommit                    e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec
2024-01-18T08:36:42.4576917Z BuildBy                         AL-Go for GitHub,v4.0
2024-01-18T08:36:42.4595231Z BuildUrl                        https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/actions/runs/7567325511
2024-01-18T08:36:42.4610848Z Mandatory Affixes               ALI
2024-01-18T08:36:42.4622348Z Supported Countries             
2024-01-18T08:36:42.4636877Z ObsoleteTagMinAllowedMajorMinor 
2024-01-18T08:36:42.4644167Z Install Apps
2024-01-18T08:36:42.4652940Z - None
2024-01-18T08:36:42.4661096Z Install Test Apps
2024-01-18T08:36:42.4670241Z - None
2024-01-18T08:36:42.4678518Z Previous Apps
2024-01-18T08:36:42.4687640Z - None
2024-01-18T08:36:42.4696796Z Application folders
2024-01-18T08:36:42.4714657Z - D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1
2024-01-18T08:36:42.4719449Z Test application folders
2024-01-18T08:36:42.4730361Z - None
2024-01-18T08:36:42.4738236Z BCPT Test application folders
2024-01-18T08:36:42.4747656Z - None
2024-01-18T08:36:42.4757026Z BCPT Test suites
2024-01-18T08:36:42.4765780Z - None
2024-01-18T08:36:42.4774952Z Custom CodeCops
2024-01-18T08:36:42.4784066Z - None
2024-01-18T08:36:42.4884932Z RemoveBcContainer override
2024-01-18T08:36:42.4927158Z 
2024-01-18T08:36:42.4930660Z                 Param([Hashtable]$parameters)
2024-01-18T08:36:42.4932784Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
2024-01-18T08:36:42.4934778Z                 Remove-BcContainer @parameters
2024-01-18T08:36:42.4935773Z             
2024-01-18T08:36:42.4948074Z ##[endgroup]
2024-01-18T08:36:42.5172082Z ##[group]Creating container
2024-01-18T08:36:42.5176981Z 
2024-01-18T08:36:42.5181729Z    _____                _   _                               _        _
2024-01-18T08:36:42.5184691Z   / ____|              | | (_)                             | |      (_)
2024-01-18T08:36:42.5185889Z  | |     _ __ ___  __ _| |_ _ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __
2024-01-18T08:36:42.5187715Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2024-01-18T08:36:42.5188961Z  | |____| | |  __/ (_| | |_| | | | | (_| | | (__ (_) | | | | |_ (_| | | | | |  __/ |
2024-01-18T08:36:42.5190249Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|
2024-01-18T08:36:42.5191329Z                                      __/ |
2024-01-18T08:36:42.5192212Z                                     |___/
2024-01-18T08:36:42.5192867Z 
2024-01-18T08:36:42.5222229Z Creating CompilerFolder
2024-01-18T08:36:42.5663029Z Copying DLLs from cache
2024-01-18T08:37:03.9077907Z Copying symbols from cache
2024-01-18T08:37:05.3501699Z Copying compiler from cache
2024-01-18T08:38:21.7602917Z CompilerFolder C:\ProgramData\BcContainerHelper\compiler\bcW17567325511 created
2024-01-18T08:38:21.7612995Z 
2024-01-18T08:38:21.7627996Z Creating container took 99 seconds
2024-01-18T08:38:21.7635650Z ##[endgroup]
2024-01-18T08:38:21.7643106Z ##[group]Resolving dependencies
2024-01-18T08:38:21.7651514Z 
2024-01-18T08:38:21.7652992Z  _____                _       _                   _                           _                 _
2024-01-18T08:38:21.7655954Z |  __ \              | |     (_)                 | |                         | |               (_)
2024-01-18T08:38:21.7657917Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___
2024-01-18T08:38:21.7661309Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
2024-01-18T08:38:21.7663272Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
2024-01-18T08:38:21.7665504Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
2024-01-18T08:38:21.7667422Z                                        __/ |            | |
2024-01-18T08:38:21.7791859Z                                       |___/             |_|
2024-01-18T08:38:21.8470356Z 
2024-01-18T08:38:21.9497272Z Sorted App folders
2024-01-18T08:38:21.9501960Z - D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1
2024-01-18T08:38:21.9504888Z External dependencies
2024-01-18T08:38:21.9506802Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_23.0.0.0.app
2024-01-18T08:38:21.9509778Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_23.0.0.0.app
2024-01-18T08:38:21.9729330Z Sorted TestApp folders
2024-01-18T08:38:21.9788267Z - None
2024-01-18T08:38:21.9852302Z ##[endgroup]
2024-01-18T08:38:21.9880500Z ##[group]Compiling apps
2024-01-18T08:38:21.9886296Z 
2024-01-18T08:38:21.9887565Z    _____                      _ _ _
2024-01-18T08:38:21.9889525Z   / ____|                    (_) (_)
2024-01-18T08:38:21.9890883Z  | |     ___  _ __ ___  _ __  _| |_ _ __   __ _    __ _ _ __  _ __  ___
2024-01-18T08:38:21.9892568Z  | |    / _ \| '_ ` _ \| '_ \| | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2024-01-18T08:38:21.9894907Z  | |____ (_) | | | | | | |_) | | | | | | | (_| | | (_| | |_) | |_) \__ \
2024-01-18T08:38:21.9896662Z   \_____\___/|_| |_| |_| .__/|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2024-01-18T08:38:21.9897888Z                        | |                 __/ |       | |   | |
2024-01-18T08:38:21.9899508Z                        |_|                |___/        |_|   |_|
2024-01-18T08:38:21.9901143Z 
2024-01-18T08:38:21.9901785Z Using Version 1.0.34.0
2024-01-18T08:38:22.1434171Z Creating AppSourceCop.json for validation
2024-01-18T08:38:22.1631577Z AppSourceCop.json content:
2024-01-18T08:38:22.1633082Z {
2024-01-18T08:38:22.1633929Z     "mandatoryAffixes":  [
2024-01-18T08:38:22.1634886Z                              "ALI"
2024-01-18T08:38:22.1635780Z                          ]
2024-01-18T08:38:22.1636807Z }
2024-01-18T08:38:22.1637418Z 
2024-01-18T08:38:22.1639331Z Compiling D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1
2024-01-18T08:38:22.2475240Z Using Symbols Folder: D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T08:38:22.2484577Z Enumerating Apps in CompilerFolder C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\symbols
2024-01-18T08:38:22.3909801Z Getting .app info
2024-01-18T08:38:27.2693613Z - Microsoft_Any_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.6090994Z - Microsoft_API - Cross Environment Intercompany_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.6479272Z - Microsoft_API Reports - Finance_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.6973309Z - Microsoft_Application_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.6986130Z - Microsoft_Audit File Export_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7092504Z - Microsoft_Base Application_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7107738Z - Microsoft_Business Central Cloud Migration - Previous Release_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7151044Z - Microsoft_Business Central Cloud Migration API_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7206226Z - Microsoft_Business Central Intelligent Cloud_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7261206Z - Microsoft_Company Hub_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7550951Z - Microsoft_Contoso Coffee Demo Dataset_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7557459Z - Microsoft_Czech language (Czechia)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7559875Z - Microsoft_Danish language (Denmark)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7561212Z - Microsoft_Data Archive_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7562344Z - Microsoft_Data Search_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7567038Z - Microsoft_Dutch language (Belgium)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7659288Z - Microsoft_Dutch language (Netherlands)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7764681Z - Microsoft_E-Document Core_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7796248Z - Microsoft_Email - Current User Connector_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7806010Z - Microsoft_Email - Microsoft 365 Connector_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.7887547Z - Microsoft_Email - Outlook REST API_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8198861Z - Microsoft_Email - SMTP API_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8200350Z - Microsoft_Email - SMTP Connector_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8203551Z - Microsoft_English language (Australia)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8204976Z - Microsoft_English language (Canada)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8206450Z - Microsoft_English language (New Zealand)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8207922Z - Microsoft_English language (United Kingdom)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8209330Z - Microsoft_English language (United States)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8210836Z - Microsoft_Error Messages with Recommendations_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8212403Z - Microsoft_Essential Business Headlines_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8213768Z - Microsoft_EU 3-Party Trade Purchase_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8215160Z - Microsoft_Finnish language (Finland)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:27.8216510Z - Microsoft_French language (Belgium)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.1939515Z - Microsoft_French language (Canada)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2143158Z - Microsoft_French language (France)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2170871Z - Microsoft_French language (Switzerland)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2178180Z - Microsoft_German language (Austria)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2194474Z - Microsoft_German language (Germany)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2199816Z - Microsoft_German language (Switzerland)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2202258Z - Microsoft_Icelandic language (Iceland)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2395925Z - Microsoft_Intelligent Cloud Base_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2399523Z - Microsoft_Intrastat Core_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2400916Z - Microsoft_Italian language (Italy)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2405419Z - Microsoft_Italian language (Switzerland)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2416803Z - Microsoft_Late Payment Prediction_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2422800Z - Microsoft_Library Assert_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2433139Z - Microsoft_Library Variable Storage_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2474628Z - Microsoft_Microsoft Pay Payments_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2507122Z - Microsoft_Norwegian language (Norway)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2547028Z - Microsoft_Payment Links to PayPal_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2587852Z - Microsoft_Payment Practices_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2624005Z - Microsoft_Performance Toolkit Samples.app (succeeded)
2024-01-18T08:38:28.2656864Z - Microsoft_Performance Toolkit Tests.app (succeeded)
2024-01-18T08:38:28.2696483Z - Microsoft_Performance Toolkit_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2726095Z - Microsoft_Permissions Mock_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2762580Z - Microsoft_Recommended Apps_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2793355Z - Microsoft_Russian language (Russia)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2835038Z - Microsoft_SAF-T_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2880013Z - Microsoft_Sales and Inventory Forecast_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2916066Z - Microsoft_Send remittance advice by email_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.2955879Z - Microsoft_Send To Email Printer_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.3006368Z - Microsoft_Service Declaration_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.3132393Z - Microsoft_Shopify Connector_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.3178684Z - Microsoft_Simplified Bank Statement Import_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.3213054Z - Microsoft_Spanish language (Mexico)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.3246237Z - Microsoft_Spanish language (Spain)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.3443240Z - Microsoft_Statistical Accounts_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.3993307Z - Microsoft_Swedish language (Sweden)_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.4757448Z - Microsoft_System Application Test Library.app (succeeded)
2024-01-18T08:38:28.6920280Z - Microsoft_System Application_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.9587963Z - Microsoft_Test Runner_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:28.9606737Z - Microsoft_Tests-Bank.app (succeeded)
2024-01-18T08:38:28.9633932Z - Microsoft_Tests-Cash Flow.app (succeeded)
2024-01-18T08:38:29.1003107Z - Microsoft_Tests-Cost Accounting.app (succeeded)
2024-01-18T08:38:29.1246660Z - Microsoft_Tests-CRM integration.app (succeeded)
2024-01-18T08:38:29.1251797Z - Microsoft_Tests-Data Exchange.app (succeeded)
2024-01-18T08:38:29.1255005Z - Microsoft_Tests-Dimension.app (succeeded)
2024-01-18T08:38:29.1257388Z - Microsoft_Tests-ERM.app (succeeded)
2024-01-18T08:38:29.1259199Z - Microsoft_Tests-Fixed Asset.app (succeeded)
2024-01-18T08:38:29.1262685Z - Microsoft_Tests-General Journal.app (succeeded)
2024-01-18T08:38:29.1265441Z - Microsoft_Tests-Graph.app (succeeded)
2024-01-18T08:38:29.1268487Z - Microsoft_Tests-Integration.app (succeeded)
2024-01-18T08:38:29.1270130Z - Microsoft_Tests-Invoicing.app (succeeded)
2024-01-18T08:38:29.1271622Z - Microsoft_Tests-Job.app (succeeded)
2024-01-18T08:38:29.1274332Z - Microsoft_Tests-Local.app (succeeded)
2024-01-18T08:38:29.1275856Z - Microsoft_Tests-Marketing.app (succeeded)
2024-01-18T08:38:29.1277080Z - Microsoft_Tests-Misc.app (succeeded)
2024-01-18T08:38:29.1284981Z - Microsoft_Tests-Monitor Sensitive Fields.app (succeeded)
2024-01-18T08:38:29.1289150Z - Microsoft_Tests-Permissions.app (succeeded)
2024-01-18T08:38:29.1290579Z - Microsoft_Tests-Physical Inventory.app (succeeded)
2024-01-18T08:38:29.1293062Z - Microsoft_Tests-Prepayment.app (succeeded)
2024-01-18T08:38:29.1294685Z - Microsoft_Tests-Rapid Start.app (succeeded)
2024-01-18T08:38:29.1295947Z - Microsoft_Tests-Report.app (succeeded)
2024-01-18T08:38:29.1297916Z - Microsoft_Tests-Resource.app (succeeded)
2024-01-18T08:38:29.1300303Z - Microsoft_Tests-Reverse.app (succeeded)
2024-01-18T08:38:29.1301611Z - Microsoft_Tests-SCM.app (succeeded)
2024-01-18T08:38:29.1302849Z - Microsoft_Tests-SINGLESERVER.app (succeeded)
2024-01-18T08:38:29.1304090Z - Microsoft_Tests-SMB.app (succeeded)
2024-01-18T08:38:29.1308975Z - Microsoft_Tests-TestLibraries.app (succeeded)
2024-01-18T08:38:29.1312123Z - Microsoft_Tests-Upgrade.app (succeeded)
2024-01-18T08:38:29.1313527Z - Microsoft_Tests-User.app (succeeded)
2024-01-18T08:38:29.1314783Z - Microsoft_Tests-VAT.app (succeeded)
2024-01-18T08:38:29.1315989Z - Microsoft_Tests-Workflow.app (succeeded)
2024-01-18T08:38:29.1318102Z - Microsoft_Troubleshoot FA Ledger Entries_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1320544Z - Microsoft_Universal Print Integration_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1322166Z - Microsoft_VAT Group Management_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1324822Z - Microsoft__Exclude_APIV1__23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1326319Z - Microsoft__Exclude_APIV2__23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1327764Z - Microsoft__Exclude_Bank Deposits_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1330756Z - Microsoft__Exclude_Business_Events__23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1333249Z - Microsoft__Exclude_ClientAddIns__23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1334818Z - Microsoft__Exclude_Connectivity Apps_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1337819Z - Microsoft__Exclude_Email Logging Using Graph API_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1339881Z - Microsoft__Exclude_Master_Data_Management_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1342505Z - Microsoft__Exclude_Microsoft Dynamics 365 - SmartList_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1345031Z - Microsoft__Exclude_Onboarding Signals_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1346698Z - Microsoft__Exclude_PlanConfiguration__23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1348436Z - Microsoft__Exclude_ReportLayouts_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1350977Z - Microsoft__Exclude_Review_General_Ledger_Entries_23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1353293Z - Microsoft__Exclude_SyncBaseApp__23.0.12034.13450.app (succeeded)
2024-01-18T08:38:29.1354995Z - System.app (succeeded)
2024-01-18T08:38:29.1357961Z Enumerating Apps in Symbols Folder D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T08:38:29.1359759Z Getting .app info
2024-01-18T08:38:29.1361082Z Processing dependency Microsoft_Application_23.0.0.0 ()
2024-01-18T08:38:29.1363803Z Dependency App not found
2024-01-18T08:38:29.1366637Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\symbols\Microsoft_Application_23.0.12034.13450.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T08:38:29.1370294Z Adding dependency to System Application from Microsoft
2024-01-18T08:38:29.1371574Z Adding dependency to Base Application from Microsoft
2024-01-18T08:38:29.1373306Z Processing dependency Microsoft_System_1.0.0.0 ()
2024-01-18T08:38:29.1374630Z Dependency App not found
2024-01-18T08:38:29.1377925Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\symbols\System.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T08:38:29.1392245Z Processing dependency Microsoft_System Application_23.0.12034.13450 (63ca2fa4-4f03-4f2b-a480-172fef340d3f)
2024-01-18T08:38:29.2965394Z Dependency App not found
2024-01-18T08:38:29.3016734Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\symbols\Microsoft_System Application_23.0.12034.13450.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T08:38:29.3635873Z Processing dependency Microsoft_Base Application_23.0.12034.13450 (437dbf0e-84ff-417a-965d-ed2bb9650972)
2024-01-18T08:38:29.3641389Z Dependency App not found
2024-01-18T08:38:29.5128571Z Copying C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\symbols\Microsoft_Base Application_23.0.12034.13450.app to D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages
2024-01-18T08:38:29.6175363Z Platform version: 23.0.13373.0
2024-01-18T08:38:29.6249863Z Compiling...
2024-01-18T08:38:29.6287606Z .\alc.exe /project:"D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\Bahrain-Generic-Reports-Extension.W1" /packagecachepath:"D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.packages" /out:"D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.output\Dynamics Business Solutions Co. W.L.L_Bahrain Generic Reports Extension_1.0.34.0.app" /analyzer:C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\compiler\extension\bin\Analyzers\Microsoft.Dynamics.Nav.AppSourceCop.dll /SourceRepositoryUrl:"https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension" /SourceCommit:"e76ba1dbeca6f9cb35da6c9ed6337da6518a18ec" /BuildBy:"AL-Go for GitHub,v4.0" /BuildUrl:"https://github.com/Dynamics-Business-Solutions/Bahrain-Generic-Reports-Extension/actions/runs/7567325511" /assemblyprobingpaths:C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\dlls\OpenXML,C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.0,C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\8.0.0,C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\dlls\Service,C:\ProgramData\BcContainerHelper\compiler\bcW17567325511\dlls\Mock Assemblies
2024-01-18T08:38:42.9037003Z Microsoft (R) AL Compiler version 12.2.13.36721
2024-01-18T08:38:42.9486276Z Copyright (C) Microsoft Corporation. All rights reserved
2024-01-18T08:38:42.9522384Z 
2024-01-18T08:38:43.0058338Z Compilation started for project 'Bahrain Generic Reports Extension' containing '17' files at '08:38:30.333'.
2024-01-18T08:38:43.0063923Z 
2024-01-18T08:38:43.0093471Z 
2024-01-18T08:38:43.0098120Z Compilation ended at '08:38:40.777'.
2024-01-18T08:38:43.0101567Z 
2024-01-18T08:38:43.0107419Z D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.output\Dynamics Business Solutions Co. W.L.L_Bahrain Generic Reports Extension_1.0.34.0.app successfully created in 21 seconds
2024-01-18T08:38:43.0110564Z 
2024-01-18T08:38:43.0112433Z Compiling apps took 21 seconds
2024-01-18T08:38:43.0114957Z ##[endgroup]
2024-01-18T08:38:43.0125326Z ##[group]Copy to build artifacts
2024-01-18T08:38:43.0126589Z   _____                     _          _           _ _     _              _   _  __           _
2024-01-18T08:38:43.0127943Z  / ____|                   | |        | |         (_) |   | |            | | (_)/ _|         | |
2024-01-18T08:38:43.0130737Z  | |     ___  _ __  _   _  | |_ ___   | |__  _   _ _| | __| |   __ _ _ __| |_ _| |_ __ _  ___| |_ ___
2024-01-18T08:38:43.0132408Z  | |    / _ \| '_ \| | | | | __/ _ \  | '_ \| | | | | |/ _` |  / _` | '__| __| |  _/ _` |/ __| __/ __|
2024-01-18T08:38:43.0134468Z  | |___| (_) | |_) | |_| | | || (_) | | |_) | |_| | | | (_| | | (_| | |  | |_| | || (_| | (__| |_\__ \
2024-01-18T08:38:43.0136538Z  \______\___/| .__/ \__, |  \__\___/  |_.__/ \__,_|_|_|\__,_|  \__,_|_|   \__|_|_| \__,_|\___|\__|___/
2024-01-18T08:38:43.0140998Z              | |     __/ |
2024-01-18T08:38:43.0141925Z              |_|    |___/
2024-01-18T08:38:43.0143287Z Files in build artifacts folder:
2024-01-18T08:38:43.0145097Z Apps\Dynamics Business Solutions Co. W.L.L_Bahrain Generic Reports Extension_1.0.34.0.app (74931 bytes)
2024-01-18T08:38:43.0146594Z 
2024-01-18T08:38:43.0147160Z Copying to Build Artifacts took 0 seconds
2024-01-18T08:38:43.0149867Z ##[endgroup]
2024-01-18T08:38:43.0151690Z ##[group]Removing container
2024-01-18T08:38:43.0152813Z   _____                           _                               _        _
2024-01-18T08:38:43.0154653Z  |  __ \                         (_)                             | |      (_)
2024-01-18T08:38:43.0155975Z  | |__) |___ _ __ ___   _____   ___ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __
2024-01-18T08:38:43.0158862Z  |  _  // _ \ '_ ` _ \ / _ \ \ / / | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2024-01-18T08:38:43.0162298Z  | | \ \  __/ | | | | | (_) \ V /| | | | | (_| | | (_| (_) | | | | || (_| | | | | |  __/ |
2024-01-18T08:38:43.0164339Z  |_|  \_\___|_| |_| |_|\___/ \_/ |_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|
2024-01-18T08:38:43.0165686Z                                            __/ |
2024-01-18T08:38:43.0168105Z                                           |___/
2024-01-18T08:38:45.4996163Z 
2024-01-18T08:38:45.5010116Z Removing container took 3 seconds
2024-01-18T08:38:45.5045608Z ##[endgroup]
2024-01-18T08:38:45.5053977Z 
2024-01-18T08:38:45.5057474Z AL Pipeline finished in 123 seconds
2024-01-18T08:38:56.0245521Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v4.0
2024-01-18T08:38:56.0246828Z with:
2024-01-18T08:38:56.0247345Z   shell: powershell
2024-01-18T08:38:56.0247970Z   project: W1
2024-01-18T08:38:56.0248507Z   buildMode: Default
2024-01-18T08:38:56.0249120Z env:
2024-01-18T08:38:56.0250602Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:38:56.0253314Z   ALGoRepoSettings: 
2024-01-18T08:38:56.0254264Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:38:56.0267016Z   keyVaultCodesignCertificateName: 
2024-01-18T08:38:56.0267811Z   doNotRunTests: False
2024-01-18T08:38:56.0268475Z   doNotSignApps: False
2024-01-18T08:38:56.0269207Z   useCompilerFolder: True
2024-01-18T08:38:56.0297220Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:38:56.0334155Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:38:56.0335920Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:38:56.0337044Z   containerName: bcW17567325511
2024-01-18T08:38:56.0337754Z ##[endgroup]
2024-01-18T08:38:56.0863792Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:38:56.0869761Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:38:56.0872170Z try {
2024-01-18T08:38:56.0874036Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\CalculateArtifactNames/CalculateArtifactNames.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -suffix $ENV:_suffix
2024-01-18T08:38:56.0876054Z }
2024-01-18T08:38:56.0876629Z catch {
2024-01-18T08:38:56.0972226Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T08:38:56.0974671Z   exit 1
2024-01-18T08:38:56.0975298Z }
2024-01-18T08:38:56.1030819Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:38:56.1032207Z env:
2024-01-18T08:38:56.1033753Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:38:56.1035385Z   ALGoRepoSettings: 
2024-01-18T08:38:56.1036359Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:38:56.1037646Z   keyVaultCodesignCertificateName: 
2024-01-18T08:38:56.1038414Z   doNotRunTests: False
2024-01-18T08:38:56.1039884Z   doNotSignApps: False
2024-01-18T08:38:56.1040598Z   useCompilerFolder: True
2024-01-18T08:38:56.1066143Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:38:56.1091775Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:38:56.1093559Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:38:56.1094744Z   containerName: bcW17567325511
2024-01-18T08:38:56.1095428Z   _project: W1
2024-01-18T08:38:56.1096030Z   _buildMode: Default
2024-01-18T08:38:56.1097771Z   _suffix: 
2024-01-18T08:38:56.1098308Z ##[endgroup]
2024-01-18T08:39:01.8466802Z Assigning  to BuildMode
2024-01-18T08:39:02.6949616Z Assigning W1-main-Apps-1.0.34.0 to AppsArtifactsName
2024-01-18T08:39:02.7095795Z Assigning W1-main-Dependencies-1.0.34.0 to DependenciesArtifactsName
2024-01-18T08:39:02.7100645Z Assigning W1-main-TestApps-1.0.34.0 to TestAppsArtifactsName
2024-01-18T08:39:02.7142556Z Assigning W1-main-TestResults-1.0.34.0 to TestResultsArtifactsName
2024-01-18T08:39:02.7192208Z Assigning W1-main-BcptTestResults-1.0.34.0 to BcptTestResultsArtifactsName
2024-01-18T08:39:02.7201419Z Assigning W1-main-BuildOutput-1.0.34.0 to BuildOutputArtifactsName
2024-01-18T08:39:02.7240771Z Assigning W1-main-ContainerEventLog-1.0.34.0 to ContainerEventLogArtifactsName
2024-01-18T08:39:02.7249634Z Assigning thisbuild-W1-Apps to ThisBuildAppsArtifactsName
2024-01-18T08:39:02.7253616Z Assigning thisbuild-W1-TestApps to ThisBuildTestAppsArtifactsName
2024-01-18T08:39:02.7649662Z ##[group]Run actions/upload-artifact@v3
2024-01-18T08:39:02.7650494Z with:
2024-01-18T08:39:02.7650946Z   name: W1-main-Apps-1.0.34.0
2024-01-18T08:39:02.7651564Z   path: W1/.buildartifacts/Apps/
2024-01-18T08:39:02.7652247Z   if-no-files-found: ignore
2024-01-18T08:39:02.7652775Z env:
2024-01-18T08:39:02.7654124Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:39:02.7655670Z   ALGoRepoSettings: 
2024-01-18T08:39:02.7656487Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:02.7657479Z   keyVaultCodesignCertificateName: 
2024-01-18T08:39:02.7658124Z   doNotRunTests: False
2024-01-18T08:39:02.7658651Z   doNotSignApps: False
2024-01-18T08:39:02.7659187Z   useCompilerFolder: True
2024-01-18T08:39:02.7681145Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:39:02.7705381Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:39:02.7707154Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:02.7708183Z   containerName: bcW17567325511
2024-01-18T08:39:02.7708776Z ##[endgroup]
2024-01-18T08:39:21.1775148Z With the provided path, there will be 1 file uploaded
2024-01-18T08:39:21.1776504Z Starting artifact upload
2024-01-18T08:39:21.1782031Z 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
2024-01-18T08:39:21.1784615Z Artifact name is valid!
2024-01-18T08:39:22.8619897Z Container for artifact "W1-main-Apps-1.0.34.0" successfully created. Starting upload of file(s)
2024-01-18T08:39:24.4196307Z Total size of all the files uploaded is 72548 bytes
2024-01-18T08:39:24.4203386Z File upload process has finished. Finalizing the artifact upload
2024-01-18T08:39:24.4512596Z Artifact has been finalized. All files have been successfully uploaded!
2024-01-18T08:39:24.4514115Z 
2024-01-18T08:39:24.4515147Z The raw size of all the files that were specified for upload is 74931 bytes
2024-01-18T08:39:24.4518512Z The size of all the files that were uploaded is 72548 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2024-01-18T08:39:24.4520948Z 
2024-01-18T08:39:24.4523880Z 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 
2024-01-18T08:39:24.4528189Z 
2024-01-18T08:39:24.4529632Z Artifact W1-main-Apps-1.0.34.0 has been successfully uploaded!
2024-01-18T08:39:24.9323649Z ##[group]Run actions/upload-artifact@v3
2024-01-18T08:39:24.9324525Z with:
2024-01-18T08:39:24.9324993Z   name: W1-main-Dependencies-1.0.34.0
2024-01-18T08:39:24.9325714Z   path: W1/.buildartifacts/Dependencies/
2024-01-18T08:39:24.9326401Z   if-no-files-found: ignore
2024-01-18T08:39:24.9326923Z env:
2024-01-18T08:39:24.9328285Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:39:24.9329842Z   ALGoRepoSettings: 
2024-01-18T08:39:24.9330653Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:24.9331651Z   keyVaultCodesignCertificateName: 
2024-01-18T08:39:24.9332343Z   doNotRunTests: False
2024-01-18T08:39:24.9332846Z   doNotSignApps: False
2024-01-18T08:39:24.9333381Z   useCompilerFolder: True
2024-01-18T08:39:24.9354180Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:39:24.9376334Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:39:24.9377924Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:24.9378963Z   containerName: bcW17567325511
2024-01-18T08:39:24.9379535Z ##[endgroup]
2024-01-18T08:39:25.3705411Z No files were found with the provided path: W1/.buildartifacts/Dependencies/. No artifacts will be uploaded.
2024-01-18T08:39:25.4007052Z ##[group]Run actions/upload-artifact@v3
2024-01-18T08:39:25.4008155Z with:
2024-01-18T08:39:25.4008613Z   name: W1-main-TestApps-1.0.34.0
2024-01-18T08:39:25.4009279Z   path: W1/.buildartifacts/TestApps/
2024-01-18T08:39:25.4009976Z   if-no-files-found: ignore
2024-01-18T08:39:25.4010507Z env:
2024-01-18T08:39:25.4011866Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:39:25.4013422Z   ALGoRepoSettings: 
2024-01-18T08:39:25.4014239Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:25.4015232Z   keyVaultCodesignCertificateName: 
2024-01-18T08:39:25.4015895Z   doNotRunTests: False
2024-01-18T08:39:25.4016458Z   doNotSignApps: False
2024-01-18T08:39:25.4017016Z   useCompilerFolder: True
2024-01-18T08:39:25.4037940Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:39:25.4060322Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:39:25.4061949Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:25.4062985Z   containerName: bcW17567325511
2024-01-18T08:39:25.4063580Z ##[endgroup]
2024-01-18T08:39:25.6168267Z No files were found with the provided path: W1/.buildartifacts/TestApps/. No artifacts will be uploaded.
2024-01-18T08:39:26.4949241Z ##[group]Run actions/upload-artifact@v3
2024-01-18T08:39:26.4950071Z with:
2024-01-18T08:39:26.4950545Z   name: W1-main-BuildOutput-1.0.34.0
2024-01-18T08:39:26.4951250Z   path: W1/BuildOutput.txt
2024-01-18T08:39:26.4951839Z   if-no-files-found: ignore
2024-01-18T08:39:26.4952353Z env:
2024-01-18T08:39:26.4953704Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:39:26.4955273Z   ALGoRepoSettings: 
2024-01-18T08:39:26.4956109Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:26.4957139Z   keyVaultCodesignCertificateName: 
2024-01-18T08:39:26.4957817Z   doNotRunTests: False
2024-01-18T08:39:26.4958326Z   doNotSignApps: False
2024-01-18T08:39:26.4958898Z   useCompilerFolder: True
2024-01-18T08:39:26.5003715Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:39:26.5026248Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:39:26.5027833Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:26.5028859Z   containerName: bcW17567325511
2024-01-18T08:39:26.5029455Z ##[endgroup]
2024-01-18T08:39:26.7412435Z With the provided path, there will be 1 file uploaded
2024-01-18T08:39:26.7416307Z Starting artifact upload
2024-01-18T08:39:26.7423572Z 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
2024-01-18T08:39:26.7426653Z Artifact name is valid!
2024-01-18T08:39:26.8212720Z Container for artifact "W1-main-BuildOutput-1.0.34.0" successfully created. Starting upload of file(s)
2024-01-18T08:39:27.1201289Z Total size of all the files uploaded is 212 bytes
2024-01-18T08:39:27.1202904Z File upload process has finished. Finalizing the artifact upload
2024-01-18T08:39:27.1530835Z Artifact has been finalized. All files have been successfully uploaded!
2024-01-18T08:39:27.1532529Z 
2024-01-18T08:39:27.1533210Z The raw size of all the files that were specified for upload is 266 bytes
2024-01-18T08:39:27.1535239Z The size of all the files that were uploaded is 212 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2024-01-18T08:39:27.1536783Z 
2024-01-18T08:39:27.1538809Z 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 
2024-01-18T08:39:27.1540554Z 
2024-01-18T08:39:27.1541297Z Artifact W1-main-BuildOutput-1.0.34.0 has been successfully uploaded!
2024-01-18T08:39:29.2658568Z ##[group]Run microsoft/AL-Go-Actions/AnalyzeTests@v4.0
2024-01-18T08:39:29.2660527Z with:
2024-01-18T08:39:29.2660990Z   shell: powershell
2024-01-18T08:39:29.2689416Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:39:29.2718940Z   project: W1
2024-01-18T08:39:29.2719504Z env:
2024-01-18T08:39:29.2720881Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:39:29.2722447Z   ALGoRepoSettings: 
2024-01-18T08:39:29.2723426Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:29.2724564Z   keyVaultCodesignCertificateName: 
2024-01-18T08:39:29.2725256Z   doNotRunTests: False
2024-01-18T08:39:29.2725779Z   doNotSignApps: False
2024-01-18T08:39:29.2726596Z   useCompilerFolder: True
2024-01-18T08:39:29.2752010Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:39:29.2776984Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:39:29.2778633Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:29.2779696Z   containerName: bcW17567325511
2024-01-18T08:39:29.2780307Z ##[endgroup]
2024-01-18T08:39:29.3015784Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:39:29.3017973Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:39:29.3019207Z try {
2024-01-18T08:39:29.3021085Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\AnalyzeTests/AnalyzeTests.ps1 -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -project $ENV:_project
2024-01-18T08:39:29.3022944Z }
2024-01-18T08:39:29.3023547Z catch {
2024-01-18T08:39:29.3025353Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T08:39:29.3027491Z   exit 1
2024-01-18T08:39:29.3028147Z }
2024-01-18T08:39:29.3079986Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:39:29.3081045Z env:
2024-01-18T08:39:29.3082420Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:39:29.3083975Z   ALGoRepoSettings: 
2024-01-18T08:39:29.3084841Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:29.3085824Z   keyVaultCodesignCertificateName: 
2024-01-18T08:39:29.3086519Z   doNotRunTests: False
2024-01-18T08:39:29.3087044Z   doNotSignApps: False
2024-01-18T08:39:29.3087565Z   useCompilerFolder: True
2024-01-18T08:39:29.3109845Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:39:29.3134101Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:39:29.3135775Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:39:29.3136814Z   containerName: bcW17567325511
2024-01-18T08:39:29.3164324Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:39:29.3191798Z   _project: W1
2024-01-18T08:39:29.3192263Z ##[endgroup]
2024-01-18T08:39:41.3778105Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:39:53.8384509Z BcContainerHelper version 6.0.3
2024-01-18T08:40:10.8983333Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T08:40:26.0231329Z Test results not found
2024-01-18T08:40:26.5788328Z ##[group]Run microsoft/AL-Go-Actions/PipelineCleanup@v4.0
2024-01-18T08:40:26.5789779Z with:
2024-01-18T08:40:26.5790236Z   shell: powershell
2024-01-18T08:40:26.5823181Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:40:26.5855117Z   project: W1
2024-01-18T08:40:26.5855620Z env:
2024-01-18T08:40:26.5857283Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:40:26.5859000Z   ALGoRepoSettings: 
2024-01-18T08:40:26.5859991Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:40:26.5861159Z   keyVaultCodesignCertificateName: 
2024-01-18T08:40:26.5861844Z   doNotRunTests: False
2024-01-18T08:40:26.5862533Z   doNotSignApps: False
2024-01-18T08:40:26.5863095Z   useCompilerFolder: True
2024-01-18T08:40:26.5890093Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:40:26.5921055Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:40:26.5922853Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:40:26.5924068Z   containerName: bcW17567325511
2024-01-18T08:40:26.5924656Z ##[endgroup]
2024-01-18T08:40:26.6137521Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:40:26.6139699Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-01-18T08:40:26.6141075Z try {
2024-01-18T08:40:26.6142987Z   D:\a\_actions\microsoft\AL-Go-Actions\v4.0\PipelineCleanup/PipelineCleanup.ps1 -project $ENV:_project -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson
2024-01-18T08:40:26.6144938Z }
2024-01-18T08:40:26.6145388Z catch {
2024-01-18T08:40:26.6147464Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-01-18T08:40:26.6149531Z   exit 1
2024-01-18T08:40:26.6150155Z }
2024-01-18T08:40:26.6207905Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-01-18T08:40:26.6209096Z env:
2024-01-18T08:40:26.6210610Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }

2024-01-18T08:40:26.6212451Z   ALGoRepoSettings: 
2024-01-18T08:40:26.6213320Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:40:26.6214455Z   keyVaultCodesignCertificateName: 
2024-01-18T08:40:26.6215314Z   doNotRunTests: False
2024-01-18T08:40:26.6215867Z   doNotSignApps: False
2024-01-18T08:40:26.6216580Z   useCompilerFolder: True
2024-01-18T08:40:26.6241280Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":34,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T08:40:26.6265740Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:40:26.6267649Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T08:40:26.6268874Z   containerName: bcW17567325511
2024-01-18T08:40:26.6269471Z   _project: W1
2024-01-18T08:40:26.6300394Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2261383961346234622d633830652d346237312d393962392d656534623737333162623135222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373035353636383932363831295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e33222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073312061742039626433376236652d346461642d343163322d396661632d3362396539366265313332632e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276342e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f75726365406d61696e222c227265706f7369746f7279223a2244796e616d6963732d427573696e6573732d536f6c7574696f6e732f4261687261696e2d47656e657269632d5265706f7274732d457874656e73696f6e222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a223334222c2272756e4964223a2237353637333235353131227d2c224576656e744964223a22444f30303931227d
2024-01-18T08:40:26.6330382Z ##[endgroup]
2024-01-18T08:40:27.4402396Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T08:40:27.8945911Z BcContainerHelper version 6.0.3
2024-01-18T08:40:29.3329939Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T08:40:32.7849985Z Removing Desktop shortcuts
2024-01-18T08:40:33.3049598Z Post job cleanup.
2024-01-18T08:40:33.8804568Z Cache hit occurred on the primary key https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1, not saving cache.
2024-01-18T08:40:33.9206336Z Post job cleanup.
2024-01-18T08:40:34.2789347Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-01-18T08:40:34.4891601Z git version 2.43.0.windows.1
2024-01-18T08:40:34.5004233Z Temporarily overriding HOME='D:\a\_temp\def83ac6-d85f-497b-98d8-522461432fdb' before making global git config changes
2024-01-18T08:40:34.5006333Z Adding repository directory to the temporary git global config as a safe directory
2024-01-18T08:40:34.5022143Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension
2024-01-18T08:40:34.5596878Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-01-18T08:40:34.6096669Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2024-01-18T08:40:36.0195732Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-01-18T08:40:36.0574278Z http.https://github.com/.extraheader
2024-01-18T08:40:36.0630600Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2024-01-18T08:40:36.1074888Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2024-01-18T08:40:36.7799771Z Cleaning up orphan processes
freddydk commented 9 months ago

keyVaultCodesignCertificateName is a setting, not a secret. You need to add it as a setting - and remove the secret.

Marhoon commented 9 months ago

Hi Sir @freddydk

I get the below error, please note the Application i register it in our Microsoft Entra ID have contribution role on the Key Vault, but i am getting now Forbidden Access see below raw log for the Sign

2024-01-18T13:36:35.7257174Z   ALGoRepoSettings: 
2024-01-18T13:36:35.7258779Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T13:36:35.7260405Z   keyVaultCodesignCertificateName: CodeSign
2024-01-18T13:36:35.7261689Z   doNotRunTests: False
2024-01-18T13:36:35.7262368Z   doNotSignApps: False
2024-01-18T13:36:35.7262926Z   useCompilerFolder: True
2024-01-18T13:36:35.7282375Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 2 * * 6","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":35,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"W1","partnerTelemetryConnectionString":"","doNotRunTests":false,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","appFolders":[],"runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":true,"installTestFramework":false,"keyVaultCodesignCertificateName":"CodeSign","keyVaultName":"BusinessCentral-Keys","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","projects":[],"projectName":"W1","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":["ALI"],"buildModes":[],"templateBranch":"","NextMinorSchedule":"0 2 * * 5","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"Bahrain-Generic-Reports-Extension","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"CurrentSchedule":"0 2 * * 4","installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-01-18T13:36:35.7304688Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T13:36:35.7306956Z   artifactCacheKey: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1
2024-01-18T13:36:35.7308227Z   containerName: bcW17570732789
2024-01-18T13:36:35.7315570Z   _azureCredentialsJson: ***
2024-01-18T13:36:35.7316383Z   _pathToFiles: W1/.buildartifacts/Apps/*.app
2024-01-18T13:36:35.7317177Z   _timestampService: http://timestamp.digicert.com
2024-01-18T13:36:35.7317929Z   _digestAlgorithm: SHA256
2024-01-18T13:36:35.7318654Z   _parentTelemetryScopeJson: 
2024-01-18T13:36:35.7319220Z ##[endgroup]
2024-01-18T13:37:08.7294367Z Import from C:\ProgramData\BcContainerHelper\6.0.3\BcContainerHelper\BcContainerHelper.ps1
2024-01-18T13:37:09.9664641Z BcContainerHelper version 6.0.3
2024-01-18T13:39:02.6932619Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-01-18T13:39:03.0207571Z Running on PowerShell 7
2024-01-18T13:39:08.1244470Z ##[group]Install AzureSignTool
2024-01-18T13:39:24.1302606Z Skipping NuGet package signature verification.
2024-01-18T13:39:26.8794658Z You can invoke the tool using the following command: azuresigntool
2024-01-18T13:39:26.8798720Z Tool 'azuresigntool' (version '4.0.1') was successfully installed.
2024-01-18T13:39:27.0156342Z ##[endgroup]
2024-01-18T13:39:27.0277966Z Signing files:
2024-01-18T13:39:27.0289825Z - D:\a\Bahrain-Generic-Reports-Extension\Bahrain-Generic-Reports-Extension\W1\.buildartifacts\Apps\Dynamics Business Solutions Co. W.L.L_Bahrain Generic Reports Extension_1.0.35.0.app
2024-01-18T13:39:27.0432366Z ##[group]Register NavSip
2024-01-18T13:39:58.9458122Z Downloading artifact /sandbox/23.3.14876.15458/core
2024-01-18T13:39:58.9924187Z Downloading C:\Users\runneradmin\AppData\Local\Temp\dc15a850-f88a-4d20-8b55-23b814952bb3.zip
2024-01-18T13:39:59.0014906Z Downloading using HttpClient
2024-01-18T13:40:46.3575560Z Unpacking artifact to tmp folder using 7zip
2024-01-18T13:40:48.0949492Z Downloaded artifacts to C:\Users\runneradmin\AppData\Local\Temp\vhg3k2ea.jcw
2024-01-18T13:40:48.0990453Z Found navsip at C:\Users\runneradmin\AppData\Local\Temp\vhg3k2ea.jcw\sandbox\23.3.14876.15458\core\NavSip.dll
2024-01-18T13:40:48.1056019Z Copied navsip to C:\Windows\System32\navsip.dll
2024-01-18T13:40:48.1354559Z Unregistering dll C:\Windows\System32\navsip.dll
2024-01-18T13:40:48.1775086Z Registering dll C:\Windows\System32\navsip.dll
2024-01-18T13:40:48.1855416Z ##[endgroup]
2024-01-18T13:41:01.3249276Z fail: AzureSignTool.SignCommand[0]
2024-01-18T13:41:01.3251506Z       Failed to retrieve certificate CodeSign from Azure Key Vault. Please verify the name of the certificate and the permissions to the certificate. Error message: Caller is not authorized to perform action on resource.
2024-01-18T13:41:01.3254164Z       If role assignments, deny assignments or role definitions were changed recently, please observe propagation time.
2024-01-18T13:41:01.3258383Z       Caller: appid=***;oid=47a469d1-3936-4451-a76e-3602ee4f7077;iss=https://sts.windows.net/***/
2024-01-18T13:41:01.3260315Z       Action: 'Microsoft.KeyVault/vaults/certificates/read'
2024-01-18T13:41:01.3262635Z       Resource: '/subscriptions/***/resourcegroups/dynamics-rg/providers/microsoft.keyvault/vaults/businesscentral-keys/certificates/codesign'
2024-01-18T13:41:01.3264025Z       Assignment: (not found)
2024-01-18T13:41:01.3264689Z       DenyAssignmentId: null
2024-01-18T13:41:01.3265513Z       DecisionReason: 'DeniedWithNoValidRBAC' 
2024-01-18T13:41:01.3266400Z       Vault: BusinessCentral-Keys;location=westeurope
2024-01-18T13:41:01.3267147Z       
2024-01-18T13:41:01.3267632Z       Status: 403 (Forbidden)
2024-01-18T13:41:01.3268656Z       ErrorCode: Forbidden
2024-01-18T13:41:01.3269245Z       
2024-01-18T13:41:01.3269737Z       Content:
2024-01-18T13:41:01.3277574Z       {"error":{"code":"Forbidden","message":"Caller is not authorized to perform action on resource.\r\nIf role assignments, deny assignments or role definitions were changed recently, please observe propagation time.\r\nCaller: appid=***;oid=47a469d1-3936-4451-a76e-3602ee4f7077;iss=https://sts.windows.net/***/\r\nAction: 'Microsoft.KeyVault/vaults/certificates/read'\r\nResource: '/subscriptions/***/resourcegroups/dynamics-rg/providers/microsoft.keyvault/vaults/businesscentral-keys/certificates/codesign'\r\nAssignment: (not found)\r\nDenyAssignmentId: null\r\nDecisionReason: 'DeniedWithNoValidRBAC' \r\nVault: BusinessCentral-Keys;location=westeurope\r\n","innererror":{"code":"ForbiddenByRbac"}}}
2024-01-18T13:41:01.3283505Z       
2024-01-18T13:41:01.3284019Z       Headers:
2024-01-18T13:41:01.3284639Z       Cache-Control: no-cache
2024-01-18T13:41:01.3285396Z       Pragma: no-cache
2024-01-18T13:41:01.3286101Z       x-ms-keyvault-region: westeurope
2024-01-18T13:41:01.3287153Z       x-ms-client-request-id: 32907518-0fda-4e43-9cbf-13e65dc9f527
2024-01-18T13:41:01.3288635Z       x-ms-request-id: 3a63ad16-3267-444d-a735-4a139bf756c2
2024-01-18T13:41:01.3289777Z       x-ms-keyvault-service-version: 1.9.1222.1
2024-01-18T13:41:01.3291217Z       x-ms-keyvault-network-info: conn_type=Ipv4;addr=20.42.18.239;act_addr_fam=InterNetwork;
2024-01-18T13:41:01.3292394Z       x-ms-keyvault-rbac-cache: REDACTED
2024-01-18T13:41:01.3293265Z       X-Content-Type-Options: REDACTED
2024-01-18T13:41:01.3294097Z       Strict-Transport-Security: REDACTED
2024-01-18T13:41:01.3294946Z       Date: Thu, 18 Jan 2024 13:40:59 GMT
2024-01-18T13:41:01.3295750Z       Content-Length: 798
2024-01-18T13:41:01.3297153Z       Content-Type: application/json; charset=utf-8
2024-01-18T13:41:01.3298030Z       Expires: -1
2024-01-18T13:41:01.3298536Z       .
2024-01-18T13:41:03.2194773Z fail: AzureSignTool.SignCommand[0]
2024-01-18T13:41:03.2196148Z       Failed to get configuration from Azure Key Vault.
2024-01-18T13:41:03.3050268Z Retrying after 5 seconds...
2024-01-18T13:41:08.3092740Z ##[group]Register NavSip
2024-01-18T13:41:08.3104887Z Unregistering dll C:\Windows\System32\navsip.dll
2024-01-18T13:41:08.3198284Z Registering dll C:\Windows\System32\navsip.dll
2024-01-18T13:41:08.3512066Z ##[endgroup]
2024-01-18T13:41:09.9401766Z fail: AzureSignTool.SignCommand[0]
2024-01-18T13:41:09.9404607Z       Failed to retrieve certificate CodeSign from Azure Key Vault. Please verify the name of the certificate and the permissions to the certificate. Error message: Caller is not authorized to perform action on resource.
2024-01-18T13:41:09.9407633Z       If role assignments, deny assignments or role definitions were changed recently, please observe propagation time.
2024-01-18T13:41:09.9410912Z       Caller: appid=***;oid=47a469d1-3936-4451-a76e-3602ee4f7077;iss=https://sts.windows.net/***/
2024-01-18T13:41:09.9412759Z       Action: 'Microsoft.KeyVault/vaults/certificates/read'
2024-01-18T13:41:09.9415451Z       Resource: '/subscriptions/***/resourcegroups/dynamics-rg/providers/microsoft.keyvault/vaults/businesscentral-keys/certificates/codesign'
2024-01-18T13:41:09.9417270Z       Assignment: (not found)
2024-01-18T13:41:09.9418536Z       DenyAssignmentId: null
2024-01-18T13:41:09.9419859Z       DecisionReason: 'DeniedWithNoValidRBAC' 
2024-01-18T13:41:09.9421450Z       Vault: BusinessCentral-Keys;location=westeurope
2024-01-18T13:41:09.9423694Z       
2024-01-18T13:41:09.9424652Z       Status: 403 (Forbidden)
2024-01-18T13:41:09.9425605Z       ErrorCode: Forbidden
2024-01-18T13:41:09.9426559Z       
2024-01-18T13:41:09.9427436Z       Content:
2024-01-18T13:41:09.9438712Z       {"error":{"code":"Forbidden","message":"Caller is not authorized to perform action on resource.\r\nIf role assignments, deny assignments or role definitions were changed recently, please observe propagation time.\r\nCaller: appid=***;oid=47a469d1-3936-4451-a76e-3602ee4f7077;iss=https://sts.windows.net/***/\r\nAction: 'Microsoft.KeyVault/vaults/certificates/read'\r\nResource: '/subscriptions/***/resourcegroups/dynamics-rg/providers/microsoft.keyvault/vaults/businesscentral-keys/certificates/codesign'\r\nAssignment: (not found)\r\nDenyAssignmentId: null\r\nDecisionReason: 'DeniedWithNoValidRBAC' \r\nVault: BusinessCentral-Keys;location=westeurope\r\n","innererror":{"code":"ForbiddenByRbac"}}}
2024-01-18T13:41:09.9445162Z       
2024-01-18T13:41:09.9446267Z       Headers:
2024-01-18T13:41:09.9447493Z       Cache-Control: no-cache
2024-01-18T13:41:09.9448694Z       Pragma: no-cache
2024-01-18T13:41:09.9449885Z       x-ms-keyvault-region: westeurope
2024-01-18T13:41:09.9451464Z       x-ms-client-request-id: 9810a0f0-60ae-4b45-9522-a07ba08d7a4a
2024-01-18T13:41:09.9452982Z       x-ms-request-id: 6d7007b5-bf30-4bb8-a986-a90bfc8b0deb
2024-01-18T13:41:09.9454692Z       x-ms-keyvault-service-version: 1.9.1222.1
2024-01-18T13:41:09.9457767Z       x-ms-keyvault-network-info: conn_type=Ipv4;addr=20.42.18.239;act_addr_fam=InterNetwork;
2024-01-18T13:41:09.9459597Z       x-ms-keyvault-rbac-cache: REDACTED
2024-01-18T13:41:09.9460846Z       X-Content-Type-Options: REDACTED
2024-01-18T13:41:09.9462221Z       Strict-Transport-Security: REDACTED
2024-01-18T13:41:09.9463323Z       Date: Thu, 18 Jan 2024 13:41:09 GMT
2024-01-18T13:41:09.9464615Z       Content-Length: 798
2024-01-18T13:41:09.9465508Z       Content-Type: application/json; charset=utf-8
2024-01-18T13:41:09.9466298Z       Expires: -1
2024-01-18T13:41:09.9466866Z       .
2024-01-18T13:41:09.9588762Z fail: AzureSignTool.SignCommand[0]
2024-01-18T13:41:09.9590273Z       Failed to get configuration from Azure Key Vault.
2024-01-18T13:41:09.9830588Z Retrying after 5 seconds...
2024-01-18T13:41:14.9894022Z ##[group]Register NavSip
2024-01-18T13:41:14.9906031Z Unregistering dll C:\Windows\System32\navsip.dll
2024-01-18T13:41:14.9992064Z Registering dll C:\Windows\System32\navsip.dll
2024-01-18T13:41:15.0289330Z ##[endgroup]
2024-01-18T13:41:16.8009669Z fail: AzureSignTool.SignCommand[0]
2024-01-18T13:41:16.8012639Z       Failed to retrieve certificate CodeSign from Azure Key Vault. Please verify the name of the certificate and the permissions to the certificate. Error message: Caller is not authorized to perform action on resource.
2024-01-18T13:41:16.8015625Z       If role assignments, deny assignments or role definitions were changed recently, please observe propagation time.
2024-01-18T13:41:16.8019786Z       Caller: appid=***;oid=47a469d1-3936-4451-a76e-3602ee4f7077;iss=https://sts.windows.net/***/
2024-01-18T13:41:16.8024820Z       Action: 'Microsoft.KeyVault/vaults/certificates/read'
2024-01-18T13:41:16.8030260Z       Resource: '/subscriptions/***/resourcegroups/dynamics-rg/providers/microsoft.keyvault/vaults/businesscentral-keys/certificates/codesign'
2024-01-18T13:41:16.8036908Z       Assignment: (not found)
2024-01-18T13:41:16.8046659Z       DenyAssignmentId: null
2024-01-18T13:41:16.8048889Z       DecisionReason: 'DeniedWithNoValidRBAC' 
2024-01-18T13:41:16.8052039Z       Vault: BusinessCentral-Keys;location=westeurope
2024-01-18T13:41:16.8053379Z       
2024-01-18T13:41:16.8054264Z       Status: 403 (Forbidden)
2024-01-18T13:41:16.8055298Z       ErrorCode: Forbidden
2024-01-18T13:41:16.8057066Z       
2024-01-18T13:41:16.8058713Z       Content:
2024-01-18T13:41:16.8083707Z       {"error":{"code":"Forbidden","message":"Caller is not authorized to perform action on resource.\r\nIf role assignments, deny assignments or role definitions were changed recently, please observe propagation time.\r\nCaller: appid=***;oid=47a469d1-3936-4451-a76e-3602ee4f7077;iss=https://sts.windows.net/***/\r\nAction: 'Microsoft.KeyVault/vaults/certificates/read'\r\nResource: '/subscriptions/***/resourcegroups/dynamics-rg/providers/microsoft.keyvault/vaults/businesscentral-keys/certificates/codesign'\r\nAssignment: (not found)\r\nDenyAssignmentId: null\r\nDecisionReason: 'DeniedWithNoValidRBAC' \r\nVault: BusinessCentral-Keys;location=westeurope\r\n","innererror":{"code":"ForbiddenByRbac"}}}
2024-01-18T13:41:16.8094756Z       
2024-01-18T13:41:16.8095736Z       Headers:
2024-01-18T13:41:16.8096882Z       Cache-Control: no-cache
2024-01-18T13:41:16.8098041Z       Pragma: no-cache
2024-01-18T13:41:16.8099221Z       x-ms-keyvault-region: westeurope
2024-01-18T13:41:16.8101098Z       x-ms-client-request-id: b3eed131-fdae-4528-8cd3-7f4cfd12182e
2024-01-18T13:41:16.8102649Z       x-ms-request-id: e619d7ec-e9da-4b89-a2b0-d48336e132c5
2024-01-18T13:41:16.8104102Z       x-ms-keyvault-service-version: 1.9.1222.1
2024-01-18T13:41:16.8105774Z       x-ms-keyvault-network-info: conn_type=Ipv4;addr=20.42.18.239;act_addr_fam=InterNetwork;
2024-01-18T13:41:16.8107404Z       x-ms-keyvault-rbac-cache: REDACTED
2024-01-18T13:41:16.8108696Z       X-Content-Type-Options: REDACTED
2024-01-18T13:41:16.8109929Z       Strict-Transport-Security: REDACTED
2024-01-18T13:41:16.8111102Z       Date: Thu, 18 Jan 2024 13:41:16 GMT
2024-01-18T13:41:16.8112268Z       Content-Length: 798
2024-01-18T13:41:16.8113733Z       Content-Type: application/json; charset=utf-8
2024-01-18T13:41:16.8114945Z       Expires: -1
2024-01-18T13:41:16.8115832Z       .
2024-01-18T13:41:16.8170413Z fail: AzureSignTool.SignCommand[0]
2024-01-18T13:41:16.8171591Z       Failed to get configuration from Azure Key Vault.
2024-01-18T13:41:17.0298737Z AL-Go action ran: Sign Telemetry Correlation Id: 52db7fb6-2920-4908-bacf-7a42dfbac461
2024-01-18T13:41:17.0354296Z ##[error]Unexpected error when running action. Error Message: Command failed with exit code -2147024809, StackTrace: at RetryCommand, D:\a\_actions\microsoft\AL-Go-Actions\v4.0\AL-Go-Helper.ps1: line 2203 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v4.0\Sign\Sign.ps1: line 46 <- at <ScriptBlock>, D:\a\_temp\31eab0a5-ce19-4d46-93ba-0b5ae3ca0880.ps1: line 4 <- at <ScriptBlock>, <No file>: line 1
2024-01-18T13:41:17.0945587Z ##[error]Process completed with exit code 1.
2024-01-18T13:41:17.1394637Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v4.0
2024-01-18T13:41:17.1395786Z with:
2024-01-18T13:41:17.1396309Z   shell: powershell
2024-01-18T13:41:17.1396917Z   project: W1
2024-01-18T13:41:17.1397486Z   buildMode: Default
2024-01-18T13:41:17.1398015Z env:
2024-01-18T13:41:17.1399437Z   ALGoOrgSettings: {
    "useCompilerFolder": true,
    "doNotPublishApps": true,
    "artifact": "https://bcartifacts.azureedge.net/sandbox/23.0.12034.13450/w1"
 }
Marhoon commented 9 months ago

Hi Sir @freddydk

its working now we figure out the issue, thank you for your support.

Its working on new HSM Code Sign Certification