microsoft / AL-Go

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

CICD Build error: Your program license does not allow you to publish CTS-CCC DC Integration Events #1036

Closed louagej closed 6 months ago

louagej commented 6 months ago

Hi,

I've added two dependencies two AppStore app dependencies to my app. During the CICD build, we get an error:

AL-Go action ran: RunPipeline Telemetry Correlation Id: 3c1642e7-65fd-4cfe-b490-3fd3edf0f485
Error: Unexpected error when running action.
Error Message: Your program license does not allow you to publish 'CTS-CCC DC Integration Events'., StackTrace: at Invoke-ScriptInBcContainer, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\ContainerHandling\Invoke-ScriptInNavContainer.ps1: line 304<
- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 408<
- at Publish-BcContainerApp, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 166<
- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 843<
- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1245 <
- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1180 <
- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 947 <
- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 909 <
- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v5.0\RunPipeline\RunPipeline.ps1: line 367 <
- at <ScriptBlock>, D:\a\_temp\b7faf955-3f8b-4f6a-b5c5-fd44d0ebdbac.ps1: line 4 <
- at <ScriptBlock>, <No file>: line 1
Error: Process completed with exit code 1.

Any idea how I can solve this?

image

freddydk commented 6 months ago

If you can post the full log, we might be able to see more. With this, I would say that you have specified your own license and that license doesn't have access to the objects from your dependency. Remove your license and use the CRONUS demo license - that has access to all objects, but cannot post for more than 3 months or so.

louagej commented 6 months ago

Hi,

below the full log:

2024-04-15T12:39:48.1073592Z Current runner version: '2.315.0'
2024-04-15T12:39:48.1102827Z ##[group]Operating System
2024-04-15T12:39:48.1103527Z Microsoft Windows Server 2022
2024-04-15T12:39:48.1103986Z 10.0.20348
2024-04-15T12:39:48.1104336Z Datacenter
2024-04-15T12:39:48.1104684Z ##[endgroup]
2024-04-15T12:39:48.1105029Z ##[group]Runner Image
2024-04-15T12:39:48.1105444Z Image: windows-2022
2024-04-15T12:39:48.1105823Z Version: 20240407.1.0
2024-04-15T12:39:48.1106782Z Included Software: https://github.com/actions/runner-images/blob/win22/20240407.1/images/windows/Windows2022-Readme.md
2024-04-15T12:39:48.1108206Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20240407.1
2024-04-15T12:39:48.1109020Z ##[endgroup]
2024-04-15T12:39:48.1109414Z ##[group]Runner Image Provisioner
2024-04-15T12:39:48.1109908Z 2.0.361.1
2024-04-15T12:39:48.1110245Z ##[endgroup]
2024-04-15T12:39:48.1111354Z ##[group]GITHUB_TOKEN Permissions
2024-04-15T12:39:48.1113120Z Actions: read
2024-04-15T12:39:48.1113809Z Contents: read
2024-04-15T12:39:48.1114264Z Metadata: read
2024-04-15T12:39:48.1114642Z Pages: read
2024-04-15T12:39:48.1114994Z ##[endgroup]
2024-04-15T12:39:48.1117576Z Secret source: Actions
2024-04-15T12:39:48.1118181Z Prepare workflow directory
2024-04-15T12:39:48.2244066Z Prepare all required actions
2024-04-15T12:39:48.2409171Z Getting action download info
2024-04-15T12:39:48.4129153Z Download action repository 'actions/checkout@v4' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11)
2024-04-15T12:39:48.5656257Z Download action repository 'microsoft/AL-Go-Actions@v5.0' (SHA:1d0ccaae2c97a5e24359221180a899b9e093e378)
2024-04-15T12:39:48.8045885Z Download action repository 'actions/cache@v4' (SHA:0c45773b623bea8c8e75f6c82b208c3cf94ea4f9)
2024-04-15T12:39:48.9982603Z Download action repository 'actions/upload-artifact@v4' (SHA:5d5d22a31266ced268874388b861e4b58bb5c2f3)
2024-04-15T12:39:49.3106838Z Getting action download info
2024-04-15T12:39:49.4138708Z Download action repository 'actions/download-artifact@v4' (SHA:c850b930e6ba138125429b7e5c93fc707a7f8427)
2024-04-15T12:39:49.7759783Z Uses: 9altitudes/GTM-BC-9ARaptorDocumentManagement-W1/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (3e507a97e86f8289464b6b8562d611999b208b92)
2024-04-15T12:39:49.7762450Z ##[group] Inputs
2024-04-15T12:39:49.7762805Z   shell: powershell
2024-04-15T12:39:49.7763107Z   runsOn: "windows-latest"
2024-04-15T12:39:49.7763443Z   checkoutRef: refs/heads/main
2024-04-15T12:39:49.7763772Z   project: .
2024-04-15T12:39:49.7764018Z   projectName: .
2024-04-15T12:39:49.7764306Z   projectDependenciesJson: {}
2024-04-15T12:39:49.7764648Z   buildMode: Default
2024-04-15T12:39:49.7764942Z   baselineWorkflowRunId: 0
2024-04-15T12:39:49.7766679Z   secrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString
2024-04-15T12:39:49.7768881Z   publishThisBuildArtifacts: false
2024-04-15T12:39:49.7769322Z   publishArtifacts: true
2024-04-15T12:39:49.7769656Z   artifactsNameSuffix: 
2024-04-15T12:39:49.7769973Z   signArtifacts: true
2024-04-15T12:39:49.7770271Z   useArtifactCache: true
2024-04-15T12:39:49.7794528Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:39:49.7817476Z ##[endgroup]
2024-04-15T12:39:49.7818181Z Complete job name: Build . (Default) / . (Default)
2024-04-15T12:39:49.9265110Z ##[group]Run actions/checkout@v4
2024-04-15T12:39:49.9265612Z with:
2024-04-15T12:39:49.9265863Z   ref: refs/heads/main
2024-04-15T12:39:49.9266153Z   lfs: true
2024-04-15T12:39:49.9266559Z   repository: 9altitudes/GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:39:49.9267295Z   token: ***
2024-04-15T12:39:49.9267573Z   ssh-strict: true
2024-04-15T12:39:49.9267886Z   persist-credentials: true
2024-04-15T12:39:49.9268257Z   clean: true
2024-04-15T12:39:49.9268531Z   sparse-checkout-cone-mode: true
2024-04-15T12:39:49.9268900Z   fetch-depth: 1
2024-04-15T12:39:49.9269158Z   fetch-tags: false
2024-04-15T12:39:49.9269438Z   show-progress: true
2024-04-15T12:39:49.9269734Z   submodules: false
2024-04-15T12:39:49.9270112Z   set-safe-directory: true
2024-04-15T12:39:49.9270417Z env:
2024-04-15T12:39:49.9271105Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:39:49.9272016Z   ALGoRepoSettings: 
2024-04-15T12:39:49.9272307Z ##[endgroup]
2024-04-15T12:39:50.7162162Z Syncing repository: 9altitudes/GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:39:51.7095650Z ##[group]Getting Git version info
2024-04-15T12:39:51.7107400Z Working directory is 'D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1'
2024-04-15T12:39:51.7109159Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-04-15T12:39:51.7109828Z git version 2.44.0.windows.1
2024-04-15T12:39:51.7112440Z [command]"C:\Program Files\Git\bin\git.exe" lfs version
2024-04-15T12:39:51.7113447Z git-lfs/3.4.1 (GitHub; windows amd64; go 1.20.11; git 0898dcbc)
2024-04-15T12:39:51.7116248Z ##[endgroup]
2024-04-15T12:39:51.7128797Z Temporarily overriding HOME='D:\a\_temp\beef7db7-848c-4b39-8a60-8117c16f8a84' before making global git config changes
2024-04-15T12:39:51.7130101Z Adding repository directory to the temporary git global config as a safe directory
2024-04-15T12:39:51.7131677Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:39:51.7134227Z Deleting the contents of 'D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1'
2024-04-15T12:39:51.7135478Z ##[group]Initializing the repository
2024-04-15T12:39:51.7136662Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:39:51.7138195Z Initialized empty Git repository in D:/a/GTM-BC-9ARaptorDocumentManagement-W1/GTM-BC-9ARaptorDocumentManagement-W1/.git/
2024-04-15T12:39:51.7140767Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/9altitudes/GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:39:51.7142829Z ##[endgroup]
2024-04-15T12:39:51.7144756Z ##[group]Disabling automatic garbage collection
2024-04-15T12:39:51.7145682Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2024-04-15T12:39:51.7147525Z ##[endgroup]
2024-04-15T12:39:51.7148234Z ##[group]Setting up auth
2024-04-15T12:39:51.7149182Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-04-15T12:39:51.7151728Z [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-04-15T12:39:53.2754171Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-04-15T12:39:53.3009652Z [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-04-15T12:39:53.7162870Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2024-04-15T12:39:53.7406365Z ##[endgroup]
2024-04-15T12:39:53.7414353Z [command]"C:\Program Files\Git\bin\git.exe" lfs install --local
2024-04-15T12:39:54.3960172Z Updated Git hooks.
2024-04-15T12:39:54.3961664Z Git LFS initialized.
2024-04-15T12:39:54.4011109Z ##[group]Fetching the repository
2024-04-15T12:39:54.4023213Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2024-04-15T12:39:56.0214341Z From https://github.com/9altitudes/GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:39:56.0216026Z  * [new branch]      main       -> origin/main
2024-04-15T12:39:56.0344156Z ##[endgroup]
2024-04-15T12:39:56.0345150Z ##[group]Determining the checkout info
2024-04-15T12:39:56.0348491Z ##[endgroup]
2024-04-15T12:39:56.0349461Z ##[group]Fetching LFS objects
2024-04-15T12:39:56.0356947Z [command]"C:\Program Files\Git\bin\git.exe" lfs fetch origin refs/remotes/origin/main
2024-04-15T12:39:56.3825687Z fetch: Fetching reference refs/remotes/origin/main
2024-04-15T12:39:56.4572901Z ##[endgroup]
2024-04-15T12:39:56.4587394Z ##[group]Checking out the ref
2024-04-15T12:39:56.4628817Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2024-04-15T12:39:56.6458521Z branch 'main' set up to track 'origin/main'.
2024-04-15T12:39:56.6460585Z Switched to a new branch 'main'
2024-04-15T12:39:57.0047254Z ##[endgroup]
2024-04-15T12:39:57.0313769Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2024-04-15T12:39:57.0548793Z '3e507a97e86f8289464b6b8562d611999b208b92'
2024-04-15T12:39:57.1287230Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v5.0
2024-04-15T12:39:57.1288018Z with:
2024-04-15T12:39:57.1288616Z   shell: powershell
2024-04-15T12:39:57.1289066Z   project: .
2024-04-15T12:39:57.1290619Z   get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact,generateDependencyArtifact
2024-04-15T12:39:57.1292103Z env:
2024-04-15T12:39:57.1292984Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:39:57.1294257Z   ALGoRepoSettings: 
2024-04-15T12:39:57.1294696Z ##[endgroup]
2024-04-15T12:39:57.2023113Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:39:57.2025011Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:39:57.2026148Z try {
2024-04-15T12:39:57.2027266Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.0\ReadSettings/ReadSettings.ps1 -project $ENV:_project -get $ENV:_get
2024-04-15T12:39:57.2028515Z }
2024-04-15T12:39:57.2029221Z catch {
2024-04-15T12:39:57.2030862Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-04-15T12:39:57.2032654Z   exit 1
2024-04-15T12:39:57.2033049Z }
2024-04-15T12:39:57.2141549Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:39:57.2142591Z env:
2024-04-15T12:39:57.2143583Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:39:57.2144708Z   ALGoRepoSettings: 
2024-04-15T12:39:57.2145176Z   _project: .
2024-04-15T12:39:57.2146527Z   _get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact,generateDependencyArtifact
2024-04-15T12:39:57.2148068Z ##[endgroup]
2024-04-15T12:39:58.0735179Z Applying settings from D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.github\AL-Go-Settings.json
2024-04-15T12:39:58.0793990Z Applying settings from D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.AL-Go\settings.json
2024-04-15T12:39:58.0815075Z No settings found in D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.github\CICD.settings.json
2024-04-15T12:39:58.0837617Z No settings found in D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.AL-Go\CICD.settings.json
2024-04-15T12:39:58.0849212Z No settings found in D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.AL-Go\louagej.settings.json
2024-04-15T12:39:58.5916890Z SETTINGS:
2024-04-15T12:39:58.5954617Z {
2024-04-15T12:39:58.5955191Z     "keyVaultCertificateUrlSecretName":  "",
2024-04-15T12:39:58.5957455Z     "microsoftTelemetryConnectionString":  "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/",
2024-04-15T12:39:58.5959424Z     "NextMajorSchedule":  "0 23 * * 0",
2024-04-15T12:39:58.5960147Z     "type":  "AppSource App",
2024-04-15T12:39:58.5960835Z     "sendExtendedTelemetryToMicrosoft":  false,
2024-04-15T12:39:58.5961604Z     "appBuild":  7,
2024-04-15T12:39:58.5962183Z     "installTestApps":  [
2024-04-15T12:39:58.5962599Z 
2024-04-15T12:39:58.5962825Z                         ],
2024-04-15T12:39:58.5963354Z     "versioningStrategy":  0,
2024-04-15T12:39:58.5963922Z     "installApps":  [
2024-04-15T12:39:58.5964514Z                         "9A Raptor Document Input\\dependencies\\"
2024-04-15T12:39:58.5965257Z                     ],
2024-04-15T12:39:58.5965796Z     "installTestLibraries":  false,
2024-04-15T12:39:58.5966448Z     "runNumberOffset":  0,
2024-04-15T12:39:58.5969921Z     "codeSignCertificatePasswordSecretName":  "codeSignCertificatePassword",
2024-04-15T12:39:58.5970913Z     "country":  "us",
2024-04-15T12:39:58.5971350Z     "DeployToUAT":  {
2024-04-15T12:39:58.5971845Z                         "EnvironmentName":  "GTM9APS01-TEST",
2024-04-15T12:39:58.5972273Z                         "continuousDeployment":  false,
2024-04-15T12:39:58.5972780Z                         "Branches":  [
2024-04-15T12:39:58.5973352Z                                          "uat/uat"
2024-04-15T12:39:58.5973935Z                                      ]
2024-04-15T12:39:58.5974426Z                     },
2024-04-15T12:39:58.5975016Z     "templateSha":  "c777ec7d4399791177c7fd3c94c4367a67cbf069",
2024-04-15T12:39:58.5975830Z     "partnerTelemetryConnectionString":  "",
2024-04-15T12:39:58.5976490Z     "doNotRunTests":  false,
2024-04-15T12:39:58.5977064Z     "enableCodeAnalyzersOnTestApps":  false,
2024-04-15T12:39:58.5977871Z     "runs-on":  "windows-latest",
2024-04-15T12:39:58.5978420Z     "configPackages":  [
2024-04-15T12:39:58.5978741Z 
2024-04-15T12:39:58.5978895Z                        ],
2024-04-15T12:39:58.5979403Z     "generateDependencyArtifact":  false,
2024-04-15T12:39:58.5980280Z     "excludeEnvironments":  [
2024-04-15T12:39:58.5980625Z 
2024-04-15T12:39:58.5980788Z                             ],
2024-04-15T12:39:58.5981387Z     "keyVaultCertificatePasswordSecretName":  "",
2024-04-15T12:39:58.5982051Z     "rulesetFile":  "",
2024-04-15T12:39:58.5982640Z     "licenseFileUrlSecretName":  "licenseFileUrl",
2024-04-15T12:39:58.5983327Z     "enableExternalRulesets":  false,
2024-04-15T12:39:58.5983864Z     "memoryLimit":  "",
2024-04-15T12:39:58.5984337Z     "keyVaultClientIdSecretName":  "",
2024-04-15T12:39:58.5984893Z     "testFolders":  [
2024-04-15T12:39:58.5985165Z 
2024-04-15T12:39:58.5985316Z                     ],
2024-04-15T12:39:58.5985917Z     "githubRunner":  "windows-latest",
2024-04-15T12:39:58.5986480Z     "doNotBuildTests":  false,
2024-04-15T12:39:58.5986981Z     "environments":  [
2024-04-15T12:39:58.5987278Z 
2024-04-15T12:39:58.5987420Z                      ],
2024-04-15T12:39:58.5988624Z     "companyName":  "",
2024-04-15T12:39:58.5989129Z     "assignPremiumPlan":  false,
2024-04-15T12:39:58.5989660Z     "artifact":  "",
2024-04-15T12:39:58.5990248Z     "ghTokenWorkflowSecretName":  "ghTokenWorkflow",
2024-04-15T12:39:58.5990970Z     "enableTaskScheduler":  false,
2024-04-15T12:39:58.5991537Z     "enableCodeCop":  false,
2024-04-15T12:39:58.5992045Z     "repoVersion":  "1.0",
2024-04-15T12:39:58.5992543Z     "doNotPublishApps":  false,
2024-04-15T12:39:58.5993112Z     "githubRunnerShell":  "powershell",
2024-04-15T12:39:58.5993715Z     "appFolders":  [
2024-04-15T12:39:58.5994237Z                        "9A Raptor Document Management",
2024-04-15T12:39:58.5994919Z                        "9A Raptor Document Input"
2024-04-15T12:39:58.5995506Z                    ],
2024-04-15T12:39:58.5995944Z     "cacheKeepDays":  3,
2024-04-15T12:39:58.5996418Z     "bcptTestFolders":  [
2024-04-15T12:39:58.5997015Z 
2024-04-15T12:39:58.5997166Z                         ],
2024-04-15T12:39:58.5997605Z     "updateDependencies":  false,
2024-04-15T12:39:58.5998105Z     "cacheImageName":  "my",
2024-04-15T12:39:58.5998679Z     "treatTestFailuresAsWarnings":  false,
2024-04-15T12:39:58.5999272Z     "additionalCountries":  [
2024-04-15T12:39:58.5999586Z 
2024-04-15T12:39:58.5999722Z                             ],
2024-04-15T12:39:58.6000180Z     "alDoc":  {
2024-04-15T12:39:58.6000898Z                   "continuousDeployment":  false,
2024-04-15T12:39:58.6001577Z                   "deployToGitHubPages":  true,
2024-04-15T12:39:58.6002179Z                   "maxReleases":  3,
2024-04-15T12:39:58.6002778Z                   "groupByProject":  true,
2024-04-15T12:39:58.6003388Z                   "includeProjects":  [
2024-04-15T12:39:58.6003811Z 
2024-04-15T12:39:58.6003989Z                                       ],
2024-04-15T12:39:58.6005573Z                   "excludeProjects":  [
2024-04-15T12:39:58.6006043Z 
2024-04-15T12:39:58.6006231Z                                       ],
2024-04-15T12:39:58.6006943Z                   "header":  "Documentation for {REPOSITORY} {VERSION}",
2024-04-15T12:39:58.6011439Z                   "footer":  "Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e",
2024-04-15T12:39:58.6018545Z                   "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-04-15T12:39:58.6027165Z                   "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-04-15T12:39:58.6031047Z               },
2024-04-15T12:39:58.6031642Z     "customCodeCops":  [
2024-04-15T12:39:58.6031976Z 
2024-04-15T12:39:58.6032107Z                        ],
2024-04-15T12:39:58.6033193Z     "appDependencies":  [
2024-04-15T12:39:58.6033529Z 
2024-04-15T12:39:58.6033650Z                         ],
2024-04-15T12:39:58.6034012Z     "doNotRunBcptTests":  false,
2024-04-15T12:39:58.6034448Z     "appDependencyProbingPaths":  [
2024-04-15T12:39:58.6034778Z 
2024-04-15T12:39:58.6034926Z                                   ],
2024-04-15T12:39:58.6035397Z     "useCompilerFolder":  false,
2024-04-15T12:39:58.6035882Z     "installTestFramework":  false,
2024-04-15T12:39:58.6036456Z     "keyVaultCodesignCertificateName":  "9altitudes",
2024-04-15T12:39:58.6037514Z     "keyVaultName":  "kv-9agtm-bc-dev",
2024-04-15T12:39:58.6038107Z     "installOnlyReferencedApps":  true,
2024-04-15T12:39:58.6038663Z     "CICDPushBranches":  [
2024-04-15T12:39:58.6039304Z                              "main",
2024-04-15T12:39:58.6039824Z                              "uat/*"
2024-04-15T12:39:58.6040401Z                          ],
2024-04-15T12:39:58.6040951Z     "obsoleteTagMinAllowedMajorMinor":  "",
2024-04-15T12:39:58.6045745Z     "applicationDependency":  "18.0.0.0",
2024-04-15T12:39:58.6046779Z     "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
2024-04-15T12:39:58.6051469Z     "shell":  "powershell",
2024-04-15T12:39:58.6052070Z     "failOn":  "error",
2024-04-15T12:39:58.6053070Z     "templateUrl":  "https://github.com/microsoft/AL-Go-AppSource@preview",
2024-04-15T12:39:58.6056451Z     "projects":  [
2024-04-15T12:39:58.6056824Z 
2024-04-15T12:39:58.6056992Z                  ],
2024-04-15T12:39:58.6057545Z     "appSourceCopMandatoryAffixes":  [
2024-04-15T12:39:58.6058279Z                                          "9A Raptor",
2024-04-15T12:39:58.6059023Z                                          "9ARaptor_",
2024-04-15T12:39:58.6059713Z                                          "EXA Raptor"
2024-04-15T12:39:58.6060392Z                                      ],
2024-04-15T12:39:58.6060994Z     "projectName":  ".",
2024-04-15T12:39:58.6061512Z     "testDependencies":  [
2024-04-15T12:39:58.6062049Z 
2024-04-15T12:39:58.6062225Z                          ],
2024-04-15T12:39:58.6062719Z     "appRevision":  0,
2024-04-15T12:39:58.6063432Z     "codeSignCertificateUrlSecretName":  "codeSignCertificateUrl",
2024-04-15T12:39:58.6064230Z     "vsixFile":  "",
2024-04-15T12:39:58.6064776Z     "useProjectDependencies":  false,
2024-04-15T12:39:58.6065368Z     "unusedALGoSystemFiles":  [
2024-04-15T12:39:58.6065746Z 
2024-04-15T12:39:58.6065977Z                               ],
2024-04-15T12:39:58.6109109Z     "buildModes":  [
2024-04-15T12:39:58.6109438Z 
2024-04-15T12:39:58.6109578Z                    ],
2024-04-15T12:39:58.6109989Z     "enableUICop":  false,
2024-04-15T12:39:58.6110455Z     "templateBranch":  "",
2024-04-15T12:39:58.6110937Z     "NextMinorSchedule":  "0 22 * * 0",
2024-04-15T12:39:58.6111489Z     "installPerformanceToolkit":  false,
2024-04-15T12:39:58.6112106Z     "pullRequestTrigger":  "pull_request_target",
2024-04-15T12:39:58.6112678Z     "doNotSignApps":  false,
2024-04-15T12:39:58.6113405Z     "repoName":  "GTM-BC-9ARaptorDocumentManagement-W1",
2024-04-15T12:39:58.6114018Z     "fullBuildPatterns":  [
2024-04-15T12:39:58.6114533Z 
2024-04-15T12:39:58.6114672Z                           ],
2024-04-15T12:39:58.6115123Z     "alwaysBuildAllProjects":  false,
2024-04-15T12:39:58.6115637Z     "skipUpgrade":  false,
2024-04-15T12:39:58.6116085Z     "installTestRunner":  false,
2024-04-15T12:39:58.6116835Z     "adminCenterApiCredentialsSecretName":  "adminCenterApiCredentials"
2024-04-15T12:39:58.6117591Z }
2024-04-15T12:39:58.6118009Z GitHubRunnerJson="windows-latest"
2024-04-15T12:39:58.6118871Z GitHubRunnerShell=powershell
2024-04-15T12:39:58.6647815Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v5.0
2024-04-15T12:39:58.6648544Z with:
2024-04-15T12:39:58.6648916Z   shell: powershell
2024-04-15T12:39:58.6675523Z   gitHubSecrets: {
  "LICENSEFILEURL": "***",
  "github_token": "***",
  "GHTOKENWORKFLOW": "***",
  "AUTHCONTEXT": "***",
  "AZURE_CREDENTIALS": "***"
}
2024-04-15T12:39:58.6679544Z   getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2024-04-15T12:39:58.6682342Z   useGhTokenWorkflowForPush: false
2024-04-15T12:39:58.6682900Z env:
2024-04-15T12:39:58.6684143Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:39:58.6685463Z   ALGoRepoSettings: 
2024-04-15T12:39:58.6685906Z   artifact: 
2024-04-15T12:39:58.6690239Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:39:58.6690964Z   generateDependencyArtifact: False
2024-04-15T12:39:58.6692017Z   doNotRunTests: False
2024-04-15T12:39:58.6692491Z   doNotSignApps: False
2024-04-15T12:39:58.6692966Z   useCompilerFolder: False
2024-04-15T12:39:58.6738444Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:39:58.6761710Z ##[endgroup]
2024-04-15T12:39:58.6871524Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:39:58.6872506Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:39:58.6873140Z try {
2024-04-15T12:39:58.6873678Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.0\ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{
2024-04-15T12:39:58.6874871Z   "LICENSEFILEURL": "***",
2024-04-15T12:39:58.6875350Z   "github_token": "***",
2024-04-15T12:39:58.6876075Z   "GHTOKENWORKFLOW": "***",
2024-04-15T12:39:58.6882832Z   "AUTHCONTEXT": "***",
2024-04-15T12:39:58.6884653Z   "AZURE_CREDENTIALS": "***"
2024-04-15T12:39:58.6885277Z }' -getSecrets $ENV:_getSecrets -useGhTokenWorkflowForPush $ENV:_useGhTokenWorkflowForPush
2024-04-15T12:39:58.6885841Z }
2024-04-15T12:39:58.6886054Z catch {
2024-04-15T12:39:58.6886965Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-04-15T12:39:58.6887930Z   exit 1
2024-04-15T12:39:58.6888158Z }
2024-04-15T12:39:58.6918890Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:39:58.6919432Z env:
2024-04-15T12:39:58.6919940Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:39:58.6920560Z   ALGoRepoSettings: 
2024-04-15T12:39:58.6920821Z   artifact: 
2024-04-15T12:39:58.6921110Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:39:58.6921639Z   generateDependencyArtifact: False
2024-04-15T12:39:58.6921961Z   doNotRunTests: False
2024-04-15T12:39:58.6922222Z   doNotSignApps: False
2024-04-15T12:39:58.6922488Z   useCompilerFolder: False
2024-04-15T12:39:58.6951046Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:39:58.6971431Z   _getSecrets: licenseFileUrl,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2024-04-15T12:39:58.6972909Z   _useGhTokenWorkflowForPush: false
2024-04-15T12:39:58.6973225Z ##[endgroup]
2024-04-15T12:39:59.2717754Z Masking value for clientSecret
2024-04-15T12:39:59.7884465Z Trying to get the secret (licenseFileUrl) from the github environment.
2024-04-15T12:39:59.7889099Z Masking value for licenseFileUrl
2024-04-15T12:39:59.7896333Z Secret (licenseFileUrl) was retrieved from the github environment.
2024-04-15T12:39:59.9100663Z licenseFileUrl successfully read from secret licenseFileUrl
2024-04-15T12:39:59.9127126Z Trying to get the secret (codeSignCertificateUrl) from the github environment.
2024-04-15T12:39:59.9174710Z Trying to get the secret (codeSignCertificateUrl) from Key Vault (kv-9agtm-bc-dev).
2024-04-15T12:40:17.6018208Z AzureRm.KeyVault Module is available in version 2.1.0
2024-04-15T12:40:18.2035695Z AzureRm.Profile Module is available in version 2.1.0
2024-04-15T12:40:18.2043240Z Using AzureRM version 2.1.0
2024-04-15T12:40:19.9429149Z Successfully connected to Azure Key Vault.
2024-04-15T12:40:21.1306015Z Trying to get the secret (codeSignCertificatePassword) from the github environment.
2024-04-15T12:40:21.1450676Z Trying to get the secret (codeSignCertificatePassword) from Key Vault (kv-9agtm-bc-dev).
2024-04-15T12:40:21.5401184Z Trying to get the secret (gitHubPackagesContext) from the github environment.
2024-04-15T12:40:21.5411604Z Trying to get the secret (gitHubPackagesContext) from Key Vault (kv-9agtm-bc-dev).
2024-04-15T12:40:21.9902822Z Trying to get the secret (applicationInsightsConnectionString) from the github environment.
2024-04-15T12:40:21.9914664Z Trying to get the secret (applicationInsightsConnectionString) from Key Vault (kv-9agtm-bc-dev).
2024-04-15T12:40:22.4017446Z The following secrets was not found: codeSignCertificateUrl, codeSignCertificatePassword (Secret codeSignCertificatePassword), gitHubPackagesContext, applicationInsightsConnectionString
2024-04-15T12:40:22.4563038Z ##[group]Run microsoft/AL-Go-Actions/DetermineArtifactUrl@v5.0
2024-04-15T12:40:22.4563883Z with:
2024-04-15T12:40:22.4564284Z   shell: powershell
2024-04-15T12:40:22.4584784Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:40:22.4597211Z   project: .
2024-04-15T12:40:22.4597450Z env:
2024-04-15T12:40:22.4597985Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:40:22.4598639Z   ALGoRepoSettings: 
2024-04-15T12:40:22.4598909Z   artifact: 
2024-04-15T12:40:22.4599206Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:40:22.4599618Z   generateDependencyArtifact: False
2024-04-15T12:40:22.4599965Z   doNotRunTests: False
2024-04-15T12:40:22.4600239Z   doNotSignApps: False
2024-04-15T12:40:22.4600516Z   useCompilerFolder: False
2024-04-15T12:40:22.4621358Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:40:22.4640411Z ##[endgroup]
2024-04-15T12:40:22.4757366Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:40:22.4758362Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:40:22.4759000Z try {
2024-04-15T12:40:22.4759897Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.0\DetermineArtifactUrl/DetermineArtifactUrl.ps1 -parentTelemetryScopeJson $env:_parentTelemetryScopeJson -project $ENV:_project
2024-04-15T12:40:22.4760844Z }
2024-04-15T12:40:22.4761066Z catch {
2024-04-15T12:40:22.4762007Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-04-15T12:40:22.4764056Z   exit 1
2024-04-15T12:40:22.4764973Z }
2024-04-15T12:40:22.4794939Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:40:22.4795469Z env:
2024-04-15T12:40:22.4795995Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:40:22.4796633Z   ALGoRepoSettings: 
2024-04-15T12:40:22.4796898Z   artifact: 
2024-04-15T12:40:22.4797187Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:40:22.4797593Z   generateDependencyArtifact: False
2024-04-15T12:40:22.4797932Z   doNotRunTests: False
2024-04-15T12:40:22.4798210Z   doNotSignApps: False
2024-04-15T12:40:22.4798492Z   useCompilerFolder: False
2024-04-15T12:40:22.4816944Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:40:22.4846933Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:40:22.4859000Z   _project: .
2024-04-15T12:40:22.4859233Z ##[endgroup]
2024-04-15T12:40:22.9197043Z Downloading BcContainerHelper latest version from Blob Storage
2024-04-15T12:40:24.6167510Z Import from C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:40:24.9803324Z BcContainerHelper version 6.0.15
2024-04-15T12:40:25.3639021Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-04-15T12:40:25.4706600Z Running on Windows, PowerShell 5.1.20348.2227
2024-04-15T12:40:27.4343806Z ##[group]Analyzing repository
2024-04-15T12:40:27.4359849Z Checking type
2024-04-15T12:40:27.4639305Z Checking appFolders, testFolders and bcptTestFolders
2024-04-15T12:40:27.4949342Z Application Dependency 22.0.0.0
2024-04-15T12:40:27.5017955Z Updating app- and test Dependencies
2024-04-15T12:40:27.5159682Z Analyzing Test App Dependencies
2024-04-15T12:40:27.5251648Z ##[endgroup]
2024-04-15T12:40:27.5274588Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-04-15T12:40:27.5439871Z Checking artifact setting for project
2024-04-15T12:41:06.5440586Z artifact=https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:06.5451585Z artifactCacheKey=
2024-04-15T12:41:06.9774779Z ##[group]Run microsoft/AL-Go-Actions/DownloadProjectDependencies@v5.0
2024-04-15T12:41:06.9775347Z with:
2024-04-15T12:41:06.9775585Z   shell: powershell
2024-04-15T12:41:06.9775850Z   project: .
2024-04-15T12:41:06.9776104Z   buildMode: Default
2024-04-15T12:41:06.9776392Z   projectsDependenciesJson: {}
2024-04-15T12:41:06.9776723Z   baselineWorkflowRunId: 0
2024-04-15T12:41:06.9776997Z env:
2024-04-15T12:41:06.9777519Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:41:06.9778159Z   ALGoRepoSettings: 
2024-04-15T12:41:06.9778695Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:06.9779340Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:41:06.9779754Z   generateDependencyArtifact: False
2024-04-15T12:41:06.9780108Z   doNotRunTests: False
2024-04-15T12:41:06.9780388Z   doNotSignApps: False
2024-04-15T12:41:06.9780896Z   useCompilerFolder: False
2024-04-15T12:41:06.9800943Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:41:06.9820097Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:41:06.9820763Z   artifactCacheKey: 
2024-04-15T12:41:06.9822706Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-04-15T12:41:06.9823541Z ##[endgroup]
2024-04-15T12:41:06.9959613Z ##[group]Run actions/download-artifact@v4
2024-04-15T12:41:06.9959978Z with:
2024-04-15T12:41:06.9960547Z   path: D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1/.dependencies
2024-04-15T12:41:06.9961201Z   merge-multiple: false
2024-04-15T12:41:06.9961601Z   repository: 9altitudes/GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:41:06.9962049Z   run-id: 8689238622
2024-04-15T12:41:06.9962295Z env:
2024-04-15T12:41:06.9962823Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:41:06.9963463Z   ALGoRepoSettings: 
2024-04-15T12:41:06.9964019Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:06.9964674Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:41:06.9965082Z   generateDependencyArtifact: False
2024-04-15T12:41:06.9965421Z   doNotRunTests: False
2024-04-15T12:41:06.9965708Z   doNotSignApps: False
2024-04-15T12:41:06.9965989Z   useCompilerFolder: False
2024-04-15T12:41:06.9985277Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:41:07.0004221Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:41:07.0004881Z   artifactCacheKey: 
2024-04-15T12:41:07.0006821Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-04-15T12:41:07.0007651Z ##[endgroup]
2024-04-15T12:41:07.3523512Z Found 0 artifact(s)
2024-04-15T12:41:07.3525010Z No input name or pattern filtered specified, downloading all artifacts
2024-04-15T12:41:07.3526360Z An extra directory with the artifact name will be created for each download
2024-04-15T12:41:07.3527855Z Total of 0 artifact(s) downloaded
2024-04-15T12:41:07.3538945Z Download artifact has finished successfully
2024-04-15T12:41:07.3762830Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:41:07.3763833Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:41:07.3764463Z try {
2024-04-15T12:41:07.3766140Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.0\DownloadProjectDependencies/DownloadProjectDependencies.Action.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -projectsDependenciesJson $ENV:_projectsDependenciesJson -baselineWorkflowRunId $ENV:_baselineWorkflowRunId -baseFolder $ENV:_baseFolder -destinationPath $ENV:_destinationPath -token $ENV:_gitHubToken
2024-04-15T12:41:07.3767896Z }
2024-04-15T12:41:07.3768125Z catch {
2024-04-15T12:41:07.3769071Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))"
2024-04-15T12:41:07.3770854Z   exit 1
2024-04-15T12:41:07.3771107Z }
2024-04-15T12:41:07.3811096Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:41:07.3811971Z env:
2024-04-15T12:41:07.3812834Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:41:07.3813489Z   ALGoRepoSettings: 
2024-04-15T12:41:07.3814039Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:07.3814681Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:41:07.3815090Z   generateDependencyArtifact: False
2024-04-15T12:41:07.3815418Z   doNotRunTests: False
2024-04-15T12:41:07.3815688Z   doNotSignApps: False
2024-04-15T12:41:07.3815982Z   useCompilerFolder: False
2024-04-15T12:41:07.3834468Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:41:07.3853568Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:41:07.3854216Z   artifactCacheKey: 
2024-04-15T12:41:07.3856173Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-04-15T12:41:07.3857006Z   _project: .
2024-04-15T12:41:07.3857242Z   _buildMode: Default
2024-04-15T12:41:07.3857529Z   _projectsDependenciesJson: {}
2024-04-15T12:41:07.3858143Z   _baseFolder: D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:41:07.3859104Z   _destinationPath: D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1/.dependencies
2024-04-15T12:41:07.3859908Z   _gitHubToken: ***
2024-04-15T12:41:07.3860178Z   _baselineWorkflowRunId: 0
2024-04-15T12:41:07.3860469Z ##[endgroup]
2024-04-15T12:41:07.7548333Z Downloading dependencies for project '.'. BuildMode: Default, Base Folder: D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1, Destination Path: D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1/.dependencies
2024-04-15T12:41:07.7552176Z ##[group]Downloading project dependencies from current build
2024-04-15T12:41:07.7781493Z Downloading dependencies for project '.'
2024-04-15T12:41:07.7812471Z Dependency projects: 
2024-04-15T12:41:07.7837576Z ##[endgroup]
2024-04-15T12:41:07.7844935Z ##[group]Downloading project dependencies from probing paths
2024-04-15T12:41:07.8720720Z ##[group]Analyzing repository
2024-04-15T12:41:07.8753876Z Checking type
2024-04-15T12:41:07.9057338Z Checking appFolders, testFolders and bcptTestFolders
2024-04-15T12:41:07.9479150Z Application Dependency 22.0.0.0
2024-04-15T12:41:07.9546182Z Updating app- and test Dependencies
2024-04-15T12:41:07.9699504Z Analyzing Test App Dependencies
2024-04-15T12:41:07.9795309Z ##[endgroup]
2024-04-15T12:41:07.9816566Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-04-15T12:41:07.9946950Z Checking appDependencyProbingPaths
2024-04-15T12:41:08.0001482Z ##[endgroup]
2024-04-15T12:41:08.0008405Z Downloaded dependencies: 
2024-04-15T12:41:08.0016649Z Downloaded dependencies apps: 
2024-04-15T12:41:08.0023504Z Downloaded dependencies test apps: 
2024-04-15T12:41:08.0449227Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v5.0
2024-04-15T12:41:08.0449932Z with:
2024-04-15T12:41:08.0450281Z   shell: powershell
2024-04-15T12:41:08.0472131Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:41:08.0494615Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:08.0495580Z   project: .
2024-04-15T12:41:08.0495954Z   buildMode: Default
2024-04-15T12:41:08.0496430Z   installAppsJson: []
2024-04-15T12:41:08.0496873Z   installTestAppsJson: []
2024-04-15T12:41:08.0497681Z   token: ***
2024-04-15T12:41:08.0498071Z env:
2024-04-15T12:41:08.0499028Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:41:08.0500100Z   ALGoRepoSettings: 
2024-04-15T12:41:08.0500973Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:08.0502039Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:41:08.0502698Z   generateDependencyArtifact: False
2024-04-15T12:41:08.0503234Z   doNotRunTests: False
2024-04-15T12:41:08.0503676Z   doNotSignApps: False
2024-04-15T12:41:08.0506271Z   useCompilerFolder: False
2024-04-15T12:41:08.0533087Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:41:08.0552282Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:41:08.0552933Z   artifactCacheKey: 
2024-04-15T12:41:08.0554862Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-04-15T12:41:08.0555689Z   BuildMode: Default
2024-04-15T12:41:08.0555952Z ##[endgroup]
2024-04-15T12:41:08.0661943Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:41:08.0663020Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:41:08.0663805Z try {
2024-04-15T12:41:08.0665217Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.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-04-15T12:41:08.0666679Z }
2024-04-15T12:41:08.0666905Z catch {
2024-04-15T12:41:08.0667837Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-04-15T12:41:08.0668826Z   exit 1
2024-04-15T12:41:08.0669062Z }
2024-04-15T12:41:08.0698396Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:41:08.0698925Z env:
2024-04-15T12:41:08.0699446Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:41:08.0700085Z   ALGoRepoSettings: 
2024-04-15T12:41:08.0700634Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:08.0701287Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:41:08.0701686Z   generateDependencyArtifact: False
2024-04-15T12:41:08.0702011Z   doNotRunTests: False
2024-04-15T12:41:08.0702280Z   doNotSignApps: False
2024-04-15T12:41:08.0702549Z   useCompilerFolder: False
2024-04-15T12:41:08.0721009Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:41:08.0739739Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:41:08.0740388Z   artifactCacheKey: 
2024-04-15T12:41:08.0742309Z   Secrets: {"licenseFileUrl":"***","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2024-04-15T12:41:08.0743129Z   BuildMode: Default
2024-04-15T12:41:08.0743484Z   _token: ***
2024-04-15T12:41:08.0755276Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:41:08.0767671Z   _artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:08.0768237Z   _project: .
2024-04-15T12:41:08.0768464Z   _buildMode: Default
2024-04-15T12:41:08.0768732Z   _installAppsJson: []
2024-04-15T12:41:08.0769005Z   _installTestAppsJson: []
2024-04-15T12:41:08.0769282Z ##[endgroup]
2024-04-15T12:41:08.4847345Z Import from C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:41:08.6915970Z BcContainerHelper version 6.0.15
2024-04-15T12:41:08.9484268Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-04-15T12:41:09.0320503Z Running on Windows, PowerShell 5.1.20348.2227
2024-04-15T12:41:11.4413070Z use settings and secrets
2024-04-15T12:41:11.5217618Z ##[group]Analyzing repository
2024-04-15T12:41:11.5243806Z Checking type
2024-04-15T12:41:11.5541238Z Checking appFolders, testFolders and bcptTestFolders
2024-04-15T12:41:11.6210804Z Application Dependency 22.0.0.0
2024-04-15T12:41:11.6352422Z Checking artifact setting for project
2024-04-15T12:41:11.6410791Z Downloading artifacts from https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:41:11.6879533Z Downloading artifact /sandbox/24.0.16410.18495/us
2024-04-15T12:41:11.7175225Z Downloading C:\Users\runneradmin\AppData\Local\Temp\7b17bb49-5554-45f8-92e5-3fcf6b860a5d.zip
2024-04-15T12:41:11.7412406Z Downloading using WebClient
2024-04-15T12:41:23.1047604Z Unpacking artifact to tmp folder using 7zip
2024-04-15T12:41:43.3880283Z Downloading platform artifact /sandbox/24.0.16410.18495/platform
2024-04-15T12:41:43.3933094Z Downloading C:\Users\runneradmin\AppData\Local\Temp\62a531e3-be41-4343-a57a-7fdedd5bd234.zip
2024-04-15T12:41:43.3959533Z Downloading using WebClient
2024-04-15T12:41:55.9994993Z Unpacking artifact to tmp folder using 7zip
2024-04-15T12:43:11.1419567Z Downloading Prerequisite Components
2024-04-15T12:43:11.2086438Z Downloading c:\bcartifacts.cache\sandbox\24.0.16410.18495\platform\Prerequisite Components\IIS URL Rewrite Module\rewrite_2.0_rtw_x64.msi
2024-04-15T12:43:11.2090475Z Downloading using WebClient
2024-04-15T12:43:11.2966469Z Downloading c:\bcartifacts.cache\sandbox\24.0.16410.18495\platform\Prerequisite Components\DotNetCore\DotNetCore.1.0.4_1.1.1-WindowsHosting.exe
2024-04-15T12:43:11.2969113Z Downloading using WebClient
2024-04-15T12:43:20.6860670Z Updating app- and test Dependencies
2024-04-15T12:43:20.8669026Z Analyzing Test App Dependencies
2024-04-15T12:43:21.3356870Z ##[endgroup]
2024-04-15T12:43:21.3370468Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2024-04-15T12:43:44.7345032Z ##[warning]No test apps found in testFolders in .AL-Go\settings.json
2024-04-15T12:43:45.5492887Z Checking appDependencyProbingPaths
2024-04-15T12:43:46.9908764Z ##[group]Locating previous release
2024-04-15T12:43:57.7592045Z Getting the latest release from https://api.github.com/repos/9altitudes/GTM-BC-9ARaptorDocumentManagement-W1/releases/latest - branch main
2024-04-15T12:43:58.9172687Z Analyzing releases https://api.github.com/repos/9altitudes/GTM-BC-9ARaptorDocumentManagement-W1/releases
2024-04-15T12:45:00.0309400Z ##[warning]No previous release found
2024-04-15T12:45:00.0360127Z ##[endgroup]
2024-04-15T12:45:09.0732969Z Invoke Run-AlPipeline with buildmode Default
2024-04-15T12:45:18.8988553Z ##[group]Parameters
2024-04-15T12:45:18.9212952Z   _____                               _
2024-04-15T12:45:18.9364818Z  |  __ \                             | |
2024-04-15T12:45:18.9368436Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___
2024-04-15T12:45:18.9718193Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
2024-04-15T12:45:18.9719333Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
2024-04-15T12:45:18.9720711Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
2024-04-15T12:45:18.9721198Z 
2024-04-15T12:45:18.9721450Z Pipeline name                   CI/CD
2024-04-15T12:45:18.9722113Z Container name                  bc8689238622
2024-04-15T12:45:18.9722803Z Image name                      
2024-04-15T12:45:18.9730382Z ArtifactUrl                     https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:45:18.9731937Z BcAuthContext                   Not Specified
2024-04-15T12:45:18.9732627Z Environment                     
2024-04-15T12:45:18.9733197Z ReUseContainer                  False
2024-04-15T12:45:18.9733856Z KeepContainer                   False
2024-04-15T12:45:18.9734510Z useCompilerFolder               False
2024-04-15T12:45:18.9735152Z artifactCachePath               
2024-04-15T12:45:18.9735768Z useDevEndpoint                  False
2024-04-15T12:45:18.9736464Z Auth                            UserPassword
2024-04-15T12:45:18.9737114Z CompanyName                     
2024-04-15T12:45:18.9737699Z MemoryLimit                     8G
2024-04-15T12:45:18.9738295Z FailOn                          error
2024-04-15T12:45:18.9738934Z TreatTestFailuresAsWarnings     False
2024-04-15T12:45:18.9739628Z Enable Task Scheduler           False
2024-04-15T12:45:18.9740270Z Assign Premium Plan             False
2024-04-15T12:45:18.9740893Z Install Test Runner             False
2024-04-15T12:45:19.0353160Z Install Test Framework          False
2024-04-15T12:45:19.0356809Z Install Test Libraries          False
2024-04-15T12:45:19.0360120Z Install Perf. Toolkit           False
2024-04-15T12:45:19.0361051Z InstallOnlyReferencedApps       True
2024-04-15T12:45:19.0498752Z generateDependencyArtifact      True
2024-04-15T12:45:19.0500112Z CopySymbolsFromContainer        False
2024-04-15T12:45:19.0501110Z enableCodeCop                   False
2024-04-15T12:45:19.0502081Z enableAppSourceCop              True
2024-04-15T12:45:19.0503031Z enableUICop                     False
2024-04-15T12:45:19.0504014Z enablePerTenantExtensionCop     False
2024-04-15T12:45:19.0505002Z enableCodeAnalyzersOnTestApps   False
2024-04-15T12:45:19.0505989Z doNotPerformUpgrade             False
2024-04-15T12:45:19.0506944Z doNotPublishApps                False
2024-04-15T12:45:19.0507898Z uninstallRemovedApps            True
2024-04-15T12:45:19.0508821Z escapeFromCops                  False
2024-04-15T12:45:19.0509736Z doNotBuildTests                 False
2024-04-15T12:45:19.0510681Z doNotRunTests                   True
2024-04-15T12:45:19.0511626Z doNotRunBcptTests               True
2024-04-15T12:45:19.0512585Z useDefaultAppSourceRuleSet      False
2024-04-15T12:45:19.0513549Z rulesetFile                     
2024-04-15T12:45:19.0514415Z generateErrorLog                False
2024-04-15T12:45:19.0515379Z enableExternalRulesets          False
2024-04-15T12:45:19.0516258Z azureDevOps                     False
2024-04-15T12:45:19.0517146Z gitLab                          False
2024-04-15T12:45:19.0518006Z gitHubActions                   True
2024-04-15T12:45:19.0518966Z vsixFile                        
2024-04-15T12:45:19.0519834Z License file                    Specified
2024-04-15T12:45:19.0520916Z CodeSignCertPfxFile             Not specified
2024-04-15T12:45:19.0521937Z CodeSignCertPfxPassword         Not specified
2024-04-15T12:45:19.0715474Z CodeSignCertIsSelfSigned        False
2024-04-15T12:45:19.0724095Z KeyVaultCertPfxFile             Not specified
2024-04-15T12:45:19.0725335Z KeyVaultCertPfxPassword         Not specified
2024-04-15T12:45:19.0729962Z KeyVaultClientId                
2024-04-15T12:45:19.0734537Z BuildOutputFile                 D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\BuildOutput.txt
2024-04-15T12:45:19.0739240Z ContainerEventLogFile           D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\ContainerEventLog.evtx
2024-04-15T12:45:19.0747774Z TestResultsFile                 D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\TestResults.xml
2024-04-15T12:45:19.0782456Z BcptTestResultsFile             D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\bcptTestResults.json
2024-04-15T12:45:19.0784033Z TestResultsFormat               JUnit
2024-04-15T12:45:19.0785794Z AdditionalCountries             
2024-04-15T12:45:19.0801312Z PackagesFolder                  D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.packages
2024-04-15T12:45:19.0815385Z OutputFolder                    D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.output
2024-04-15T12:45:19.0829604Z BuildArtifactFolder             D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.buildartifacts
2024-04-15T12:45:19.0844292Z CreateRuntimePackages           False
2024-04-15T12:45:19.0855598Z AppVersion                      
2024-04-15T12:45:19.0869533Z AppBuild                        7
2024-04-15T12:45:19.0883795Z AppRevision                     0
2024-04-15T12:45:19.0902674Z SourceRepositoryUrl             https://github.com/9altitudes/GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:45:19.0917638Z SourceCommit                    3e507a97e86f8289464b6b8562d611999b208b92
2024-04-15T12:45:19.0932395Z BuildBy                         AL-Go for GitHub,v5.0
2024-04-15T12:45:19.0947339Z BuildUrl                        https://github.com/9altitudes/GTM-BC-9ARaptorDocumentManagement-W1/actions/runs/8689238622
2024-04-15T12:45:19.0961615Z Mandatory Affixes               9A Raptor,9ARaptor_,EXA Raptor
2024-04-15T12:45:19.0972178Z Supported Countries             
2024-04-15T12:45:19.0983366Z ObsoleteTagMinAllowedMajorMinor 
2024-04-15T12:45:19.0990269Z Install Apps
2024-04-15T12:45:19.1002661Z - 9A Raptor Document Input\dependencies\
2024-04-15T12:45:19.1009591Z Install Test Apps
2024-04-15T12:45:19.1016793Z - None
2024-04-15T12:45:19.1023601Z Previous Apps
2024-04-15T12:45:19.1030430Z - None
2024-04-15T12:45:19.1037281Z Application folders
2024-04-15T12:45:19.1049593Z - D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\9A Raptor Document Management
2024-04-15T12:45:19.1116385Z - D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\9A Raptor Document Input
2024-04-15T12:45:19.1131801Z Test application folders
2024-04-15T12:45:19.1133215Z - None
2024-04-15T12:45:19.1133932Z BCPT Test application folders
2024-04-15T12:45:19.1136333Z - None
2024-04-15T12:45:19.1139025Z BCPT Test suites
2024-04-15T12:45:19.1158427Z - None
2024-04-15T12:45:19.1159022Z Custom CodeCops
2024-04-15T12:45:19.1159627Z - None
2024-04-15T12:45:19.2108043Z RemoveBcContainer override
2024-04-15T12:45:19.2388838Z 
2024-04-15T12:45:19.2389837Z                 Param([Hashtable]$parameters)
2024-04-15T12:45:19.2447365Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
2024-04-15T12:45:19.2452101Z                 Remove-BcContainer @parameters
2024-04-15T12:45:19.2454492Z             
2024-04-15T12:45:19.2456895Z ##[endgroup]
2024-04-15T12:45:19.2494260Z ##[group]Pulling generic image
2024-04-15T12:45:19.2507903Z 
2024-04-15T12:45:19.2535160Z   _____       _ _ _                                          _        _
2024-04-15T12:45:19.2569967Z  |  __ \     | | (_)                                        (_)      (_)
2024-04-15T12:45:19.2582621Z  | |__) |   _| | |_ _ __   __ _    __ _  ___ _ __   ___ _ __ _  ___   _ _ __ ___   __ _  __ _  ___
2024-04-15T12:45:19.2587230Z  |  ___/ | | | | | | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '__| |/ __| | | '_ ` _ \ / _` |/ _` |/ _ \
2024-04-15T12:45:19.2592098Z  | |   | |_| | | | | | | | (_| | | (_| |  __/ | | |  __/ |  | | (__  | | | | | | | (_| | (_| |  __/
2024-04-15T12:45:19.2601242Z  |_|    \__,_|_|_|_|_| |_|\__, |  \__, |\___|_| |_|\___|_|  |_|\___| |_|_| |_| |_|\__,_|\__, |\___|
2024-04-15T12:45:19.2602631Z                            __/ |   __/ |                                                 __/ |
2024-04-15T12:45:19.2603616Z                           |___/   |___/                                                 |___/
2024-04-15T12:45:19.2604251Z 
2024-04-15T12:45:19.3584441Z Pulling mcr.microsoft.com/businesscentral:ltsc2022
2024-04-15T12:45:20.4924910Z 
2024-04-15T12:45:20.4927589Z Pulling generic image took 1 seconds
2024-04-15T12:45:20.4937050Z ##[endgroup]
2024-04-15T12:45:20.5025562Z ##[group]Creating container
2024-04-15T12:45:20.5028758Z 
2024-04-15T12:45:20.5029145Z    _____                _   _                               _        _
2024-04-15T12:45:20.5031533Z   / ____|              | | (_)                             | |      (_)
2024-04-15T12:45:20.5032493Z  | |     _ __ ___  __ _| |_ _ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __
2024-04-15T12:45:20.5033858Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2024-04-15T12:45:20.5035358Z  | |____| | |  __/ (_| | |_| | | | | (_| | | (__ (_) | | | | |_ (_| | | | | |  __/ |
2024-04-15T12:45:20.5036722Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|
2024-04-15T12:45:20.5037921Z                                      __/ |
2024-04-15T12:45:20.5038870Z                                     |___/
2024-04-15T12:45:20.5039638Z 
2024-04-15T12:45:20.5811520Z Creaing docker container
2024-04-15T12:45:20.7636456Z BcContainerHelper is version 6.0.15
2024-04-15T12:45:20.7644412Z BcContainerHelper is running as administrator
2024-04-15T12:45:24.4753186Z HyperV is Enabled
2024-04-15T12:45:24.4775002Z UsePsSession is True
2024-04-15T12:45:24.4797185Z UsePwshForBc24 is True
2024-04-15T12:45:24.4818380Z Host is Microsoft Windows Server 2022 Datacenter - 10.0.20348.2340
2024-04-15T12:45:24.5944454Z Docker Client Version is 24.0.7
2024-04-15T12:45:24.5955352Z Docker Server Version is 24.0.7
2024-04-15T12:45:24.7011335Z Removing Desktop shortcuts
2024-04-15T12:45:25.1520610Z Fetching all docker images
2024-04-15T12:45:25.1882676Z Fetching all docker volumes
2024-04-15T12:45:25.2848104Z Using image mcr.microsoft.com/businesscentral:ltsc2022
2024-04-15T12:45:25.5737738Z Creating Container bc8689238622
2024-04-15T12:45:25.5744808Z Style: sandbox
2024-04-15T12:45:25.5755196Z Multitenant: Yes
2024-04-15T12:45:25.5764331Z Version: 24.0.16410.18495
2024-04-15T12:45:25.5773782Z Platform: 24.0.18458.0
2024-04-15T12:45:25.5785838Z Generic Tag: 1.0.2.18
2024-04-15T12:45:25.5811837Z Container OS Version: 10.0.20348.2340 (ltsc2022)
2024-04-15T12:45:25.5929275Z Host OS Version: 10.0.20348.2340 (ltsc2022)
2024-04-15T12:45:25.5980116Z Using process isolation
2024-04-15T12:45:25.6020352Z Using locale en-US
2024-04-15T12:45:25.6059307Z Disabling the standard eventlog dump to container log every 2 seconds (use -dumpEventLog to enable)
2024-04-15T12:45:25.6166286Z Using license file https://raw.githubusercontent.com/9altitudes/GTM-BC-License/main/5356581.bclicense
2024-04-15T12:45:25.6169897Z Downloading C:\ProgramData\BcContainerHelper\Extensions\bc8689238622\my\license.bclicense
2024-04-15T12:45:25.6171185Z Downloading using WebClient
2024-04-15T12:45:25.7358167Z Additional Parameters:
2024-04-15T12:45:25.7370906Z --volume "D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\:c:\sources"
2024-04-15T12:45:25.7375313Z --env customNavSettings=EnableTaskScheduler=False
2024-04-15T12:45:25.7386671Z Files in C:\ProgramData\BcContainerHelper\Extensions\bc8689238622\my:
2024-04-15T12:45:25.7421707Z - AdditionalOutput.ps1
2024-04-15T12:45:25.7430999Z - HelperFunctions.ps1
2024-04-15T12:45:25.7440613Z - license.bclicense
2024-04-15T12:45:25.7450401Z - MainLoop.ps1
2024-04-15T12:45:25.7459783Z - SetupVariables.ps1
2024-04-15T12:45:25.7469583Z - updatehosts.ps1
2024-04-15T12:45:25.7479055Z Creating container bc8689238622 from image mcr.microsoft.com/businesscentral:ltsc2022
2024-04-15T12:45:26.7621506Z 18cc7416e91f1bdd241ab3dba8ee0502d65e268530f2cace2003135c15d48789
2024-04-15T12:45:46.5860375Z Waiting for container bc8689238622 to be ready
2024-04-15T12:46:13.1694770Z Using artifactUrl https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:46:13.1697213Z Using installer from C:\Run\240
2024-04-15T12:46:13.1702988Z Installing Business Central: multitenant=True, installOnly=False, filesOnly=False, includeTestToolkit=False, includeTestLibrariesOnly=False, includeTestFrameworkOnly=False, includePerformanceToolkit=False, appArtifactPath=c:\dl\sandbox\24.0.16410.18495\us, platformArtifactPath=c:\dl\sandbox\24.0.16410.18495\platform, databasePath=c:\dl\sandbox\24.0.16410.18495\us\BusinessCentral-US.bak, licenseFilePath=c:\dl\sandbox\24.0.16410.18495\us\Cronus.bclicense, rebootContainer=True
2024-04-15T12:46:14.2043379Z Installing from artifacts
2024-04-15T12:46:24.7652542Z Starting Local SQL Server
2024-04-15T12:46:24.7655383Z WARNING: Waiting for service 'SQL Server (SQLEXPRESS) (MSSQL$SQLEXPRESS)' to 
2024-04-15T12:46:24.7656335Z start...
2024-04-15T12:46:24.7656808Z Starting Internet Information Server
2024-04-15T12:46:24.7657464Z Copying Service Tier Files
2024-04-15T12:46:28.2738226Z c:\dl\sandbox\24.0.16410.18495\platform\ServiceTier\Program Files
2024-04-15T12:46:29.3221794Z c:\dl\sandbox\24.0.16410.18495\platform\ServiceTier\System64Folder
2024-04-15T12:46:29.3222713Z Copying Web Client Files
2024-04-15T12:46:34.2129034Z c:\dl\sandbox\24.0.16410.18495\platform\WebClient\Microsoft Dynamics NAV
2024-04-15T12:46:34.2130035Z Copying ModernDev Files
2024-04-15T12:46:34.2130602Z c:\dl\sandbox\24.0.16410.18495\platform
2024-04-15T12:46:35.3514806Z c:\dl\sandbox\24.0.16410.18495\platform\ModernDev\program files\Microsoft Dynamics NAV
2024-04-15T12:46:35.3516595Z Copying additional files
2024-04-15T12:46:35.3520188Z Copying ConfigurationPackages
2024-04-15T12:46:55.0304136Z C:\dl\sandbox\24.0.16410.18495\us\ConfigurationPackages
2024-04-15T12:46:55.0305487Z Copying Test Assemblies
2024-04-15T12:46:55.0306612Z C:\dl\sandbox\24.0.16410.18495\platform\Test Assemblies
2024-04-15T12:46:55.0307695Z Copying Extensions
2024-04-15T12:46:55.0308621Z C:\dl\sandbox\24.0.16410.18495\us\Extensions
2024-04-15T12:46:55.0309601Z Copying Applications
2024-04-15T12:46:55.0310574Z C:\dl\sandbox\24.0.16410.18495\platform\Applications
2024-04-15T12:46:55.0311603Z Copying Applications.US
2024-04-15T12:46:55.0312592Z C:\dl\sandbox\24.0.16410.18495\us\Applications.US
2024-04-15T12:46:55.0313568Z Copying dependencies
2024-04-15T12:46:55.0314383Z Importing PowerShell Modules
2024-04-15T12:47:06.2182439Z Restoring CRONUS Demo Database
2024-04-15T12:47:07.2717154Z Setting CompatibilityLevel for tenant on localhost\SQLEXPRESS
2024-04-15T12:47:40.1503007Z Exporting Application to CRONUS
2024-04-15T12:47:46.1430775Z Removing Application from tenant
2024-04-15T12:47:46.1432556Z Modifying Business Central Service Tier Config File for Docker
2024-04-15T12:47:46.1434078Z Creating Business Central Service Tier
2024-04-15T12:47:46.1436962Z Installing SIP crypto provider: 'C:\Windows\System32\NavSip.dll'
2024-04-15T12:47:56.9407060Z Starting Business Central Service Tier
2024-04-15T12:47:58.5848729Z Importing license file
2024-04-15T12:47:58.5850754Z Copying Database on localhost\SQLEXPRESS from tenant to default
2024-04-15T12:48:00.0478015Z Taking database tenant offline
2024-04-15T12:48:10.8378227Z Copying database files
2024-04-15T12:48:10.8379070Z Attaching files as new Database default
2024-04-15T12:48:10.8379844Z Putting database tenant back online
2024-04-15T12:48:10.8387200Z Mounting tenant database
2024-04-15T12:51:16.4869692Z Mounting Database for default on server localhost\SQLEXPRESS with AllowAppDatabaseWrite = False
2024-04-15T12:51:20.7198825Z Sync'ing Tenant
2024-04-15T12:51:20.7207721Z Tenant is Operational
2024-04-15T12:51:20.7208508Z Stopping Business Central Service Tier
2024-04-15T12:51:20.7211777Z Installation took 307 seconds
2024-04-15T12:51:20.7231111Z Installation complete
2024-04-15T12:51:21.6287041Z Initializing...
2024-04-15T12:51:21.6295424Z Setting host.containerhelper.internal to 172.19.80.1 in container hosts file
2024-04-15T12:51:21.6296070Z Starting Container
2024-04-15T12:51:21.6299321Z Hostname is bc8689238622
2024-04-15T12:51:22.6725566Z PublicDnsName is bc8689238622
2024-04-15T12:51:22.6730399Z Using NavUserPassword Authentication
2024-04-15T12:51:24.9297899Z Creating Self Signed Certificate
2024-04-15T12:51:24.9302421Z Self Signed Certificate Thumbprint F56906D217D3C837EEEB1D4758F0A7CC22011799
2024-04-15T12:51:24.9303490Z DNS identity bc8689238622
2024-04-15T12:51:24.9307941Z Modifying Service Tier Config File with Instance Specific Settings
2024-04-15T12:51:24.9309296Z Modifying Service Tier Config File with settings from environment variable
2024-04-15T12:51:27.0654193Z Setting EnableTaskScheduler to False
2024-04-15T12:51:35.8322588Z Starting Service Tier
2024-04-15T12:51:40.9146434Z Registering event sources
2024-04-15T12:51:40.9151787Z Creating DotNetCore Web Server Instance
2024-04-15T12:51:40.9152985Z Using application pool name: BC
2024-04-15T12:51:40.9158551Z Using default container name: NavWebApplicationContainer
2024-04-15T12:51:45.5861892Z Copy files to WWW root C:\inetpub\wwwroot\BC
2024-04-15T12:51:45.5864028Z Create the application pool BC
2024-04-15T12:52:10.0390678Z Create website: NavWebApplicationContainer without SSL
2024-04-15T12:52:10.0391946Z Update configuration: navsettings.json
2024-04-15T12:52:10.0410270Z Done Configuring Web Client
2024-04-15T12:52:10.0447660Z Enabling Financials User Experience
2024-04-15T12:52:10.0454823Z Using license file 'c:\run\my\license.bclicense'
2024-04-15T12:52:10.0464434Z Import License
2024-04-15T12:52:10.0465067Z Dismounting Tenant
2024-04-15T12:52:10.0465712Z Mounting Tenant
2024-04-15T12:52:10.0480486Z Mounting Database for default on server localhost\SQLEXPRESS with AllowAppDatabaseWrite = False
2024-04-15T12:52:12.8504477Z Sync'ing Tenant
2024-04-15T12:52:12.8505544Z Tenant is Operational
2024-04-15T12:52:12.8515808Z Creating http download site
2024-04-15T12:52:12.8516555Z Setting SA Password and enabling SA
2024-04-15T12:52:15.8461733Z Creating admin as SQL User and add to sysadmin
2024-04-15T12:52:21.5603596Z Creating SUPER user
2024-04-15T12:52:21.5604456Z Container IP Address: 172.19.95.240
2024-04-15T12:52:21.5624968Z Container Hostname  : bc8689238622
2024-04-15T12:52:21.5629048Z Container Dns Name  : bc8689238622
2024-04-15T12:52:21.5642023Z Web Client          : http://bc8689238622/BC/?tenant=default
2024-04-15T12:52:21.5680732Z Dev. Server         : http://bc8689238622
2024-04-15T12:52:22.4685616Z Dev. ServerInstance : BC
2024-04-15T12:52:22.6324525Z Dev. Server Tenant  : default
2024-04-15T12:52:24.5537372Z Setting bc8689238622 to 172.19.95.240 in host hosts file
2024-04-15T12:52:24.5676239Z Setting bc8689238622-default to 172.19.95.240 in host hosts file
2024-04-15T12:52:24.5677117Z Setting bc8689238622-default to 172.19.95.240 in container hosts file
2024-04-15T12:52:24.5680254Z 
2024-04-15T12:52:24.5680383Z Files:
2024-04-15T12:52:24.6020087Z http://bc8689238622:8080/ALLanguage.vsix
2024-04-15T12:52:24.6020868Z 
2024-04-15T12:52:24.6024152Z Container Total Physical Memory is 8.0Gb
2024-04-15T12:52:24.6024667Z Container Free Physical Memory is 2.2Gb
2024-04-15T12:52:24.6025120Z 
2024-04-15T12:52:24.6025386Z Initialization took 64 seconds
2024-04-15T12:52:24.6145744Z Ready for connections!
2024-04-15T12:52:28.5211664Z Reading CustomSettings.config from bc8689238622
2024-04-15T12:52:30.6228804Z Creating Desktop Shortcuts for bc8689238622
2024-04-15T12:52:32.1232950Z Cleanup old dotnet core assemblies
2024-04-15T12:52:32.1359566Z Container bc8689238622 successfully created
2024-04-15T12:52:34.2381307Z 
2024-04-15T12:52:34.2387201Z Use:
2024-04-15T12:52:36.6554386Z Get-BcContainerEventLog -containerName bc8689238622 to retrieve a snapshot of the event log from the container
2024-04-15T12:52:36.6571096Z Get-BcContainerDebugInfo -containerName bc8689238622 to get debug information about the container
2024-04-15T12:52:36.6573651Z Enter-BcContainer -containerName bc8689238622 to open a PowerShell prompt inside the container
2024-04-15T12:52:36.6575235Z Remove-BcContainer -containerName bc8689238622 to remove the container again
2024-04-15T12:52:36.6589473Z docker logs bc8689238622 to retrieve information about URL's again
2024-04-15T12:52:36.6590529Z 
2024-04-15T12:52:36.6590806Z Creating container took 436 seconds
2024-04-15T12:52:36.6794916Z ##[endgroup]
2024-04-15T12:52:36.6828093Z ##[group]Resolving dependencies
2024-04-15T12:52:36.6831746Z 
2024-04-15T12:52:36.6832103Z  _____                _       _                   _                           _                 _
2024-04-15T12:52:36.6833288Z |  __ \              | |     (_)                 | |                         | |               (_)
2024-04-15T12:52:36.6872368Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___
2024-04-15T12:52:36.6877642Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
2024-04-15T12:52:36.6928914Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
2024-04-15T12:52:36.6933363Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
2024-04-15T12:52:36.6934405Z                                        __/ |            | |
2024-04-15T12:52:36.6948383Z                                       |___/             |_|
2024-04-15T12:52:36.6948935Z 
2024-04-15T12:52:36.8040938Z Sorted App folders
2024-04-15T12:52:38.0172210Z - D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\9A Raptor Document Management
2024-04-15T12:52:38.0174592Z - D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\9A Raptor Document Input
2024-04-15T12:52:38.0179372Z External dependencies
2024-04-15T12:52:38.0180540Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_22.0.0.0.app
2024-04-15T12:52:38.0185099Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_22.0.0.0.app
2024-04-15T12:52:38.0186907Z - 6da8dd2f-e698-461f-9147-8e404244dd85:Continia Software_Continia Document Capture_11.0.3.242584.app
2024-04-15T12:52:38.0188118Z Sorted TestApp folders
2024-04-15T12:52:38.0193154Z - None
2024-04-15T12:52:38.0197785Z ##[endgroup]
2024-04-15T12:52:38.0204043Z ##[group]Installing apps
2024-04-15T12:52:38.0204470Z 
2024-04-15T12:52:38.0204672Z   _____           _        _ _ _
2024-04-15T12:52:38.0208181Z  |_   _|         | |      | | (_)
2024-04-15T12:52:38.0209011Z    | |  _ __  ___| |_ __ _| | |_ _ __   __ _    __ _ _ __  _ __  ___
2024-04-15T12:52:38.0214740Z    | | | '_ \/ __| __/ _` | | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2024-04-15T12:52:38.0215736Z   _| |_| | | \__ \ |_ (_| | | | | | | | (_| | | (_| | |_) | |_) \__ \
2024-04-15T12:52:38.0392485Z  |_____|_| |_|___/\__\__,_|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2024-04-15T12:52:38.0661794Z                                         __/ |       | |   | |
2024-04-15T12:52:38.0662658Z                                        |___/        |_|   |_|
2024-04-15T12:52:38.0663186Z 
2024-04-15T12:52:41.9840921Z Copy C:\ProgramData\BcContainerHelper\Extensions\bc8689238622\055304c6-2a34-42d6-ae4b-ae38f14b8ba7\Continia Software_Continia Connectivity App_2.0.0.356383.app to D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1\.buildartifacts\Dependencies
2024-04-15T12:52:43.1904823Z Publishing C:\ProgramData\BcContainerHelper\Extensions\bc8689238622\055304c6-2a34-42d6-ae4b-ae38f14b8ba7\Continia Software_Continia Connectivity App_2.0.0.356383.app
2024-04-15T12:52:49.6187554Z Your program license does not allow you to publish 'CTS-CCC DC Integration Events'.
2024-04-15T12:52:49.6189088Z 
2024-04-15T12:52:49.6189866Z Container Free Physical Memory: 2.2Gb
2024-04-15T12:52:49.6190714Z 
2024-04-15T12:52:49.6191071Z Services in container bc8689238622:
2024-04-15T12:52:51.8190634Z Publish-BcContainerApp Telemetry Correlation Id: f1e996fc-462d-46dc-953c-a100ddc79e4a
2024-04-15T12:52:51.8570270Z ##[group]Removing container
2024-04-15T12:52:51.8571571Z Get Event Log from container
2024-04-15T12:52:51.8689377Z Getting event log for bc8689238622
2024-04-15T12:52:56.1397570Z Removing Session bc8689238622
2024-04-15T12:52:56.1403060Z Removing container bc8689238622
2024-04-15T12:52:56.2397650Z Removing entries from hosts
2024-04-15T12:52:56.2685428Z Removing bc8689238622 from container hosts file
2024-04-15T12:52:56.3520444Z Removing bc8689238622-* from container hosts file
2024-04-15T12:52:56.3539385Z Removing Desktop shortcuts
2024-04-15T12:52:56.3820321Z Removing C:\ProgramData\BcContainerHelper\Extensions\bc8689238622
2024-04-15T12:52:56.3956325Z ##[endgroup]
2024-04-15T12:52:56.6529756Z Run-AlPipeline Telemetry Correlation Id: 2215f8f1-2964-452d-b3a9-6e98aa7de706
2024-04-15T12:52:56.9191482Z AL-Go action ran: RunPipeline Telemetry Correlation Id: 3c1642e7-65fd-4cfe-b490-3fd3edf0f485
2024-04-15T12:52:57.0122698Z ##[error]Unexpected error when running action. Error Message: Your program license does not allow you to publish 'CTS-CCC DC Integration Events'., StackTrace: at Invoke-ScriptInBcContainer, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\ContainerHandling\Invoke-ScriptInNavContainer.ps1: line 304 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 408 <- at Publish-BcContainerApp, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 166 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 843 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1245 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1180 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 947 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 909 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v5.0\RunPipeline\RunPipeline.ps1: line 367 <- at <ScriptBlock>, D:\a\_temp\b7faf955-3f8b-4f6a-b5c5-fd44d0ebdbac.ps1: line 4 <- at <ScriptBlock>, <No file>: line 1
2024-04-15T12:52:57.1598985Z ##[error]Process completed with exit code 1.
2024-04-15T12:52:57.3217911Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v5.0
2024-04-15T12:52:57.3218586Z with:
2024-04-15T12:52:57.3218872Z   shell: powershell
2024-04-15T12:52:57.3222031Z   project: .
2024-04-15T12:52:57.3222345Z   buildMode: Default
2024-04-15T12:52:57.3227284Z env:
2024-04-15T12:52:57.3228212Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:52:57.3228951Z   ALGoRepoSettings: 
2024-04-15T12:52:57.3234284Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:52:57.3235010Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:52:57.3238456Z   generateDependencyArtifact: False
2024-04-15T12:52:57.3238891Z   doNotRunTests: False
2024-04-15T12:52:57.3239233Z   doNotSignApps: False
2024-04-15T12:52:57.3239583Z   useCompilerFolder: False
2024-04-15T12:52:57.3265901Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:52:57.3294419Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:52:57.3295494Z   artifactCacheKey: 
2024-04-15T12:52:57.3295873Z   containerName: bc8689238622
2024-04-15T12:52:57.3299412Z ##[endgroup]
2024-04-15T12:52:57.3511834Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:52:57.3516982Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:52:57.3522904Z try {
2024-04-15T12:52:57.3524595Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.0\CalculateArtifactNames/CalculateArtifactNames.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -suffix $ENV:_suffix
2024-04-15T12:52:57.3526366Z }
2024-04-15T12:52:57.3530218Z catch {
2024-04-15T12:52:57.3532091Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-04-15T12:52:57.3537797Z   exit 1
2024-04-15T12:52:57.3538314Z }
2024-04-15T12:52:57.3813104Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:52:57.3816730Z env:
2024-04-15T12:52:57.3817358Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:52:57.3820710Z   ALGoRepoSettings: 
2024-04-15T12:52:57.3821398Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:52:57.3822130Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:52:57.3825421Z   generateDependencyArtifact: False
2024-04-15T12:52:57.3825834Z   doNotRunTests: False
2024-04-15T12:52:57.3829039Z   doNotSignApps: False
2024-04-15T12:52:57.3829424Z   useCompilerFolder: False
2024-04-15T12:52:57.3851795Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:52:57.3874792Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:52:57.3875522Z   artifactCacheKey: 
2024-04-15T12:52:57.3878616Z   containerName: bc8689238622
2024-04-15T12:52:57.3878981Z   _project: .
2024-04-15T12:52:57.3882156Z   _buildMode: Default
2024-04-15T12:52:57.3882522Z   _suffix: 
2024-04-15T12:52:57.3882806Z ##[endgroup]
2024-04-15T12:52:58.0243877Z Assigning  to BuildMode
2024-04-15T12:52:58.0881814Z Assigning GTM-BC-9ARaptorDocumentManagement-W1-main-Apps-1.0.7.0 to AppsArtifactsName
2024-04-15T12:52:58.0899777Z Assigning GTM-BC-9ARaptorDocumentManagement-W1-main-Dependencies-1.0.7.0 to DependenciesArtifactsName
2024-04-15T12:52:58.0914534Z Assigning GTM-BC-9ARaptorDocumentManagement-W1-main-TestApps-1.0.7.0 to TestAppsArtifactsName
2024-04-15T12:52:58.0933551Z Assigning GTM-BC-9ARaptorDocumentManagement-W1-main-TestResults-1.0.7.0 to TestResultsArtifactsName
2024-04-15T12:52:58.0944889Z Assigning GTM-BC-9ARaptorDocumentManagement-W1-main-BcptTestResults-1.0.7.0 to BcptTestResultsArtifactsName
2024-04-15T12:52:58.0962923Z Assigning GTM-BC-9ARaptorDocumentManagement-W1-main-BuildOutput-1.0.7.0 to BuildOutputArtifactsName
2024-04-15T12:52:58.0974009Z Assigning GTM-BC-9ARaptorDocumentManagement-W1-main-ContainerEventLog-1.0.7.0 to ContainerEventLogArtifactsName
2024-04-15T12:52:58.1000945Z Assigning thisbuild-GTM-BC-9ARaptorDocumentManagement-W1-Apps to ThisBuildAppsArtifactsName
2024-04-15T12:52:58.1011990Z Assigning thisbuild-GTM-BC-9ARaptorDocumentManagement-W1-Dependencies to ThisBuildDependenciesArtifactsName
2024-04-15T12:52:58.1026177Z Assigning thisbuild-GTM-BC-9ARaptorDocumentManagement-W1-TestApps to ThisBuildTestAppsArtifactsName
2024-04-15T12:52:59.4943303Z ##[group]Run actions/upload-artifact@v4
2024-04-15T12:52:59.4943765Z with:
2024-04-15T12:52:59.4944223Z   name: GTM-BC-9ARaptorDocumentManagement-W1-main-ContainerEventLog-1.0.7.0
2024-04-15T12:52:59.4944801Z   path: ./ContainerEventLog.evtx
2024-04-15T12:52:59.4945165Z   if-no-files-found: ignore
2024-04-15T12:52:59.4945463Z   compression-level: 6
2024-04-15T12:52:59.4945722Z   overwrite: false
2024-04-15T12:52:59.4945951Z env:
2024-04-15T12:52:59.4946466Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:52:59.4947089Z   ALGoRepoSettings: 
2024-04-15T12:52:59.4947628Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:52:59.4948269Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:52:59.4948667Z   generateDependencyArtifact: False
2024-04-15T12:52:59.4948996Z   doNotRunTests: False
2024-04-15T12:52:59.4949310Z   doNotSignApps: False
2024-04-15T12:52:59.4949592Z   useCompilerFolder: False
2024-04-15T12:52:59.4969871Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:52:59.4989117Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:52:59.4989756Z   artifactCacheKey: 
2024-04-15T12:52:59.4990052Z   containerName: bc8689238622
2024-04-15T12:52:59.4990338Z ##[endgroup]
2024-04-15T12:53:01.0116404Z With the provided path, there will be 1 file uploaded
2024-04-15T12:53:01.0124340Z Artifact name is valid!
2024-04-15T12:53:01.0127950Z Root directory input is valid!
2024-04-15T12:53:01.1101306Z Beginning upload of artifact content to blob storage
2024-04-15T12:53:01.2611630Z Uploaded bytes 227036
2024-04-15T12:53:01.2804539Z Finished uploading artifact content to blob storage!
2024-04-15T12:53:01.2812028Z SHA256 hash of uploaded artifact zip is f781f172a3014e9e2618d5874eafc5f367fff4f92a25c19e85f7a5d0cf58ae7f
2024-04-15T12:53:01.2814812Z Finalizing artifact upload
2024-04-15T12:53:01.3589766Z Artifact GTM-BC-9ARaptorDocumentManagement-W1-main-ContainerEventLog-1.0.7.0.zip successfully finalized. Artifact ID 1414341467
2024-04-15T12:53:01.3593089Z Artifact GTM-BC-9ARaptorDocumentManagement-W1-main-ContainerEventLog-1.0.7.0 has been successfully uploaded! Final size is 227036 bytes. Artifact ID is 1414341467
2024-04-15T12:53:01.3601600Z Artifact download URL: https://github.com/9altitudes/GTM-BC-9ARaptorDocumentManagement-W1/actions/runs/8689238622/artifacts/1414341467
2024-04-15T12:53:01.6119068Z ##[group]Run microsoft/AL-Go-Actions/AnalyzeTests@v5.0
2024-04-15T12:53:01.6119558Z with:
2024-04-15T12:53:01.6119810Z   shell: powershell
2024-04-15T12:53:01.6131618Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:53:01.6143806Z   project: .
2024-04-15T12:53:01.6144024Z env:
2024-04-15T12:53:01.6144546Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:53:01.6145163Z   ALGoRepoSettings: 
2024-04-15T12:53:01.6145694Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:53:01.6146333Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:53:01.6146773Z   generateDependencyArtifact: False
2024-04-15T12:53:01.6170838Z   doNotRunTests: False
2024-04-15T12:53:01.6171281Z   doNotSignApps: False
2024-04-15T12:53:01.6171709Z   useCompilerFolder: False
2024-04-15T12:53:01.6210561Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:53:01.6246105Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:53:01.6247509Z   artifactCacheKey: 
2024-04-15T12:53:01.6247957Z   containerName: bc8689238622
2024-04-15T12:53:01.6248412Z ##[endgroup]
2024-04-15T12:53:01.6409675Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:53:01.6410661Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:53:01.6411287Z try {
2024-04-15T12:53:01.6412119Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.0\AnalyzeTests/AnalyzeTests.ps1 -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -project $ENV:_project
2024-04-15T12:53:01.6412995Z }
2024-04-15T12:53:01.6413218Z catch {
2024-04-15T12:53:01.6414987Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-04-15T12:53:01.6416037Z   exit 1
2024-04-15T12:53:01.6416275Z }
2024-04-15T12:53:01.6454719Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:53:01.6455330Z env:
2024-04-15T12:53:01.6455866Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:53:01.6456495Z   ALGoRepoSettings: 
2024-04-15T12:53:01.6457028Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:53:01.6457735Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:53:01.6458136Z   generateDependencyArtifact: False
2024-04-15T12:53:01.6458459Z   doNotRunTests: False
2024-04-15T12:53:01.6458729Z   doNotSignApps: False
2024-04-15T12:53:01.6458994Z   useCompilerFolder: False
2024-04-15T12:53:01.6491624Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:53:01.6519071Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:53:01.6519734Z   artifactCacheKey: 
2024-04-15T12:53:01.6520022Z   containerName: bc8689238622
2024-04-15T12:53:01.6531784Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:53:01.6543794Z   _project: .
2024-04-15T12:53:01.6544023Z ##[endgroup]
2024-04-15T12:53:02.1133795Z Import from C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:53:02.3468329Z BcContainerHelper version 6.0.15
2024-04-15T12:53:02.7198535Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-04-15T12:53:02.8394656Z Running on Windows, PowerShell 5.1.20348.2227
2024-04-15T12:53:05.5731216Z Test results not found
2024-04-15T12:53:06.0586109Z ##[group]Run microsoft/AL-Go-Actions/PipelineCleanup@v5.0
2024-04-15T12:53:06.0586665Z with:
2024-04-15T12:53:06.0586901Z   shell: powershell
2024-04-15T12:53:06.0598686Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:53:06.0610900Z   project: .
2024-04-15T12:53:06.0611133Z env:
2024-04-15T12:53:06.0611652Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:53:06.0612291Z   ALGoRepoSettings: 
2024-04-15T12:53:06.0612841Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:53:06.0613487Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:53:06.0613886Z   generateDependencyArtifact: False
2024-04-15T12:53:06.0614224Z   doNotRunTests: False
2024-04-15T12:53:06.0614493Z   doNotSignApps: False
2024-04-15T12:53:06.0614765Z   useCompilerFolder: False
2024-04-15T12:53:06.0635226Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:53:06.0654274Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:53:06.0654927Z   artifactCacheKey: 
2024-04-15T12:53:06.0655213Z   containerName: bc8689238622
2024-04-15T12:53:06.0655507Z ##[endgroup]
2024-04-15T12:53:06.0791459Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:53:06.0792481Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2024-04-15T12:53:06.0793119Z try {
2024-04-15T12:53:06.0794641Z   D:\a\_actions\microsoft\AL-Go-Actions\v5.0\PipelineCleanup/PipelineCleanup.ps1 -project $ENV:_project -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson
2024-04-15T12:53:06.0795583Z }
2024-04-15T12:53:06.0796662Z catch {
2024-04-15T12:53:06.0797643Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2024-04-15T12:53:06.0798659Z   exit 1
2024-04-15T12:53:06.0798897Z }
2024-04-15T12:53:06.0839072Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2024-04-15T12:53:06.0839620Z env:
2024-04-15T12:53:06.0840158Z   ALGoOrgSettings: {
  "keyVaultCodesignCertificateName": "9a",
  "keyVaultName": "kv-9a"
}
2024-04-15T12:53:06.0840787Z   ALGoRepoSettings: 
2024-04-15T12:53:06.0841331Z   artifact: https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18495/us
2024-04-15T12:53:06.0841974Z   keyVaultCodesignCertificateName: 9altitudes
2024-04-15T12:53:06.0842380Z   generateDependencyArtifact: False
2024-04-15T12:53:06.0842711Z   doNotRunTests: False
2024-04-15T12:53:06.0843009Z   doNotSignApps: False
2024-04-15T12:53:06.0843453Z   useCompilerFolder: False
2024-04-15T12:53:06.0863060Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","NextMajorSchedule":"0 23 * * 0","type":"AppSource App","sendExtendedTelemetryToMicrosoft":false,"appBuild":7,"installTestApps":[],"versioningStrategy":0,"installApps":["9A Raptor Document Input\\dependencies\\"],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","country":"us","DeployToUAT":{"EnvironmentName":"GTM9APS01-TEST","continuousDeployment":false,"Branches":["uat/uat"]},"templateSha":"c777ec7d4399791177c7fd3c94c4367a67cbf069","partnerTelemetryConnectionString":"","doNotRunTests":false,"enableCodeAnalyzersOnTestApps":false,"runs-on":"windows-latest","configPackages":[],"generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","enableExternalRulesets":false,"memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"githubRunner":"windows-latest","doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":false,"githubRunnerShell":"powershell","appFolders":["9A Raptor Document Management","9A Raptor Document Input"],"cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"alDoc":{"continuousDeployment":false,"deployToGitHubPages":true,"maxReleases":3,"groupByProject":true,"includeProjects":[],"excludeProjects":[],"header":"Documentation for {REPOSITORY} {VERSION}","footer":"Documentation for \u003ca href=\"https://github.com/{REPOSITORY}\"\u003e{REPOSITORY}\u003c/a\u003e made with \u003ca href=\"https://aka.ms/AL-Go\"\u003eAL-Go for GitHub\u003c/a\u003e, \u003ca href=\"https://go.microsoft.com/fwlink/?linkid=2247728\"\u003eALDoc\u003c/a\u003e and \u003ca href=\"https://dotnet.github.io/docfx\"\u003eDocFx\u003c/a\u003e","defaultIndexMD":"## Reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultIndexMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}","defaultReleaseMD":"## Release reference documentation\\n\\nThis is the generated reference documentation for [{REPOSITORY}](https://github.com/{REPOSITORY}).\\n\\nYou can use the navigation bar at the top and the table of contents to the left to navigate your documentation.\\n\\nYou can change this content by creating/editing the **{INDEXTEMPLATERELATIVEPATH}** file in your repository or use the alDoc:defaultReleaseMD setting in your repository settings file (.github/AL-Go-Settings.json)\\n\\n{RELEASENOTES}"},"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"9altitudes","keyVaultName":"kv-9agtm-bc-dev","installOnlyReferencedApps":true,"CICDPushBranches":["main","uat/*"],"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-AppSource@preview","projects":[],"appSourceCopMandatoryAffixes":["9A Raptor","9ARaptor_","EXA Raptor"],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","vsixFile":"","useProjectDependencies":false,"unusedALGoSystemFiles":[],"buildModes":[],"enableUICop":false,"templateBranch":"","NextMinorSchedule":"0 22 * * 0","installPerformanceToolkit":false,"pullRequestTrigger":"pull_request_target","doNotSignApps":false,"repoName":"GTM-BC-9ARaptorDocumentManagement-W1","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2024-04-15T12:53:06.0882107Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:53:06.0882742Z   artifactCacheKey: 
2024-04-15T12:53:06.0883020Z   containerName: bc8689238622
2024-04-15T12:53:06.0883314Z   _project: .
2024-04-15T12:53:06.0895007Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2233633036323562352d613637622d346531352d393037652d633161366562653665646361222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831373133313834373531303032295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e3135222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033355c6e202065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073312061742065303764346561302d316665352d343638352d383339332d6531313636653364643137382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276352e30222c2274797065223a22417070536f7572636520417070222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d417070536f757263654070726576696577222c227265706f7369746f7279223a2239616c746974756465732f47544d2d42432d3941526170746f72446f63756d656e744d616e6167656d656e742d5731222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2237222c2272756e4964223a2238363839323338363232227d2c224576656e744964223a22444f30303931227d
2024-04-15T12:53:06.0907000Z ##[endgroup]
2024-04-15T12:53:06.5567064Z Import from C:\ProgramData\BcContainerHelper\6.0.15\BcContainerHelper\BcContainerHelper.ps1
2024-04-15T12:53:06.7761229Z BcContainerHelper version 6.0.15
2024-04-15T12:53:07.0251003Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2024-04-15T12:53:07.1311967Z Running on Windows, PowerShell 5.1.20348.2227
2024-04-15T12:53:09.3051086Z Removing Desktop shortcuts
2024-04-15T12:53:09.7605538Z Post job cleanup.
2024-04-15T12:53:09.9838524Z [command]"C:\Program Files\Git\bin\git.exe" version
2024-04-15T12:53:10.1360687Z git version 2.44.0.windows.1
2024-04-15T12:53:10.1438602Z Temporarily overriding HOME='D:\a\_temp\7a776356-b5d2-4c23-868b-82b117d83443' before making global git config changes
2024-04-15T12:53:10.1440552Z Adding repository directory to the temporary git global config as a safe directory
2024-04-15T12:53:10.1450258Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\GTM-BC-9ARaptorDocumentManagement-W1\GTM-BC-9ARaptorDocumentManagement-W1
2024-04-15T12:53:10.1731837Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2024-04-15T12:53:10.1988839Z [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-04-15T12:53:11.1641667Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-04-15T12:53:11.1874158Z http.https://github.com/.extraheader
2024-04-15T12:53:11.1914301Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2024-04-15T12:53:11.2177800Z [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-04-15T12:53:11.7043546Z Cleaning up orphan processes
freddydk commented 6 months ago

Try to remove your licensefileurl secret - or request a new license with the objects from the appsource app added.

freddydk commented 6 months ago

Assuming that this fixed the issue

louagej commented 6 months ago

@freddydk ,

it took a while for our sales dept to give me feedback aboout the license. But it seems to be the object where the error is referring to is included in our license. The object is codeunit 6225992. image

The screenshot below show the range is included in the codeunit.

image

So I think this issue is unfortunately not solved yet

freddydk commented 6 months ago

Did you try to remove the LicenseFileUrl secret to see whether this still fails?

I won't be able to reproduce this unless I have the license file + the app in question.

louagej commented 6 months ago

@freddydk , I'll try to do this, but since this is an app for app source, won't we get in trouble to sign the app then?

freddydk commented 6 months ago

Nope. Since BC 22 - the CRONUS (demo) license is a full developer license with access to all objects. There are other limitations to the license making in not useful for prod.