microsoft / AL-Go

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

Deliver to Storage Failing with Error Message "unable to locate apps" #1089

Closed JacoBothaDyn closed 3 days ago

JacoBothaDyn commented 1 month ago

New merge CI/CD build succesfully, but at the DeliverToStorage it fails with an "unable to locate apps" error.

On a previous CI/CD build on the same repo it delivered without a problem.

What we changed: runs-on setting to "Ubuntu-Latest"

Added a BuildMode setting of production

Please find CI/CD Logs attached:

2024-05-27T09:01:37.4842270Z Current runner version: '2.316.1'
2024-05-27T09:01:37.4869149Z ##[group]Operating System
2024-05-27T09:01:37.4870064Z Ubuntu
2024-05-27T09:01:37.4870504Z 22.04.4
2024-05-27T09:01:37.4870919Z LTS
2024-05-27T09:01:37.4871444Z ##[endgroup]
2024-05-27T09:01:37.4871921Z ##[group]Runner Image
2024-05-27T09:01:37.4872594Z Image: ubuntu-22.04
2024-05-27T09:01:37.4873118Z Version: 20240516.1.0
2024-05-27T09:01:37.4874332Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240516.1/images/ubuntu/Ubuntu2204-Readme.md
2024-05-27T09:01:37.4876147Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240516.1
2024-05-27T09:01:37.4877198Z ##[endgroup]
2024-05-27T09:01:37.4877779Z ##[group]Runner Image Provisioner
2024-05-27T09:01:37.4878395Z 2.0.369.1
2024-05-27T09:01:37.4878847Z ##[endgroup]
2024-05-27T09:01:37.4880201Z ##[group]GITHUB_TOKEN Permissions
2024-05-27T09:01:37.4882010Z Actions: read
2024-05-27T09:01:37.4882654Z Contents: read
2024-05-27T09:01:37.4883355Z Metadata: read
2024-05-27T09:01:37.4883994Z Pages: read
2024-05-27T09:01:37.4884805Z ##[endgroup]
2024-05-27T09:01:37.4888156Z Secret source: Actions
2024-05-27T09:01:37.4888900Z Prepare workflow directory
2024-05-27T09:01:37.5880169Z Prepare all required actions
2024-05-27T09:01:37.6050386Z Getting action download info
2024-05-27T09:01:37.7646031Z Download action repository 'actions/checkout@v4' (SHA:a5ac7e51b41094c92402da3b24376905380afc29)
2024-05-27T09:01:38.0717798Z Download action repository 'actions/download-artifact@v4' (SHA:65a9edc5881444af0b9093a5e628f2fe47ea3b2e)
2024-05-27T09:01:38.2953227Z Download action repository 'microsoft/AL-Go-Actions@v5.1' (SHA:60dcf203bcbeabc2fee2f8228ac12cc3818ba9b0)
2024-05-27T09:01:38.7192885Z Complete job name: Deliver to Storage
2024-05-27T09:01:38.8143634Z ##[group]Run actions/checkout@v4
2024-05-27T09:01:38.8144364Z with:
2024-05-27T09:01:38.8144865Z   repository: redacted/redacted-dynamics-al
2024-05-27T09:01:38.8145976Z   token: ***
2024-05-27T09:01:38.8146457Z   ssh-strict: true
2024-05-27T09:01:38.8147087Z   ssh-user: git
2024-05-27T09:01:38.8147588Z   persist-credentials: true
2024-05-27T09:01:38.8148129Z   clean: true
2024-05-27T09:01:38.8148706Z   sparse-checkout-cone-mode: true
2024-05-27T09:01:38.8149312Z   fetch-depth: 1
2024-05-27T09:01:38.8149765Z   fetch-tags: false
2024-05-27T09:01:38.8150325Z   show-progress: true
2024-05-27T09:01:38.8150802Z   lfs: false
2024-05-27T09:01:38.8151334Z   submodules: false
2024-05-27T09:01:38.8151824Z   set-safe-directory: true
2024-05-27T09:01:38.8152376Z env:
2024-05-27T09:01:38.8152869Z   workflowDepth: 1
2024-05-27T09:01:38.8153343Z   ALGoOrgSettings: 
2024-05-27T09:01:38.8153844Z   ALGoRepoSettings: 
2024-05-27T09:01:38.8154412Z ##[endgroup]
2024-05-27T09:01:39.0753187Z Syncing repository: redacted/redacted-dynamics-al
2024-05-27T09:01:39.0756416Z ##[group]Getting Git version info
2024-05-27T09:01:39.0758122Z Working directory is '/home/runner/work/redacted-dynamics-al/redacted-dynamics-al'
2024-05-27T09:01:39.0760366Z [command]/usr/bin/git version
2024-05-27T09:01:39.0770607Z git version 2.45.1
2024-05-27T09:01:39.0773983Z ##[endgroup]
2024-05-27T09:01:39.0792958Z Temporarily overriding HOME='/home/runner/work/_temp/887b6d07-3f27-43e4-b388-c2f14acfcea4' before making global git config changes
2024-05-27T09:01:39.0795814Z Adding repository directory to the temporary git global config as a safe directory
2024-05-27T09:01:39.0799568Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/redacted-dynamics-al/redacted-dynamics-al
2024-05-27T09:01:39.0854198Z Deleting the contents of '/home/runner/work/redacted-dynamics-al/redacted-dynamics-al'
2024-05-27T09:01:39.0878189Z ##[group]Initializing the repository
2024-05-27T09:01:39.0880605Z [command]/usr/bin/git init /home/runner/work/redacted-dynamics-al/redacted-dynamics-al
2024-05-27T09:01:39.0960033Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-05-27T09:01:39.0966958Z hint: is subject to change. To configure the initial branch name to use in all
2024-05-27T09:01:39.0972742Z hint: of your new repositories, which will suppress this warning, call:
2024-05-27T09:01:39.0977102Z hint:
2024-05-27T09:01:39.0981095Z hint:  git config --global init.defaultBranch <name>
2024-05-27T09:01:39.0985236Z hint:
2024-05-27T09:01:39.0989242Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-05-27T09:01:39.0994371Z hint: 'development'. The just-created branch can be renamed via this command:
2024-05-27T09:01:39.0999565Z hint:
2024-05-27T09:01:39.1003594Z hint:  git branch -m <name>
2024-05-27T09:01:39.1014018Z Initialized empty Git repository in /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.git/
2024-05-27T09:01:39.1028420Z [command]/usr/bin/git remote add origin https://github.com/redacted/redacted-dynamics-al
2024-05-27T09:01:39.1082477Z ##[endgroup]
2024-05-27T09:01:39.1084840Z ##[group]Disabling automatic garbage collection
2024-05-27T09:01:39.1088109Z [command]/usr/bin/git config --local gc.auto 0
2024-05-27T09:01:39.1136683Z ##[endgroup]
2024-05-27T09:01:39.1138525Z ##[group]Setting up auth
2024-05-27T09:01:39.1144246Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-05-27T09:01:39.1192335Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-05-27T09:01:39.1628016Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-05-27T09:01:39.1689490Z [command]/usr/bin/git 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-05-27T09:01:39.2028460Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-05-27T09:01:39.2046398Z ##[endgroup]
2024-05-27T09:01:39.2048098Z ##[group]Fetching the repository
2024-05-27T09:01:39.2055635Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1fef7a738915139df4555d711f01205197860f74:refs/remotes/origin/main
2024-05-27T09:01:39.4704414Z From https://github.com/redacted/redacted-dynamics-al
2024-05-27T09:01:39.4706921Z  * [new ref]         1fef7a738915139df4555d711f01205197860f74 -> origin/main
2024-05-27T09:01:39.4753486Z ##[endgroup]
2024-05-27T09:01:39.4926574Z ##[group]Determining the checkout info
2024-05-27T09:01:39.4928655Z ##[endgroup]
2024-05-27T09:01:39.4930544Z [command]/usr/bin/git sparse-checkout disable
2024-05-27T09:01:39.5009428Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2024-05-27T09:01:39.5189639Z ##[group]Checking out the ref
2024-05-27T09:01:39.5287482Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2024-05-27T09:01:39.5565388Z Switched to a new branch 'main'
2024-05-27T09:01:39.5569932Z branch 'main' set up to track 'origin/main'.
2024-05-27T09:01:39.5581897Z ##[endgroup]
2024-05-27T09:01:39.5818106Z [command]/usr/bin/git log -1 --format='%H'
2024-05-27T09:01:39.5875750Z '1fef7a738915139df4555d711f01205197860f74'
2024-05-27T09:01:39.6502211Z ##[group]Run actions/download-artifact@v4
2024-05-27T09:01:39.6503509Z with:
2024-05-27T09:01:39.6504200Z   path: .artifacts
2024-05-27T09:01:39.6505210Z   merge-multiple: false
2024-05-27T09:01:39.6506184Z   repository: redacted/redacted-dynamics-al
2024-05-27T09:01:39.6507242Z   run-id: 9251125170
2024-05-27T09:01:39.6508180Z env:
2024-05-27T09:01:39.6508877Z   workflowDepth: 1
2024-05-27T09:01:39.6509703Z   ALGoOrgSettings: 
2024-05-27T09:01:39.6510691Z   ALGoRepoSettings: 
2024-05-27T09:01:39.6511470Z ##[endgroup]
2024-05-27T09:01:40.0308850Z Found 3 artifact(s)
2024-05-27T09:01:40.0321047Z No input name or pattern filtered specified, downloading all artifacts
2024-05-27T09:01:40.0327342Z An extra directory with the artifact name will be created for each download
2024-05-27T09:01:40.0333441Z Preparing to download the following artifacts:
2024-05-27T09:01:40.0340984Z - redacted-dynamics-al-main-productionBuildOutput-1.0.35.0 (ID: 1540103379, Size: 796)
2024-05-27T09:01:40.0348265Z - redacted-dynamics-al-main-productionTestApps-1.0.35.0 (ID: 1540103329, Size: 2789)
2024-05-27T09:01:40.0355859Z - redacted-dynamics-al-main-productionApps-1.0.35.0 (ID: 1540103295, Size: 120306)
2024-05-27T09:01:40.0871294Z Redirecting to blob download url: https://productionresultssa5.blob.core.windows.net/actions-results/401e91bb-5fed-4c2f-a94f-8f28aca43afb/workflow-job-run-3b9b7692-f7de-59cc-0e16-bb2514b7ae4f/artifacts/c5d18490802e406ee4b14e56858ad03870ec97c15ccce7875984efca81f458d7.zip
2024-05-27T09:01:40.0895473Z Starting download of artifact to: /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.artifacts/redacted-dynamics-al-main-productionBuildOutput-1.0.35.0
2024-05-27T09:01:40.1464047Z Redirecting to blob download url: https://productionresultssa5.blob.core.windows.net/actions-results/401e91bb-5fed-4c2f-a94f-8f28aca43afb/workflow-job-run-3b9b7692-f7de-59cc-0e16-bb2514b7ae4f/artifacts/2d6926d38a6d6ad0dfabb418f38faa702620c400985d69c8c4fc1b7945a7a388.zip
2024-05-27T09:01:40.1475376Z Starting download of artifact to: /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.artifacts/redacted-dynamics-al-main-productionTestApps-1.0.35.0
2024-05-27T09:01:40.1635372Z Redirecting to blob download url: https://productionresultssa5.blob.core.windows.net/actions-results/401e91bb-5fed-4c2f-a94f-8f28aca43afb/workflow-job-run-3b9b7692-f7de-59cc-0e16-bb2514b7ae4f/artifacts/21c5f2756205c1d6aeb579150792a1e868078fea64f629d386a75445f14239ec.zip
2024-05-27T09:01:40.1645855Z Starting download of artifact to: /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.artifacts/redacted-dynamics-al-main-productionApps-1.0.35.0
2024-05-27T09:01:40.1654407Z (node:1703) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
2024-05-27T09:01:40.1659507Z (Use `node --trace-deprecation ...` to show where the warning was created)
2024-05-27T09:01:40.1777206Z Artifact download completed successfully.
2024-05-27T09:01:40.1958248Z Artifact download completed successfully.
2024-05-27T09:01:40.2159583Z Artifact download completed successfully.
2024-05-27T09:01:40.2161129Z Total of 3 artifact(s) downloaded
2024-05-27T09:01:40.2171426Z Download artifact has finished successfully
2024-05-27T09:01:40.2602358Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v5.1
2024-05-27T09:01:40.2603090Z with:
2024-05-27T09:01:40.2603609Z   shell: pwsh
2024-05-27T09:01:40.2604039Z   project: .
2024-05-27T09:01:40.2604786Z env:
2024-05-27T09:01:40.2605309Z   workflowDepth: 1
2024-05-27T09:01:40.2605778Z   ALGoOrgSettings: 
2024-05-27T09:01:40.2606332Z   ALGoRepoSettings: 
2024-05-27T09:01:40.2606787Z ##[endgroup]
2024-05-27T09:01:40.2895745Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-05-27T09:01:40.2897575Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-05-27T09:01:40.2898655Z try {
2024-05-27T09:01:40.2899865Z   /home/runner/work/_actions/microsoft/AL-Go-Actions/v5.1/ReadSettings/ReadSettings.ps1 -project $ENV:_project -get $ENV:_get
2024-05-27T09:01:40.2901067Z }
2024-05-27T09:01:40.2901448Z catch {
2024-05-27T09:01:40.2903117Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-05-27T09:01:40.2904715Z   exit 1
2024-05-27T09:01:40.2905191Z }
2024-05-27T09:01:40.3043578Z shell: /usr/bin/pwsh -command ". '{0}'"
2024-05-27T09:01:40.3044292Z env:
2024-05-27T09:01:40.3045231Z   workflowDepth: 1
2024-05-27T09:01:40.3045899Z   ALGoOrgSettings: 
2024-05-27T09:01:40.3046417Z   ALGoRepoSettings: 
2024-05-27T09:01:40.3047000Z   _project: .
2024-05-27T09:01:40.3047733Z   _get: 
2024-05-27T09:01:40.3048163Z ##[endgroup]
2024-05-27T09:01:42.0678043Z Applying settings from /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.github/AL-Go-Settings.json
2024-05-27T09:01:42.1706558Z Applying settings from /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.AL-Go/settings.json
2024-05-27T09:01:42.1737556Z No settings found in /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.github/CICD.settings.json
2024-05-27T09:01:42.1752957Z No settings found in /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.AL-Go/CICD.settings.json
2024-05-27T09:01:42.1761481Z No settings found in /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.AL-Go/simonredacted.settings.json
2024-05-27T09:01:42.6018651Z SETTINGS:
2024-05-27T09:01:42.6815106Z {
2024-05-27T09:01:42.6816382Z   "appDependencyProbingPaths": [],
2024-05-27T09:01:42.6818085Z   "failOn": "error",
2024-05-27T09:01:42.6818987Z   "enableCodeAnalyzersOnTestApps": false,
2024-05-27T09:01:42.6820308Z   "githubRunner": "windows-latest",
2024-05-27T09:01:42.6821592Z   "productionModePreprocessorSymbols ": [
2024-05-27T09:01:42.6822567Z     "AppSource",
2024-05-27T09:01:42.6823050Z     "Production"
2024-05-27T09:01:42.6823585Z   ],
2024-05-27T09:01:42.6824121Z   "rulesetFile": "redacted Dynamics AL/ruleset.json",
2024-05-27T09:01:42.6824879Z   "assignPremiumPlan": false,
2024-05-27T09:01:42.6825573Z   "treatTestFailuresAsWarnings": false,
2024-05-27T09:01:42.6826283Z   "type": "AppSource App",
2024-05-27T09:01:42.6826846Z   "appRevision": 1,
2024-05-27T09:01:42.6827357Z   "environments": [],
2024-05-27T09:01:42.6828214Z   "adminCenterApiCredentialsSecretName": "adminCenterApiCredentials",
2024-05-27T09:01:42.6829219Z   "generateDependencyArtifact": false,
2024-05-27T09:01:42.6829858Z   "vsixFile": "",
2024-05-27T09:01:42.6830402Z   "installTestRunner": false,
2024-05-27T09:01:42.6831627Z   "applicationInsightsConnectionStringSecretName": "applicationInsightsConnectionString",
2024-05-27T09:01:42.6832959Z   "country": "gb",
2024-05-27T09:01:42.6833495Z   "enableTaskScheduler": false,
2024-05-27T09:01:42.6834122Z   "shell": "pwsh",
2024-05-27T09:01:42.6834561Z   "doNotSignApps": false,
2024-05-27T09:01:42.6835166Z   "templateBranch": "",
2024-05-27T09:01:42.6835798Z   "useCompilerFolder": true,
2024-05-27T09:01:42.6836463Z   "installTestFramework": false,
2024-05-27T09:01:42.6837080Z   "doNotRunBcptTests": false,
2024-05-27T09:01:42.6838315Z   "appFolders": [],
2024-05-27T09:01:42.6839422Z   "templateUrl": "https://github.com/microsoft/AL-Go-AppSource@main",
2024-05-27T09:01:42.6840522Z   "partnerTelemetryConnectionString": "",
2024-05-27T09:01:42.6841414Z   "customCodeCops": [],
2024-05-27T09:01:42.6842134Z   "versioningStrategy": 0,
2024-05-27T09:01:42.6842790Z   "keyVaultClientIdSecretName": "",
2024-05-27T09:01:42.6843618Z   "sendExtendedTelemetryToMicrosoft": false,
2024-05-27T09:01:42.6844747Z   "licenseFileUrlSecretName": "licenseFileUrl",
2024-05-27T09:01:42.6845528Z   "configPackages": [],
2024-05-27T09:01:42.6846093Z   "alDoc": {
2024-05-27T09:01:42.6846595Z     "continuousDeployment": false,
2024-05-27T09:01:42.6847255Z     "deployToGitHubPages": true,
2024-05-27T09:01:42.6847906Z     "maxReleases": 3,
2024-05-27T09:01:42.6848506Z     "groupByProject": true,
2024-05-27T09:01:42.6849144Z     "includeProjects": [],
2024-05-27T09:01:42.6849738Z     "excludeProjects": [],
2024-05-27T09:01:42.6850458Z     "header": "Documentation for {REPOSITORY} {VERSION}",
2024-05-27T09:01:42.6853747Z     "footer": "Documentation for <a href=\"https://github.com/{REPOSITORY}\">{REPOSITORY}</a> made with <a href=\"https://aka.ms/AL-Go\">AL-Go for GitHub</a>, <a href=\"https://go.microsoft.com/fwlink/?linkid=2247728\">ALDoc</a> and <a href=\"https://dotnet.github.io/docfx\">DocFx</a>",
2024-05-27T09:01:42.6860966Z     "defaultIndexMD": "## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}",
2024-05-27T09:01:42.6869835Z     "defaultReleaseMD": "## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"
2024-05-27T09:01:42.6873978Z   },
2024-05-27T09:01:42.6874387Z   "projectName": ".",
2024-05-27T09:01:42.6874972Z   "ghTokenWorkflowSecretName": "ghTokenWorkflow",
2024-05-27T09:01:42.6875859Z   "keyVaultCodesignCertificateName": "redactedAppSourceAppCsrCert",
2024-05-27T09:01:42.6876935Z   "codeSignCertificateUrlSecretName": "codeSignCertificateUrl",
2024-05-27T09:01:42.6877800Z   "runNumberOffset": 0,
2024-05-27T09:01:42.6878399Z   "enableExternalRulesets": false,
2024-05-27T09:01:42.6879042Z   "enableCodeCop": false,
2024-05-27T09:01:42.6879968Z   "codeSignCertificatePasswordSecretName": "codeSignCertificatePassword",
2024-05-27T09:01:42.6880995Z   "deliverToAppSource": {
2024-05-27T09:01:42.6881552Z     "mainAppFolder": "",
2024-05-27T09:01:42.6882093Z     "productId": "",
2024-05-27T09:01:42.6882619Z     "includeDependencies": [],
2024-05-27T09:01:42.6883264Z     "continuousDelivery": false
2024-05-27T09:01:42.6883845Z   },
2024-05-27T09:01:42.6884286Z   "skipUpgrade": false,
2024-05-27T09:01:42.6885713Z   "installPerformanceToolkit": false,
2024-05-27T09:01:42.6886502Z   "additionalCountries": [],
2024-05-27T09:01:42.6887105Z   "doNotRunTests": false,
2024-05-27T09:01:42.6887640Z   "bcptTestFolders": [],
2024-05-27T09:01:42.6888184Z   "keyVaultCertificateUrlSecretName": "",
2024-05-27T09:01:42.6888974Z   "keyVaultCertificatePasswordSecretName": "",
2024-05-27T09:01:42.6889726Z   "memoryLimit": "",
2024-05-27T09:01:42.6890209Z   "companyName": "",
2024-05-27T09:01:42.6890764Z   "installOnlyReferencedApps": true,
2024-05-27T09:01:42.6891452Z   "appSourceCopMandatoryAffixes": [
2024-05-27T09:01:42.6892382Z     "hfx"
2024-05-27T09:01:42.6892807Z   ],
2024-05-27T09:01:42.6893358Z   "repoName": "redacted-dynamics-al",
2024-05-27T09:01:42.6893958Z   "doNotBuildTests": false,
2024-05-27T09:01:42.6894517Z   "doNotPublishApps": true,
2024-05-27T09:01:42.6895209Z   "runs-on": "Ubuntu-Latest",
2024-05-27T09:01:42.6895826Z   "unusedALGoSystemFiles": [],
2024-05-27T09:01:42.6896406Z   "installApps": [],
2024-05-27T09:01:42.6896939Z   "supportedCountries": "UK",
2024-05-27T09:01:42.6897554Z   "alwaysBuildAllProjects": false,
2024-05-27T09:01:42.6898167Z   "buildModes": [
2024-05-27T09:01:42.6898642Z     "production"
2024-05-27T09:01:42.6899110Z   ],
2024-05-27T09:01:42.6899575Z   "useProjectDependencies": false,
2024-05-27T09:01:42.6900226Z   "testFolders": [],
2024-05-27T09:01:42.6900761Z   "fullBuildPatterns": [],
2024-05-27T09:01:42.6901269Z   "projects": [],
2024-05-27T09:01:42.6901679Z   "appBuild": 35,
2024-05-27T09:01:42.6902146Z   "applicationDependency": "18.0.0.0",
2024-05-27T09:01:42.6902783Z   "cacheImageName": "my",
2024-05-27T09:01:42.6903250Z   "cacheKeepDays": 3,
2024-05-27T09:01:42.6903559Z   "testDependencies": [],
2024-05-27T09:01:42.6903895Z   "excludeEnvironments": [],
2024-05-27T09:01:42.6904321Z   "templateSha": "bf05ca89f5e08889a1d14f9a150356f141b5a632",
2024-05-27T09:01:42.6904783Z   "githubRunnerShell": "pwsh",
2024-05-27T09:01:42.6905122Z   "updateDependencies": false,
2024-05-27T09:01:42.6905487Z   "obsoleteTagMinAllowedMajorMinor": "",
2024-05-27T09:01:42.6905858Z   "artifact": "",
2024-05-27T09:01:42.6906123Z   "enableUICop": false,
2024-05-27T09:01:42.6906522Z   "installTestLibraries": false,
2024-05-27T09:01:42.6907330Z   "appDependencies": [],
2024-05-27T09:01:42.6907944Z   "keyVaultName": "redactedAppSigningHSM",
2024-05-27T09:01:42.6908608Z   "pullRequestTrigger": "pull_request_target",
2024-05-27T09:01:42.6909224Z   "repoVersion": "1.0",
2024-05-27T09:01:42.6911140Z   "microsoftTelemetryConnectionString": "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/",
2024-05-27T09:01:42.6912907Z   "installTestApps": []
2024-05-27T09:01:42.6913430Z }
2024-05-27T09:01:42.8222761Z GitHubRunnerJson="windows-latest"
2024-05-27T09:01:42.8230354Z GitHubRunnerShell=pwsh
2024-05-27T09:01:42.9296348Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v5.1
2024-05-27T09:01:42.9296839Z with:
2024-05-27T09:01:42.9297100Z   shell: pwsh
2024-05-27T09:01:42.9303423Z   gitHubSecrets: {
  "STORAGECONTEXT": "***",
  "AZURE_CREDENTIALS": "***",
  "PAT2": "***",
  "GHTOKENWORKFLOW": "***",
  "github_token": "***"
}
2024-05-27T09:01:42.9304219Z   getSecrets: StorageContext
2024-05-27T09:01:42.9304611Z   useGhTokenWorkflowForPush: false
2024-05-27T09:01:42.9304969Z env:
2024-05-27T09:01:42.9305213Z   workflowDepth: 1
2024-05-27T09:01:42.9305513Z   ALGoOrgSettings: 
2024-05-27T09:01:42.9305814Z   ALGoRepoSettings: 
2024-05-27T09:01:42.9327435Z   Settings: {"appDependencyProbingPaths":[],"failOn":"error","enableCodeAnalyzersOnTestApps":false,"githubRunner":"windows-latest","productionModePreprocessorSymbols ":["AppSource","Production"],"rulesetFile":"redacted Dynamics AL/ruleset.json","assignPremiumPlan":false,"treatTestFailuresAsWarnings":false,"type":"AppSource App","appRevision":1,"environments":[],"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials","generateDependencyArtifact":false,"vsixFile":"","installTestRunner":false,"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","country":"gb","enableTaskScheduler":false,"shell":"pwsh","doNotSignApps":false,"templateBranch":"","useCompilerFolder":true,"installTestFramework":false,"doNotRunBcptTests":false,"appFolders":[],"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","partnerTelemetryConnectionString":"","customCodeCops":[],"versioningStrategy":0,"keyVaultClientIdSecretName":"","sendExtendedTelemetryToMicrosoft":false,"licenseFileUrlSecretName":"licenseFileUrl","configPackages":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for <a href=\"https://github.com/{REPOSITORY}\">{REPOSITORY}</a> made with <a href=\"https://aka.ms/AL-Go\">AL-Go for GitHub</a>, <a href=\"https://go.microsoft.com/fwlink/?linkid=2247728\">ALDoc</a> and <a href=\"https://dotnet.github.io/docfx\">DocFx</a>","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"projectName":".","ghTokenWorkflowSecretName":"ghTokenWorkflow","keyVaultCodesignCertificateName":"redactedAppSourceAppCsrCert","codeSignCertificateUrlSecretName":"codeSignCertificateUrl","runNumberOffset":0,"enableExternalRulesets":false,"enableCodeCop":false,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"skipUpgrade":false,"installPerformanceToolkit":false,"additionalCountries":[],"doNotRunTests":false,"bcptTestFolders":[],"keyVaultCertificateUrlSecretName":"","keyVaultCertificatePasswordSecretName":"","memoryLimit":"","companyName":"","installOnlyReferencedApps":true,"appSourceCopMandatoryAffixes":["hfx"],"repoName":"redacted-dynamics-al","doNotBuildTests":false,"doNotPublishApps":true,"runs-on":"Ubuntu-Latest","unusedALGoSystemFiles":[],"installApps":[],"supportedCountries":"UK","alwaysBuildAllProjects":false,"buildModes":["production"],"useProjectDependencies":false,"testFolders":[],"fullBuildPatterns":[],"projects":[],"appBuild":35,"applicationDependency":"18.0.0.0","cacheImageName":"my","cacheKeepDays":3,"testDependencies":[],"excludeEnvironments":[],"templateSha":"bf05ca89f5e08889a1d14f9a150356f141b5a632","githubRunnerShell":"pwsh","updateDependencies":false,"obsoleteTagMinAllowedMajorMinor":"","artifact":"","enableUICop":false,"installTestLibraries":false,"appDependencies":[],"keyVaultName":"redactedAppSigningHSM","pullRequestTrigger":"pull_request_target","repoVersion":"1.0","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","installTestApps":[]}
2024-05-27T09:01:42.9348641Z ##[endgroup]
2024-05-27T09:01:42.9370023Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-05-27T09:01:42.9371203Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-05-27T09:01:42.9371951Z try {
2024-05-27T09:01:42.9372644Z   /home/runner/work/_actions/microsoft/AL-Go-Actions/v5.1/ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{
2024-05-27T09:01:42.9374774Z   "STORAGECONTEXT": "***",
2024-05-27T09:01:42.9378517Z   "AZURE_CREDENTIALS": "***",
2024-05-27T09:01:42.9379069Z   "PAT2": "***",
2024-05-27T09:01:42.9379589Z   "GHTOKENWORKFLOW": "***",
2024-05-27T09:01:42.9380144Z   "github_token": "***"
2024-05-27T09:01:42.9380810Z }' -getSecrets $ENV:_getSecrets -useGhTokenWorkflowForPush $ENV:_useGhTokenWorkflowForPush
2024-05-27T09:01:42.9381480Z }
2024-05-27T09:01:42.9381742Z catch {
2024-05-27T09:01:42.9382828Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-05-27T09:01:42.9383982Z   exit 1
2024-05-27T09:01:42.9384260Z }
2024-05-27T09:01:42.9451014Z shell: /usr/bin/pwsh -command ". '{0}'"
2024-05-27T09:01:42.9451438Z env:
2024-05-27T09:01:42.9451711Z   workflowDepth: 1
2024-05-27T09:01:42.9452048Z   ALGoOrgSettings: 
2024-05-27T09:01:42.9452373Z   ALGoRepoSettings: 
2024-05-27T09:01:42.9475781Z   Settings: {"appDependencyProbingPaths":[],"failOn":"error","enableCodeAnalyzersOnTestApps":false,"githubRunner":"windows-latest","productionModePreprocessorSymbols ":["AppSource","Production"],"rulesetFile":"redacted Dynamics AL/ruleset.json","assignPremiumPlan":false,"treatTestFailuresAsWarnings":false,"type":"AppSource App","appRevision":1,"environments":[],"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials","generateDependencyArtifact":false,"vsixFile":"","installTestRunner":false,"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","country":"gb","enableTaskScheduler":false,"shell":"pwsh","doNotSignApps":false,"templateBranch":"","useCompilerFolder":true,"installTestFramework":false,"doNotRunBcptTests":false,"appFolders":[],"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","partnerTelemetryConnectionString":"","customCodeCops":[],"versioningStrategy":0,"keyVaultClientIdSecretName":"","sendExtendedTelemetryToMicrosoft":false,"licenseFileUrlSecretName":"licenseFileUrl","configPackages":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for <a href=\"https://github.com/{REPOSITORY}\">{REPOSITORY}</a> made with <a href=\"https://aka.ms/AL-Go\">AL-Go for GitHub</a>, <a href=\"https://go.microsoft.com/fwlink/?linkid=2247728\">ALDoc</a> and <a href=\"https://dotnet.github.io/docfx\">DocFx</a>","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"projectName":".","ghTokenWorkflowSecretName":"ghTokenWorkflow","keyVaultCodesignCertificateName":"redactedAppSourceAppCsrCert","codeSignCertificateUrlSecretName":"codeSignCertificateUrl","runNumberOffset":0,"enableExternalRulesets":false,"enableCodeCop":false,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"skipUpgrade":false,"installPerformanceToolkit":false,"additionalCountries":[],"doNotRunTests":false,"bcptTestFolders":[],"keyVaultCertificateUrlSecretName":"","keyVaultCertificatePasswordSecretName":"","memoryLimit":"","companyName":"","installOnlyReferencedApps":true,"appSourceCopMandatoryAffixes":["hfx"],"repoName":"redacted-dynamics-al","doNotBuildTests":false,"doNotPublishApps":true,"runs-on":"Ubuntu-Latest","unusedALGoSystemFiles":[],"installApps":[],"supportedCountries":"UK","alwaysBuildAllProjects":false,"buildModes":["production"],"useProjectDependencies":false,"testFolders":[],"fullBuildPatterns":[],"projects":[],"appBuild":35,"applicationDependency":"18.0.0.0","cacheImageName":"my","cacheKeepDays":3,"testDependencies":[],"excludeEnvironments":[],"templateSha":"bf05ca89f5e08889a1d14f9a150356f141b5a632","githubRunnerShell":"pwsh","updateDependencies":false,"obsoleteTagMinAllowedMajorMinor":"","artifact":"","enableUICop":false,"installTestLibraries":false,"appDependencies":[],"keyVaultName":"redactedAppSigningHSM","pullRequestTrigger":"pull_request_target","repoVersion":"1.0","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","installTestApps":[]}
2024-05-27T09:01:42.9496382Z   _getSecrets: StorageContext
2024-05-27T09:01:42.9496744Z   _useGhTokenWorkflowForPush: false
2024-05-27T09:01:42.9497107Z ##[endgroup]
2024-05-27T09:01:43.9454808Z Masking value for clientSecret
2024-05-27T09:01:44.3121101Z Trying to get the secret (StorageContext) from the github environment.
2024-05-27T09:01:44.3180709Z Masking value for StorageContext
2024-05-27T09:01:44.3218101Z Secret (StorageContext) was retrieved from the github environment.
2024-05-27T09:01:44.3266632Z Masking value for StorageContext.storageAccountKey
2024-05-27T09:01:44.3314627Z StorageContext successfully read from secret StorageContext
2024-05-27T09:01:44.4460154Z ##[group]Run microsoft/AL-Go-Actions/Deliver@v5.1
2024-05-27T09:01:44.4461269Z with:
2024-05-27T09:01:44.4461761Z   shell: pwsh
2024-05-27T09:01:44.4462341Z   type: CD
2024-05-27T09:01:44.4462841Z   projects: ["."]
2024-05-27T09:01:44.4463387Z   deliveryTarget: Storage
2024-05-27T09:01:44.4464012Z   artifacts: .artifacts
2024-05-27T09:01:44.4464606Z   actor: simonredacted
2024-05-27T09:01:44.4465343Z   token: ***
2024-05-27T09:01:44.4465922Z   parentTelemetryScopeJson: 7b7d
2024-05-27T09:01:44.4466633Z   atypes: Apps,Dependencies,TestApps
2024-05-27T09:01:44.4467325Z   goLive: false
2024-05-27T09:01:44.4467798Z env:
2024-05-27T09:01:44.4468325Z   workflowDepth: 1
2024-05-27T09:01:44.4468858Z   ALGoOrgSettings: 
2024-05-27T09:01:44.4469401Z   ALGoRepoSettings: 
2024-05-27T09:01:44.4504896Z   Settings: {"appDependencyProbingPaths":[],"failOn":"error","enableCodeAnalyzersOnTestApps":false,"githubRunner":"windows-latest","productionModePreprocessorSymbols ":["AppSource","Production"],"rulesetFile":"redacted Dynamics AL/ruleset.json","assignPremiumPlan":false,"treatTestFailuresAsWarnings":false,"type":"AppSource App","appRevision":1,"environments":[],"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials","generateDependencyArtifact":false,"vsixFile":"","installTestRunner":false,"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","country":"gb","enableTaskScheduler":false,"shell":"pwsh","doNotSignApps":false,"templateBranch":"","useCompilerFolder":true,"installTestFramework":false,"doNotRunBcptTests":false,"appFolders":[],"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","partnerTelemetryConnectionString":"","customCodeCops":[],"versioningStrategy":0,"keyVaultClientIdSecretName":"","sendExtendedTelemetryToMicrosoft":false,"licenseFileUrlSecretName":"licenseFileUrl","configPackages":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for <a href=\"https://github.com/{REPOSITORY}\">{REPOSITORY}</a> made with <a href=\"https://aka.ms/AL-Go\">AL-Go for GitHub</a>, <a href=\"https://go.microsoft.com/fwlink/?linkid=2247728\">ALDoc</a> and <a href=\"https://dotnet.github.io/docfx\">DocFx</a>","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"projectName":".","ghTokenWorkflowSecretName":"ghTokenWorkflow","keyVaultCodesignCertificateName":"redactedAppSourceAppCsrCert","codeSignCertificateUrlSecretName":"codeSignCertificateUrl","runNumberOffset":0,"enableExternalRulesets":false,"enableCodeCop":false,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"skipUpgrade":false,"installPerformanceToolkit":false,"additionalCountries":[],"doNotRunTests":false,"bcptTestFolders":[],"keyVaultCertificateUrlSecretName":"","keyVaultCertificatePasswordSecretName":"","memoryLimit":"","companyName":"","installOnlyReferencedApps":true,"appSourceCopMandatoryAffixes":["hfx"],"repoName":"redacted-dynamics-al","doNotBuildTests":false,"doNotPublishApps":true,"runs-on":"Ubuntu-Latest","unusedALGoSystemFiles":[],"installApps":[],"supportedCountries":"UK","alwaysBuildAllProjects":false,"buildModes":["production"],"useProjectDependencies":false,"testFolders":[],"fullBuildPatterns":[],"projects":[],"appBuild":35,"applicationDependency":"18.0.0.0","cacheImageName":"my","cacheKeepDays":3,"testDependencies":[],"excludeEnvironments":[],"templateSha":"bf05ca89f5e08889a1d14f9a150356f141b5a632","githubRunnerShell":"pwsh","updateDependencies":false,"obsoleteTagMinAllowedMajorMinor":"","artifact":"","enableUICop":false,"installTestLibraries":false,"appDependencies":[],"keyVaultName":"redactedAppSigningHSM","pullRequestTrigger":"pull_request_target","repoVersion":"1.0","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","installTestApps":[]}
2024-05-27T09:01:44.4547109Z   Secrets: {"StorageContext":"***"}
2024-05-27T09:01:44.4547593Z ##[endgroup]
2024-05-27T09:01:44.4570847Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-05-27T09:01:44.4571954Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-05-27T09:01:44.4572668Z try {
2024-05-27T09:01:44.4574321Z   /home/runner/work/_actions/microsoft/AL-Go-Actions/v5.1/Deliver/Deliver.ps1 -actor $ENV:_actor -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -projects $ENV:_projects -deliveryTarget $ENV:_deliveryTarget -artifacts $ENV:_artifacts -type $ENV:_type -atypes $ENV:_atypes -goLive ($ENV:_goLive -eq 'true')
2024-05-27T09:01:44.4576057Z }
2024-05-27T09:01:44.4576350Z catch {
2024-05-27T09:01:44.4577430Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-05-27T09:01:44.4578553Z   exit 1
2024-05-27T09:01:44.4578863Z }
2024-05-27T09:01:44.4652613Z shell: /usr/bin/pwsh -command ". '{0}'"
2024-05-27T09:01:44.4653374Z env:
2024-05-27T09:01:44.4653865Z   workflowDepth: 1
2024-05-27T09:01:44.4654444Z   ALGoOrgSettings: 
2024-05-27T09:01:44.4654982Z   ALGoRepoSettings: 
2024-05-27T09:01:44.4686499Z   Settings: {"appDependencyProbingPaths":[],"failOn":"error","enableCodeAnalyzersOnTestApps":false,"githubRunner":"windows-latest","productionModePreprocessorSymbols ":["AppSource","Production"],"rulesetFile":"redacted Dynamics AL/ruleset.json","assignPremiumPlan":false,"treatTestFailuresAsWarnings":false,"type":"AppSource App","appRevision":1,"environments":[],"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials","generateDependencyArtifact":false,"vsixFile":"","installTestRunner":false,"applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","country":"gb","enableTaskScheduler":false,"shell":"pwsh","doNotSignApps":false,"templateBranch":"","useCompilerFolder":true,"installTestFramework":false,"doNotRunBcptTests":false,"appFolders":[],"templateUrl":"https://github.com/microsoft/AL-Go-AppSource@main","partnerTelemetryConnectionString":"","customCodeCops":[],"versioningStrategy":0,"keyVaultClientIdSecretName":"","sendExtendedTelemetryToMicrosoft":false,"licenseFileUrlSecretName":"licenseFileUrl","configPackages":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for <a href=\"https://github.com/{REPOSITORY}\">{REPOSITORY}</a> made with <a href=\"https://aka.ms/AL-Go\">AL-Go for GitHub</a>, <a href=\"https://go.microsoft.com/fwlink/?linkid=2247728\">ALDoc</a> and <a href=\"https://dotnet.github.io/docfx\">DocFx</a>","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"projectName":".","ghTokenWorkflowSecretName":"ghTokenWorkflow","keyVaultCodesignCertificateName":"redactedAppSourceAppCsrCert","codeSignCertificateUrlSecretName":"codeSignCertificateUrl","runNumberOffset":0,"enableExternalRulesets":false,"enableCodeCop":false,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","deliverToAppSource":{"mainAppFolder":"","productId":"","includeDependencies":[],"continuousDelivery":false},"skipUpgrade":false,"installPerformanceToolkit":false,"additionalCountries":[],"doNotRunTests":false,"bcptTestFolders":[],"keyVaultCertificateUrlSecretName":"","keyVaultCertificatePasswordSecretName":"","memoryLimit":"","companyName":"","installOnlyReferencedApps":true,"appSourceCopMandatoryAffixes":["hfx"],"repoName":"redacted-dynamics-al","doNotBuildTests":false,"doNotPublishApps":true,"runs-on":"Ubuntu-Latest","unusedALGoSystemFiles":[],"installApps":[],"supportedCountries":"UK","alwaysBuildAllProjects":false,"buildModes":["production"],"useProjectDependencies":false,"testFolders":[],"fullBuildPatterns":[],"projects":[],"appBuild":35,"applicationDependency":"18.0.0.0","cacheImageName":"my","cacheKeepDays":3,"testDependencies":[],"excludeEnvironments":[],"templateSha":"bf05ca89f5e08889a1d14f9a150356f141b5a632","githubRunnerShell":"pwsh","updateDependencies":false,"obsoleteTagMinAllowedMajorMinor":"","artifact":"","enableUICop":false,"installTestLibraries":false,"appDependencies":[],"keyVaultName":"redactedAppSigningHSM","pullRequestTrigger":"pull_request_target","repoVersion":"1.0","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","installTestApps":[]}
2024-05-27T09:01:44.4718065Z   Secrets: {"StorageContext":"***"}
2024-05-27T09:01:44.4718507Z   _actor: simonredacted
2024-05-27T09:01:44.4718943Z   _token: ***
2024-05-27T09:01:44.4719290Z   _parentTelemetryScopeJson: 7b7d
2024-05-27T09:01:44.4719718Z   _projects: ["."]
2024-05-27T09:01:44.4720064Z   _deliveryTarget: Storage
2024-05-27T09:01:44.4720447Z   _artifacts: .artifacts
2024-05-27T09:01:44.4720808Z   _type: CD
2024-05-27T09:01:44.4721144Z   _atypes: Apps,Dependencies,TestApps
2024-05-27T09:01:44.4721569Z   _goLive: false
2024-05-27T09:01:44.4721896Z ##[endgroup]
2024-05-27T09:01:45.5381051Z Downloading BcContainerHelper latest version from Blob Storage
2024-05-27T09:01:48.6758788Z Import from /home/runner/.BcContainerHelper/6.0.17/BcContainerHelper/BcContainerHelper.ps1
2024-05-27T09:01:48.7511377Z BcContainerHelper version 6.0.17
2024-05-27T09:01:52.3019403Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-05-27T09:01:52.3651915Z Running on Linux, PowerShell 7.4.1
2024-05-27T09:01:53.9046655Z Applying settings from /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.github/AL-Go-Settings.json
2024-05-27T09:01:53.9083353Z Applying settings from /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.AL-Go/settings.json
2024-05-27T09:01:53.9102331Z No settings found in /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.github/CICD.settings.json
2024-05-27T09:01:53.9114228Z No settings found in /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.AL-Go/CICD.settings.json
2024-05-27T09:01:53.9120367Z No settings found in /home/runner/work/redacted-dynamics-al/redacted-dynamics-al/.AL-Go/simonredacted.settings.json
2024-05-27T09:01:54.0373475Z Artifacts .artifacts
2024-05-27T09:01:54.0377410Z Projects:
2024-05-27T09:01:54.0413654Z .
2024-05-27T09:01:54.0450294Z ProjectName 'redacted-dynamics-al'
2024-05-27T09:01:54.0460015Z Project 'redacted-dynamics-al'
2024-05-27T09:01:54.0464598Z Artifacts:
2024-05-27T09:01:54.0487726Z - redacted-dynamics-al-main-productionApps-1.0.35.0
2024-05-27T09:01:54.0493370Z - redacted-dynamics-al-main-productionBuildOutput-1.0.35.0
2024-05-27T09:01:54.0498859Z - redacted-dynamics-al-main-productionTestApps-1.0.35.0
2024-05-27T09:01:54.1363571Z Installing and importing Az.Storage.
2024-05-27T09:02:00.4398967Z WARNING: The output of cmdlet New-AzStorageContext may compromise security by showing the following secrets: TableStorageAccount.Credentials.Key, ConnectionString. Learn more at https://go.microsoft.com/fwlink/?linkid=2258844
2024-05-27T09:02:00.4630433Z Storage Container Name is redacted-dynamics-al
2024-05-27T09:02:00.4635940Z Storage Blob Name is {version}/{project}-{type}.zip
2024-05-27T09:02:01.0226880Z WARNING: The output of cmdlet Get-AzStorageContainer may compromise security by showing the following secrets: Context.TableStorageAccount.Credentials.Key, Context.ConnectionString. Learn more at https://go.microsoft.com/fwlink/?linkid=2258844
2024-05-27T09:02:01.0246866Z Delivering to redacted-dynamics-al in redactedappsourceapps
2024-05-27T09:02:01.0273756Z Looking for: redacted-dynamics-al-main-Apps-*.*.*.*
2024-05-27T09:02:01.3396609Z AL-Go action ran: Deliver Telemetry Correlation Id: 2c3469cf-3fa1-4998-8833-e5d7e066bdd3
2024-05-27T09:02:01.3501804Z ##[error]Unexpected error when running action. Error Message: Error - unable to locate apps, StackTrace: at <ScriptBlock>, /home/runner/work/_actions/microsoft/AL-Go-Actions/v5.1/Deliver/Deliver.ps1: line 370 <- at <ScriptBlock>, /home/runner/work/_actions/microsoft/AL-Go-Actions/v5.1/Deliver/Deliver.ps1: line 364 <- at <ScriptBlock>, /home/runner/work/_temp/88624e17-2b83-4a29-9b42-f2b0a8d025bb.ps1: line 4 <- at <ScriptBlock>, <No file>: line 1
2024-05-27T09:02:01.5422678Z ##[error]Process completed with exit code 1.
2024-05-27T09:02:01.5507152Z Post job cleanup.
2024-05-27T09:02:01.6622177Z [command]/usr/bin/git version
2024-05-27T09:02:01.6687003Z git version 2.45.1
2024-05-27T09:02:01.6762286Z Temporarily overriding HOME='/home/runner/work/_temp/55e99320-b22e-4e1f-9ea2-c657aae74dd2' before making global git config changes
2024-05-27T09:02:01.6764907Z Adding repository directory to the temporary git global config as a safe directory
2024-05-27T09:02:01.6771642Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/redacted-dynamics-al/redacted-dynamics-al
2024-05-27T09:02:01.6836302Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-05-27T09:02:01.6896811Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-05-27T09:02:01.7252856Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-05-27T09:02:01.7257446Z http.https://github.com/.extraheader
2024-05-27T09:02:01.7276360Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-05-27T09:02:01.7328294Z [command]/usr/bin/git 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-05-27T09:02:01.8168119Z Cleaning up orphan processes
freddydk commented 1 month ago

I would probably need to know what the name of the repo is (what is redacted) Feel free to email that to freddyk at microsoft dot com if you prefer

freddydk commented 1 week ago

This is probably because of the buildMode, right @mazhelez ?

mazhelez commented 1 week ago

Yes, it looks like buildMode is missing the Default mode.

JacoBothaDyn commented 1 week ago

So then just to confirm buildMode, requires Default and then something additional if a different build mode is required?

mazhelez commented 1 week ago

Yes, Default is required if you plan of using the apps from the artifacts for delivery/deploy.

mazhelez commented 3 days ago

I'll close this one now. Let us know should you have more questions/concerns.