HodorNV / ALOps

ALOps
58 stars 24 forks source link

error AL1153: The referenced module 'System by Microsoft (23.0.12789.0)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'. #677

Closed Arthurvdv closed 11 months ago

Arthurvdv commented 11 months ago

Describe the bug With the release of version 23 of Business Central the ALOpsAppCompiler@2 step fails.

The problem seems to be the "Fetching LATEST VSIX from Marketplace", where this returns the v11.7 in stead of v12. With some luck it will resolve itself in the next couple of hours?

the used yaml

- task: ALOpsAppCompiler@2
  displayName: 'Compile Extension'
  condition: succeeded()
  inputs:
    artifactversion: '${{ parameters.artifactversion }}'
    artifacttype: '${{ parameters.artifacttype }}'
    artifactcountry: '${{ parameters.artifactcountry }}'
    versionselect: '$(appcompiler-versionselect)'
    alternativevsixurl: '${{ parameters.alternativevsixurl }}'
    alsourcepath: '$(System.DefaultWorkingDirectory)\App'
    ruleset: '${{ parameters.ruleset }}'
    suppresswarnings: '${{ parameters.suppresswarnings }}'
    appversiontemplate: '${{ parameters.appversiontemplate }}'
    updatebuildnumber: '${{ parameters.updatebuildnumber }}'
    alcodeanalyzer: '$(alcodeanalyzer)'
    showmycode: '${{ parameters.showmycode }}'
    resourceexposurepolicy_allowdebugging: '${{ parameters.resourceexposurepolicy_allowdebugging }}'
    resourceexposurepolicy_allowdownloadingsource: '${{ parameters.resourceexposurepolicy_allowdownloadingsource }}'
    resourceexposurepolicy_includesourceinsymbolfile: '${{ parameters.resourceexposurepolicy_includesourceinsymbolfile }}'
    internalsvisibleto: '${{ parameters.internalsvisibleto }}'
    applicationinsightskey: '${{ parameters.applicationinsightskey }}'
    failonwarnings: ${{ parameters.failonwarnings }}
    publishartifact: ${{ parameters.publishartifact }}
    sastoken: '${{ parameters.sastoken }}'

the output

2023-10-02T11:42:25.8716546Z ##[section]Starting: Compile Extension
2023-10-02T11:42:25.8903376Z ==============================================================================
2023-10-02T11:42:25.8903463Z Task         : ALOps App Compiler
2023-10-02T11:42:25.8903512Z Description  : Compile AL Extension(s) for Business Central
2023-10-02T11:42:25.8903568Z Version      : 2.0.4912
2023-10-02T11:42:25.8903613Z Author       : Hodor
2023-10-02T11:42:25.8903661Z Help         : Compile Business Central extension(s) from AL code.
2023-10-02T11:42:25.8903719Z ==============================================================================
2023-10-02T11:42:26.4890701Z ******************************************************************************
2023-10-02T11:42:26.4896512Z *** ALOps v2 - Preview                                                     ***
2023-10-02T11:42:26.4900218Z ******************************************************************************
2023-10-02T11:42:26.5038230Z *** Importing required ALOps-Functions
2023-10-02T11:42:26.6123476Z *** Task Inputs:
2023-10-02T11:42:26.6157262Z 
2023-10-02T11:42:26.6247702Z name                                             value                                                                 
2023-10-02T11:42:26.6249148Z ----                                             -----                                                                 
2023-10-02T11:42:26.6250997Z artifactversion                                                                                                        
2023-10-02T11:42:26.6252534Z artifacttype                                     Sandbox                                                               
2023-10-02T11:42:26.6254057Z artifactcountry                                  BE                                                                    
2023-10-02T11:42:26.6255498Z versionselect                                    Daily                                                                 
2023-10-02T11:42:26.6256622Z alternativeartifacturl                                                                                                 
2023-10-02T11:42:26.6257911Z alternativevsixurl                               Latest                                                                
2023-10-02T11:42:26.6259297Z alsourcepath                                     C:\azure-vsts-agent-build\_work\1146\s\App                            
2023-10-02T11:42:26.6266957Z ruleset                                          https://vrabadevops.blob.core.windows.net/default/app.ruleset.json?...
2023-10-02T11:42:26.6267890Z suppresswarnings                                 None                                                                  
2023-10-02T11:42:26.6268995Z appversiontemplate                               A.A.*.0                                                               
2023-10-02T11:42:26.6269946Z updatebuildnumber                                False                                                                 
2023-10-02T11:42:26.6277054Z appfilenametemplate                              %APP_PUBLISHER%_%APP_NAME%_%APP_VERSION%_%BC_TYPE%_%BC_VERSION%_%BC...
2023-10-02T11:42:26.6277676Z alcodeanalyzer                                   CodeCop,UICop,PerTenantExtensionCop,BusinessCentral.LinterCop.dll     
2023-10-02T11:42:26.6278278Z ignorepragmas                                                                                                          
2023-10-02T11:42:26.6279033Z enable_external_rulesets                         False                                                                 
2023-10-02T11:42:26.6279668Z showmycode                                       false                                                                 
2023-10-02T11:42:26.6280306Z resourceexposurepolicy_allowdebugging            Disable                                                               
2023-10-02T11:42:26.6280918Z resourceexposurepolicy_allowdownloadingsource    Disable                                                               
2023-10-02T11:42:26.6282124Z resourceexposurepolicy_includesourceinsymbolfile Disable                                                               
2023-10-02T11:42:26.6282342Z internalsvisibleto                               Keep                                                                  
2023-10-02T11:42:26.6282979Z preprocessorsymbols                                                                                                    
2023-10-02T11:42:26.6283490Z applicationinsightskey                                                                                                 
2023-10-02T11:42:26.6284241Z alcachepath                                      C:\azure-vsts-agent-build\_work\1146\s                                
2023-10-02T11:42:26.6284673Z publishartifact                                  True                                                                  
2023-10-02T11:42:26.6285315Z publishxlif                                      False                                                                 
2023-10-02T11:42:26.6285903Z failonwarnings                                   True                                                                  
2023-10-02T11:42:26.6286478Z storageaccount                                                                                                         
2023-10-02T11:42:26.6287065Z sastoken                                                                                                               
2023-10-02T11:42:26.6287617Z printappmanifest                                 True                                                                  
2023-10-02T11:42:26.6288246Z outputalclogs                                    True                                                                  
2023-10-02T11:42:26.6288833Z additionalprobingpaths                                                                                                 
2023-10-02T11:42:26.6288923Z 
2023-10-02T11:42:26.6303761Z 
2023-10-02T11:42:26.6310522Z 
2023-10-02T11:42:26.6437434Z *** For documentation, please visit   : https://www.alops.be/documentation
2023-10-02T11:42:26.6440054Z 
2023-10-02T11:42:26.9978652Z *** ALOps License:
2023-10-02T11:42:26.9991837Z   * Licensed To: Van Roey (Collection License)
2023-10-02T11:42:26.9996138Z 
2023-10-02T11:42:27.0067052Z *** Importing required Task-Functions
2023-10-02T11:42:27.0453988Z 
2023-10-02T11:42:27.0604608Z *** Artifact Type   : [Sandbox]
2023-10-02T11:42:27.0610107Z *** Artifact Version: []
2023-10-02T11:42:27.0615711Z *** Artifact Country: [BE]
2023-10-02T11:42:27.0621048Z *** AL Source Path  : [C:\azure-vsts-agent-build\_work\1146\s\App]
2023-10-02T11:42:27.0625765Z *** AL Cache Path   : [C:\azure-vsts-agent-build\_work\1146\s]
2023-10-02T11:42:27.0628391Z 
2023-10-02T11:42:27.0642260Z 
2023-10-02T11:42:27.0685412Z *** Fetching LATEST VSIX from Marketplace
2023-10-02T11:42:27.6483354Z *** Fetching Alternative VSIX: [https://ms-dynamics-smb.gallerycdn.vsassets.io/extensions/ms-dynamics-smb/al/11.7.863928/1694174947236/Microsoft.VisualStudio.Services.VSIXPackage]
2023-10-02T11:42:27.6584306Z 
2023-10-02T11:42:27.6689033Z *** Downloading Extension from...[https://ms-dynamics-smb.gallerycdn.vsassets.io/extensions/ms-dynamics-smb/al/11.7.863928/1694174947236/Microsoft.VisualStudio.Services.VSIXPackage]
2023-10-02T11:42:27.6695776Z ##[command]Invoke-RestMethod -Method Get -Uri "https://ms-dynamics-smb.gallerycdn.vsassets.io/extensions/ms-dynamics-smb/al/11.7.863928/1694174947236/Microsoft.VisualStudio.Services.VSIXPackage" -OutFile "C:\azure-vsts-agent-build\_work\_temp\VSIX\custom.vsix"
2023-10-02T11:42:30.4501372Z *** Download complete
2023-10-02T11:42:30.4509174Z *** VSIX Downloaded to [C:\azure-vsts-agent-build\_work\_temp\VSIX\custom.vsix]
2023-10-02T11:42:30.4515697Z *** Prepare Extension for Unpack
2023-10-02T11:42:30.4534278Z *** Unpacking Extension to folder...
2023-10-02T11:42:35.0453097Z *** VSIX Available: [C:\azure-vsts-agent-build\_work\_temp\VSIX\custom]
2023-10-02T11:42:35.0617335Z *** Default Working Folder: C:\azure-vsts-agent-build\_work\1146\s
2023-10-02T11:42:35.0621681Z *** Artifact Folder       : C:\azure-vsts-agent-build\_work\1146\a
2023-10-02T11:42:35.0625835Z *** Agent Tool Folder     : C:\azure-vsts-agent-build\_work\_tool
2023-10-02T11:42:35.0629701Z *** Agent Temp Folder     : C:\azure-vsts-agent-build\_work\_temp
2023-10-02T11:42:35.0632272Z 
2023-10-02T11:42:35.0652660Z *** Resolving Path: [C:\azure-vsts-agent-build\_work\1146\s\App]
2023-10-02T11:42:35.0677875Z *** AL Source Folder      : C:\azure-vsts-agent-build\_work\1146\s\App
2023-10-02T11:42:35.0683245Z *** Resolving Path: [C:\azure-vsts-agent-build\_work\1146\s]
2023-10-02T11:42:35.0691003Z *** AL Cache Folder       : C:\azure-vsts-agent-build\_work\1146\s
2023-10-02T11:42:35.0693406Z 
2023-10-02T11:42:35.0704637Z *** Check BcContainerHelper
2023-10-02T11:42:35.1030307Z *** Load BcContainerHelper
2023-10-02T11:42:35.1842348Z BcContainerHelper version 5.0.7
2023-10-02T11:42:35.4969670Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-02T11:42:38.0133121Z 
2023-10-02T11:42:38.0174950Z ##[command]"Get-BCArtifactUrl" 
2023-10-02T11:42:38.0175114Z Name                           Value                                                                                   
2023-10-02T11:42:38.0175303Z ----                           -----                                                                                   
2023-10-02T11:42:38.0175661Z select                         Daily                                                                                   
2023-10-02T11:42:38.0175765Z type                           Sandbox                                                                                 
2023-10-02T11:42:38.0178118Z country                        BE                                                                                      
2023-10-02T11:42:38.0178178Z 
2023-10-02T11:42:38.0178223Z 
2023-10-02T11:42:38.0178477Z  -select: Daily -type: Sandbox -country: BE
2023-10-02T11:43:18.1487661Z *** Platform: c:\bcartifacts.cache\sandbox\23.0.12034.12816\platform
2023-10-02T11:43:18.1505132Z *** Localisation: c:\bcartifacts.cache\sandbox\23.0.12034.12816\be
2023-10-02T11:43:18.1835901Z *** BC Management DLL: C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\ServiceTier\program files\Microsoft Dynamics NAV\230\Service\Management\Microsoft.Dynamics.Nav.Management.dll
2023-10-02T11:43:18.2268129Z *** BC App Management DLL: C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\ServiceTier\program files\Microsoft Dynamics NAV\230\Service\Management\Microsoft.Dynamics.Nav.Apps.Management.dll
2023-10-02T11:43:18.2417444Z *** Get [*.app] and [app.json] files recursive from [C:\azure-vsts-agent-build\_work\1146\s\App]
2023-10-02T11:43:18.2781819Z *** Found [1] file.
2023-10-02T11:43:18.2789219Z *** Extract App detail from [C:\azure-vsts-agent-build\_work\1146\s\App\app.json]
2023-10-02T11:43:18.2980365Z *** Starting Batch compile of Apps:
2023-10-02T11:43:18.3005198Z   * C:\azure-vsts-agent-build\_work\1146\s\App
2023-10-02T11:43:18.3014721Z *** Start Compiling: [C:\azure-vsts-agent-build\_work\1146\s\App]
2023-10-02T11:43:18.3541270Z *** Get App Information
2023-10-02T11:43:18.3564684Z *** Loading Json Object: [C:\azure-vsts-agent-build\_work\1146\s\App\app.json]
2023-10-02T11:43:18.3579333Z   * Id         : 22b42e4f-a408-402e-90a1-2ebe2f331a59
2023-10-02T11:43:18.3585245Z   * Publisher  : VanRoey | EuroSys
2023-10-02T11:43:18.3589967Z   * Name       : <customer>
2023-10-02T11:43:18.3594374Z   * Description: 
2023-10-02T11:43:18.3610115Z *** Check Runtime: [11.0]
2023-10-02T11:43:18.3630134Z *** Runtime: 11
2023-10-02T11:43:18.3651466Z *** Overrule 'ResourceExposurePolicy.allowDebugging': DISABLE
2023-10-02T11:43:18.3661803Z *** Overrule 'ResourceExposurePolicy.allowDownloadingSource': DISABLE
2023-10-02T11:43:18.3672281Z *** Overrule 'ResourceExposurePolicy.includeSourceInSymbolFile': DISABLE
2023-10-02T11:43:18.3682865Z *** Remove SuppressWarnings
2023-10-02T11:43:18.3937830Z *** Retaining original [Major] from Application (A.0.0.0)
2023-10-02T11:43:18.3960397Z *** Retaining original [Minor] from Application (0.A.0.0)
2023-10-02T11:43:18.3970824Z *** Validate Version: 22.4.106163.0
2023-10-02T11:43:18.3978825Z *** Setting Managed App Version [C:\azure-vsts-agent-build\_work\1146\s\App\app.json] =>  22.4.106163.0
2023-10-02T11:43:18.4033084Z *** VSCode Settings: [C:\azure-vsts-agent-build\_work\1146\s\App\.vscode\settings.json]
2023-10-02T11:43:18.4042188Z *** VSCode-Settings json found.
2023-10-02T11:43:18.4047095Z *** Loading Json Object: [C:\azure-vsts-agent-build\_work\1146\s\App\.vscode\settings.json]
2023-10-02T11:43:18.4065742Z *** Downloading Ruleset settings: [***]
2023-10-02T11:43:18.4071693Z ##[command]Invoke-RestMethod -Method Get -Uri "***" -OutFile "C:\azure-vsts-agent-build\_work\1146\s\App\ruleset.json"
2023-10-02T11:43:18.5581704Z *** Ruleset download complete
2023-10-02T11:43:18.5598989Z *** Using Ruleset: [C:\azure-vsts-agent-build\_work\1146\s\App\ruleset.json]
2023-10-02T11:43:18.5642664Z ##[command]"Get-BCArtifactUrl" 
2023-10-02T11:43:18.5642815Z Name                           Value                                                                                   
2023-10-02T11:43:18.5642990Z ----                           -----                                                                                   
2023-10-02T11:43:18.5643278Z select                         Daily                                                                                   
2023-10-02T11:43:18.5643381Z type                           Sandbox                                                                                 
2023-10-02T11:43:18.5643483Z country                        be                                                                                      
2023-10-02T11:43:18.5645698Z 
2023-10-02T11:43:18.5645940Z 
2023-10-02T11:43:18.5645986Z 
2023-10-02T11:44:01.8307707Z *** Platform: c:\bcartifacts.cache\sandbox\23.0.12034.12816\platform
2023-10-02T11:44:01.8318168Z *** Localisation: c:\bcartifacts.cache\sandbox\23.0.12034.12816\be
2023-10-02T11:44:01.8324930Z *** Alternative VSIX: [C:\azure-vsts-agent-build\_work\_temp\VSIX\custom]
2023-10-02T11:44:01.8565760Z *** ALC Path: C:\azure-vsts-agent-build\_work\_temp\VSIX\custom\extension\bin\win32\alc.exe
2023-10-02T11:44:01.8582863Z *** Nav.CodeAnalysis Path: C:\azure-vsts-agent-build\_work\_temp\VSIX\custom\extension\bin\Microsoft.Dynamics.Nav.CodeAnalysis.dll
2023-10-02T11:44:01.8691023Z *** Import Module
2023-10-02T11:44:01.9468539Z *** Get Localised Apps [141]
2023-10-02T11:44:02.4820702Z *** Get Platform Apps [151]
2023-10-02T11:44:02.4829086Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\APIReportsFinance\Source\Microsoft_API Reports - Finance.app
2023-10-02T11:44:02.4920561Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\APIV1\Source\Microsoft__Exclude_APIV1_.app
2023-10-02T11:44:02.4975241Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\APIV1\Test\Microsoft__Exclude_APIV1_ Tests.app
2023-10-02T11:44:02.5026167Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\APIV2\Source\Microsoft__Exclude_APIV2_.app
2023-10-02T11:44:02.5085779Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\APIV2\Test\Microsoft__Exclude_APIV2_ Tests.app
2023-10-02T11:44:02.5131592Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Application\Source\Microsoft_Application.app
2023-10-02T11:44:02.5172580Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\AuditFileExport\Source\Microsoft_Audit File Export.app
2023-10-02T11:44:02.5218650Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\AuditFileExport\Test\Microsoft_Audit File Export Tests.app
2023-10-02T11:44:02.5254654Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BankDeposits\Source\Microsoft__Exclude_Bank Deposits.app
2023-10-02T11:44:02.5298717Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BankDeposits\Test\Microsoft__Exclude_Bank Deposits Tests.app
2023-10-02T11:44:02.5332591Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Base Application.app
2023-10-02T11:44:02.6430228Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Czech language (Czechia).app
2023-10-02T11:44:02.6469133Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Danish language (Denmark).app
2023-10-02T11:44:02.6507959Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Dutch language (Belgium).app
2023-10-02T11:44:02.6549765Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Dutch language (Netherlands).app
2023-10-02T11:44:02.6584014Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_English language (Australia).app
2023-10-02T11:44:02.6621359Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_English language (Canada).app
2023-10-02T11:44:02.6656306Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_English language (New Zealand).app
2023-10-02T11:44:02.6690145Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_English language (United Kingdom).app
2023-10-02T11:44:02.6724211Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_English language (United States).app
2023-10-02T11:44:02.6758094Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Finnish language (Finland).app
2023-10-02T11:44:02.6793299Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_French language (Belgium).app
2023-10-02T11:44:02.6827315Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_French language (Canada).app
2023-10-02T11:44:02.6863055Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_French language (France).app
2023-10-02T11:44:02.6898093Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_French language (Switzerland).app
2023-10-02T11:44:02.6934384Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_German language (Austria).app
2023-10-02T11:44:02.6968945Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_German language (Germany).app
2023-10-02T11:44:02.7002002Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_German language (Switzerland).app
2023-10-02T11:44:02.7034637Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Icelandic language (Iceland).app
2023-10-02T11:44:02.7067988Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Italian language (Italy).app
2023-10-02T11:44:02.7102364Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Italian language (Switzerland).app
2023-10-02T11:44:02.7135678Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Norwegian language (Norway).app
2023-10-02T11:44:02.7168537Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Russian language (Russia).app
2023-10-02T11:44:02.7202037Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Spanish language (Mexico).app
2023-10-02T11:44:02.7235155Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Spanish language (Spain).app
2023-10-02T11:44:02.7269078Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Source\Microsoft_Swedish language (Sweden).app
2023-10-02T11:44:02.7302761Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Library-NoTransactions.app
2023-10-02T11:44:02.7336684Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Bank.app
2023-10-02T11:44:02.7372402Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Cash Flow.app
2023-10-02T11:44:02.7409520Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Cost Accounting.app
2023-10-02T11:44:02.7442930Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-CRM integration.app
2023-10-02T11:44:02.7478737Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Data Exchange.app
2023-10-02T11:44:02.7513612Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Dimension.app
2023-10-02T11:44:02.7548659Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-ERM.app
2023-10-02T11:44:02.7621168Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Fixed Asset.app
2023-10-02T11:44:02.7655242Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-General Journal.app
2023-10-02T11:44:02.7690647Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Graph.app
2023-10-02T11:44:02.8057883Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Integration.app
2023-10-02T11:44:02.8089321Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Invoicing.app
2023-10-02T11:44:02.8120269Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Job.app
2023-10-02T11:44:02.8149952Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Local.app
2023-10-02T11:44:02.8176236Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Marketing.app
2023-10-02T11:44:02.8204944Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Misc.app
2023-10-02T11:44:02.8247596Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Monitor Sensitive Fields.app
2023-10-02T11:44:02.8273838Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Permissions.app
2023-10-02T11:44:02.8301436Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Physical Inventory.app
2023-10-02T11:44:02.8328388Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Prepayment.app
2023-10-02T11:44:02.8355838Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Rapid Start.app
2023-10-02T11:44:02.8383600Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Report.app
2023-10-02T11:44:02.8411577Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Resource.app
2023-10-02T11:44:02.8439298Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Reverse.app
2023-10-02T11:44:02.8467025Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-SCM.app
2023-10-02T11:44:02.8520055Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-SINGLESERVER.app
2023-10-02T11:44:02.8549758Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-SMB.app
2023-10-02T11:44:02.8580199Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-TestLibraries.app
2023-10-02T11:44:02.8627761Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Upgrade.app
2023-10-02T11:44:02.8656209Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-User.app
2023-10-02T11:44:02.8683521Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-VAT.app
2023-10-02T11:44:02.8713772Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\BaseApp\Test\Microsoft_Tests-Workflow.app
2023-10-02T11:44:02.8746353Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ClientAddIns\Source\Microsoft__Exclude_ClientAddIns_.app
2023-10-02T11:44:02.8773010Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\CompanyHub\Source\Microsoft_Company Hub.app
2023-10-02T11:44:02.8809673Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ContosoCoffeeDemoDataset\Source\Microsoft_Contoso Coffee Demo Dataset.app
2023-10-02T11:44:02.8850356Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\DataArchive\app\Microsoft_Data Archive.app
2023-10-02T11:44:02.8880249Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\DataArchive\test\Microsoft_Data Archive Tests.app
2023-10-02T11:44:02.8906580Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\datacorrectionfa\source\Microsoft_Troubleshoot FA Ledger Entries.app
2023-10-02T11:44:02.8936856Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\DataSearch\app\Microsoft_Data Search.app
2023-10-02T11:44:02.8968907Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\DataSearch\test\Microsoft_Data Search Tests.app
2023-10-02T11:44:02.8995600Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EDocument\Source\Microsoft_E-Document Core.app
2023-10-02T11:44:02.9031955Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EDocument\Test\Microsoft_E-Document Core Tests.app
2023-10-02T11:44:02.9059724Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - Current User Connector\Source\Microsoft_Email - Current User Connector.app
2023-10-02T11:44:02.9089041Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - Current User Connector\Test\Microsoft_Email - Current User Connector Tests.app
2023-10-02T11:44:02.9115497Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - Microsoft 365 Connector\Source\Microsoft_Email - Microsoft 365 Connector.app
2023-10-02T11:44:02.9145098Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - Microsoft 365 Connector\Test\Microsoft_Email - Microsoft 365 Connector Tests.app
2023-10-02T11:44:02.9171925Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - Outlook REST API\Source\Microsoft_Email - Outlook REST API.app
2023-10-02T11:44:02.9201975Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - Outlook REST API\Test\Microsoft_Library Outlook REST API.app
2023-10-02T11:44:02.9228717Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - SMTP API\Source\Microsoft_Email - SMTP API.app
2023-10-02T11:44:02.9258671Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - SMTP API\Test\Microsoft_Email - SMTP API Tests.app
2023-10-02T11:44:02.9285507Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - SMTP API\Test Library\Microsoft_Email - SMTP API Test Library.app
2023-10-02T11:44:02.9312259Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - SMTP Connector\Source\Microsoft_Email - SMTP Connector.app
2023-10-02T11:44:02.9342792Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Email - SMTP Connector\Test\Microsoft_Email - SMTP Connector Tests.app
2023-10-02T11:44:02.9369091Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EmailLogging\Source\Microsoft__Exclude_Email Logging Using Graph API.app
2023-10-02T11:44:02.9404820Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EmailLogging\Test\Microsoft__Exclude_Email Logging Using Graph API Tests.app
2023-10-02T11:44:02.9431422Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ErrorMessagesWithRecommendations\app\Microsoft_Error Messages with Recommendations.app
2023-10-02T11:44:02.9462728Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ErrorMessagesWithRecommendations\test\Microsoft_Error Messages with Recommendations Tests.app
2023-10-02T11:44:02.9489409Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EssentialBusinessHeadlines\Source\Microsoft_Essential Business Headlines.app
2023-10-02T11:44:02.9523553Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EssentialBusinessHeadlines\Test\Microsoft_Essential Business Headlines Test.app
2023-10-02T11:44:02.9550192Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EU3PartyTradePurchase\Source\Microsoft_EU 3-Party Trade Purchase.app
2023-10-02T11:44:02.9579805Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\EU3PartyTradePurchase\test\Microsoft_EU 3-Party Trade Purchase Tests.app
2023-10-02T11:44:02.9606457Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ExternalEvents\Source\Microsoft__Exclude_Business_Events_.app
2023-10-02T11:44:02.9635579Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ExternalEvents\test\Microsoft__Exclude_Business_Events_Test.app
2023-10-02T11:44:02.9662211Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Intrastat\Source\Microsoft_Intrastat Core.app
2023-10-02T11:44:02.9697185Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\Intrastat\Test\Microsoft_Intrastat Core Tests.app
2023-10-02T11:44:02.9723838Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\LatePaymentPredictor\Source\Microsoft_Late Payment Prediction.app
2023-10-02T11:44:02.9756701Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\LatePaymentPredictor\Test\Microsoft_Late Payment Prediction Tests.app
2023-10-02T11:44:02.9783418Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\MasterDataManagement\Source\Microsoft__Exclude_Master_Data_Management.app
2023-10-02T11:44:02.9815409Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\MasterDataManagement\Test\Microsoft__Exclude_Master_Data_Management_Tests.app
2023-10-02T11:44:02.9841975Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\MasterDataManagement\Test Library\Microsoft__Exclude_Master_Data_Management_Test_Library.app
2023-10-02T11:44:02.9868063Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\microsoftuniversalprint\source\Microsoft_Universal Print Integration.app
2023-10-02T11:44:02.9899730Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\onprem permissions\source\Microsoft_OnPrem Permissions.app
2023-10-02T11:44:02.9946557Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\onprem permissions\test\Microsoft_OnPrem Permissions Tests.app
2023-10-02T11:44:02.9973364Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\paymentpractices\source\Microsoft_Payment Practices.app
2023-10-02T11:44:03.0005776Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\paymentpractices\test\Microsoft_Payment Practices Tests.app
2023-10-02T11:44:03.0032055Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\paypalpaymentsstandard\source\Microsoft_Payment Links to PayPal.app
2023-10-02T11:44:03.0064596Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\paypalpaymentsstandard\test\Microsoft_PayPal Payments Standard Tests.app
2023-10-02T11:44:03.0091288Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\PlanConfiguration\Source\Microsoft__Exclude_PlanConfiguration_.app
2023-10-02T11:44:03.0123497Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\PlanConfiguration\Test\Microsoft__Exclude_PlanConfiguration_ Tests.app
2023-10-02T11:44:03.0150061Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\recommendedapps\source\Microsoft_Recommended Apps.app
2023-10-02T11:44:03.0179307Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\recommendedapps\test\Microsoft_Recommended Apps Tests.app
2023-10-02T11:44:03.0205852Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ReportLayouts\Source\Microsoft__Exclude_ReportLayouts.app
2023-10-02T11:44:03.0235998Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ReportLayouts\test\Microsoft_Report Layouts Tests.app
2023-10-02T11:44:03.0262579Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ReviewGLEntries\Source\Microsoft__Exclude_Review_General_Ledger_Entries.app
2023-10-02T11:44:03.0294104Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\ReviewGLEntries\Test\Microsoft__Exclude_Review_General_Ledger_Entries_Tests.app
2023-10-02T11:44:03.0320754Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\saf-t\source\Microsoft_SAF-T.app
2023-10-02T11:44:03.0352519Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\saf-t\test\Microsoft_SAF-T Tests.app
2023-10-02T11:44:03.0379695Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\salesandinventoryforecast\source\Microsoft_Sales and Inventory Forecast.app
2023-10-02T11:44:03.0414310Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\salesandinventoryforecast\test\Microsoft_Sales and Inventory Forecast Tests.app
2023-10-02T11:44:03.0440922Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\sendtoemailprinter\source\Microsoft_Send To Email Printer.app
2023-10-02T11:44:03.0471385Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\servicedeclaration\source\Microsoft_Service Declaration.app
2023-10-02T11:44:03.0509548Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\servicedeclaration\test\Microsoft_Service Declaration Tests.app
2023-10-02T11:44:03.0536880Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\shopify\app\Microsoft_Shopify Connector.app
2023-10-02T11:44:03.0615713Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\shopify\test\Microsoft_Shopify Connector Test.app
2023-10-02T11:44:03.0653171Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\simplifiedbankstatementimport\source\Microsoft_Simplified Bank Statement Import.app
2023-10-02T11:44:03.0692730Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\simplifiedbankstatementimport\test\Microsoft_Simplified Bank Statement Import Test.app
2023-10-02T11:44:03.0728146Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\statisticalaccounts\source\Microsoft_Statistical Accounts.app
2023-10-02T11:44:03.0768346Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\statisticalaccounts\test\Microsoft_Statistical Accounts Tests.app
2023-10-02T11:44:03.0800370Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\system application\source\Microsoft_System Application.app
2023-10-02T11:44:03.0973044Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\system application\test\Microsoft_System Application Test Library.app
2023-10-02T11:44:03.1560380Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\system application\test\Microsoft_System Application Test.app
2023-10-02T11:44:03.1608671Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit Samples.app
2023-10-02T11:44:03.1638434Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit Tests.app
2023-10-02T11:44:03.1671290Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit.app
2023-10-02T11:44:03.1700711Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\TestLibraries\Any\Microsoft_Any.app
2023-10-02T11:44:03.1731606Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\TestLibraries\Assert\Microsoft_Library Assert.app
2023-10-02T11:44:03.1757330Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\TestLibraries\permissions mock\Microsoft_Permissions Mock.app
2023-10-02T11:44:03.1783553Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\TestLibraries\Variable Storage\Microsoft_Library Variable Storage.app
2023-10-02T11:44:03.1809608Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\TestRunner\Microsoft_Test Runner.app
2023-10-02T11:44:03.1838634Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\testframework\teststabilitytools\preventmetadataupdates\Microsoft_Prevent Metadata Updates.app
2023-10-02T11:44:03.1864910Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\uksendremittanceadvice\source\Microsoft_Send remittance advice by email.app
2023-10-02T11:44:03.1892181Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\vatgroupmanagement\source\Microsoft_VAT Group Management.app
2023-10-02T11:44:03.1931152Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Applications\vatgroupmanagement\test\Microsoft_VAT Group Management Tests.app
2023-10-02T11:44:03.1959160Z   * C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\ModernDev\program files\Microsoft Dynamics NAV\230\AL Development Environment\System.app
2023-10-02T11:44:03.2010415Z *** Retained Platform Apps [43]
2023-10-02T11:44:03.2016718Z *** Loaded [184] Apps
2023-10-02T11:44:03.2027835Z *** Get Build Apps [1]
2023-10-02T11:44:03.2031786Z *** AL Cache: [C:\azure-vsts-agent-build\_work\1146\s]
2023-10-02T11:44:03.2163671Z *** Loaded [0] AL Apps
2023-10-02T11:44:03.2212300Z *** AL Language Version: 11.7.863928
2023-10-02T11:44:03.2286521Z *** Modified App.Name from [VanRoey | EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app] to [VanRoey _ EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app]
2023-10-02T11:44:03.2295725Z *** App To Build: [C:\azure-vsts-agent-build\_work\1146\a\VanRoey _ EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app]
2023-10-02T11:44:03.2301625Z *** Checking for Assemblies in App
2023-10-02T11:44:03.2408915Z *** Add Windows Assembly Path [C:\Windows\assembly]
2023-10-02T11:44:03.2814268Z *** Adding Mock assemblies [C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Test Assemblies\Mock Assemblies]
2023-10-02T11:44:03.3552992Z *** Adding Add-In assemblies [C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\ServiceTier\program files\Microsoft Dynamics NAV\230\Service]
2023-10-02T11:44:03.3615249Z *** Searching CodeCop: CodeCop
2023-10-02T11:44:03.3736994Z *** Codecop found: C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\Microsoft.Dynamics.Nav.CodeCop.dll
2023-10-02T11:44:03.4011113Z *** Searching CodeCop: UICop
2023-10-02T11:44:03.4011533Z *** Codecop found: C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\Microsoft.Dynamics.Nav.UICop.dll
2023-10-02T11:44:03.4172634Z *** Searching CodeCop: PerTenantExtensionCop
2023-10-02T11:44:03.4173354Z *** Codecop found: C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\Microsoft.Dynamics.Nav.PerTenantExtensionCop.dll
2023-10-02T11:44:03.4344662Z *** Searching CodeCop: BusinessCentral.LinterCop.dll
2023-10-02T11:44:03.4345095Z *** CodeCop not found in 'Analyzers' folder, searching WorkingFolder
2023-10-02T11:44:03.4345309Z *** CodeCop [BusinessCentral.LinterCop.dll] found in WorkingFolder, copying to 'Analyzers' folder. 
2023-10-02T11:44:03.4361753Z *** Codecop found: C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\BusinessCentral.LinterCop.dll
2023-10-02T11:44:03.4601232Z *** Copy BC Artifact dependencies
2023-10-02T11:44:04.2321222Z *** Copy Project Artifact dependencies
2023-10-02T11:44:04.2325274Z *** Copy Build Artifacts
2023-10-02T11:44:04.2363030Z *** Final app.json:
2023-10-02T11:44:04.2382218Z {
2023-10-02T11:44:04.2382540Z     "id":  "22b42e4f-a408-402e-90a1-2ebe2f331a59",
2023-10-02T11:44:04.2382657Z     "name":  "<customer>",
2023-10-02T11:44:04.2384749Z     "publisher":  "VanRoey | EuroSys",
2023-10-02T11:44:04.2385095Z     "version":  "22.4.106163.0",
2023-10-02T11:44:04.2385198Z     "brief":  "",
2023-10-02T11:44:04.2385285Z     "description":  "",
2023-10-02T11:44:04.2385399Z     "privacyStatement":  "https://www.vanroey.be/voorwaarden/#tab4",
2023-10-02T11:44:04.2385544Z     "EULA":  "https://www.vanroey.be/voorwaarden/",
2023-10-02T11:44:04.2385829Z     "help":  "https://www.vanroey.be/support/",
2023-10-02T11:44:04.2385940Z     "url":  "https://www.vanroey.be/",
2023-10-02T11:44:04.2386483Z     "logo":  "Assets/ExtensionLogo.png",
2023-10-02T11:44:04.2386589Z     "propagateDependencies":  true,
2023-10-02T11:44:04.2386695Z     "dependencies":  [
2023-10-02T11:44:04.2386813Z                          {
2023-10-02T11:44:04.2387128Z                              "id":  "10cb69d9-bc8a-4d27-970a-9e110e9db2a5",
2023-10-02T11:44:04.2387312Z                              "publisher":  "Microsoft",
2023-10-02T11:44:04.2387474Z                              "name":  "_Exclude_APIV2_",
2023-10-02T11:44:04.2387615Z                              "version":  "19.0.0.0"
2023-10-02T11:44:04.2388258Z                          }
2023-10-02T11:44:04.2388396Z                      ],
2023-10-02T11:44:04.2388540Z     "internalsVisibleTo":  [
2023-10-02T11:44:04.2388706Z                                {
2023-10-02T11:44:04.2389033Z                                    "id":  "afc63be1-0e4b-4427-b5fe-3c00079b923e",
2023-10-02T11:44:04.2389261Z                                    "publisher":  "VanRoey | EuroSys",
2023-10-02T11:44:04.2389524Z                                    "name":  "<customer>-Test"
2023-10-02T11:44:04.2389854Z                                }
2023-10-02T11:44:04.2389982Z                            ],
2023-10-02T11:44:04.2390128Z     "screenshots":  [
2023-10-02T11:44:04.2390188Z 
2023-10-02T11:44:04.2390302Z                     ],
2023-10-02T11:44:04.2390439Z     "application":  "22.4.0.0",
2023-10-02T11:44:04.2390594Z     "platform":  "1.0.0.0",
2023-10-02T11:44:04.2390733Z     "runtime":  "11.0",
2023-10-02T11:44:04.2390871Z     "idRanges":  [
2023-10-02T11:44:04.2390993Z                      {
2023-10-02T11:44:04.2392132Z                          "from":  54300,
2023-10-02T11:44:04.2392386Z                          "to":  59999
2023-10-02T11:44:04.2392548Z                      }
2023-10-02T11:44:04.2392713Z                  ],
2023-10-02T11:44:04.2392887Z     "contextSensitiveHelpUrl":  "https://www.vanroey.be/support/",
2023-10-02T11:44:04.2393000Z     "preprocessorSymbols":  [
2023-10-02T11:44:04.2393050Z 
2023-10-02T11:44:04.2393126Z                             ],
2023-10-02T11:44:04.2393215Z     "resourceExposurePolicy":  {
2023-10-02T11:44:04.2393325Z                                    "allowDebugging":  false,
2023-10-02T11:44:04.2393436Z                                    "allowDownloadingSource":  false,
2023-10-02T11:44:04.2393545Z                                    "includeSourceInSymbolFile":  false
2023-10-02T11:44:04.2393805Z                                },
2023-10-02T11:44:04.2393893Z     "features":  [
2023-10-02T11:44:04.2393987Z                      "TranslationFile",
2023-10-02T11:44:04.2394081Z                      "NoImplicitWith"
2023-10-02T11:44:04.2394166Z                  ]
2023-10-02T11:44:04.2394242Z }
2023-10-02T11:44:04.2394288Z 
2023-10-02T11:44:04.2396344Z *** Detect ALC.EXE Features.
2023-10-02T11:44:04.2400246Z ##[command]& C:\azure-vsts-agent-build\_work\_temp\VSIX\custom\extension\bin\win32\alc.exe /?
2023-10-02T11:44:04.3892400Z   * PARALLEL
2023-10-02T11:44:04.3897592Z   * MAXDEGREEOFPARALLELISM
2023-10-02T11:44:04.3902723Z   * ASSEMBLYPROBINGPATHS
2023-10-02T11:44:04.3907243Z *** Start ALC.EXE / Compile AL Extension
2023-10-02T11:44:04.3912386Z ##[command]& C:\azure-vsts-agent-build\_work\_temp\VSIX\custom\extension\bin\win32\alc.exe /packagecachepath:"C:\azure-vsts-agent-build\_work\1146\s\App\.ALOPSCache" /project:"C:\azure-vsts-agent-build\_work\1146\s\App" /out:"C:\azure-vsts-agent-build\_work\1146\a\VanRoey _ EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app" /fullpaths /analyzer:"C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\Microsoft.Dynamics.Nav.CodeCop.dll","C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\Microsoft.Dynamics.Nav.UICop.dll","C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\Microsoft.Dynamics.Nav.PerTenantExtensionCop.dll","C:\azure-vsts-agent-build\_work\_temp\vsix\custom\extension\bin\Analyzers\BusinessCentral.LinterCop.dll" /ruleset:"C:\azure-vsts-agent-build\_work\1146\s\App\ruleset.json" /parallel+ /maxDegreeOfParallelism:2 /assemblyprobingpaths:"C:\Windows\assembly","C:\Windows\Microsoft.NET\assembly","C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\Test Assemblies\Mock Assemblies","C:\bcartifacts.cache\sandbox\23.0.12034.12816\platform\ServiceTier\program files\Microsoft Dynamics NAV\230\Service"
2023-10-02T11:44:08.5436363Z *** AL Compiler Exit Code: 1
2023-10-02T11:44:08.5454527Z *** Full Compile Log:
2023-10-02T11:44:08.5459514Z Microsoft (R) AL Compiler version 11.7.13.11986
2023-10-02T11:44:08.5459692Z Copyright (C) Microsoft Corporation. All rights reserved
2023-10-02T11:44:08.5459816Z 
2023-10-02T11:44:08.5460135Z Compilation started for project '<customer>' containing '503' files at '13:44:04.752'.
2023-10-02T11:44:08.5460227Z 
2023-10-02T11:44:08.5460459Z error AL1153: The referenced module 'System by Microsoft (23.0.12789.0)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5460768Z error AL1153: The referenced module 'System Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5461079Z error AL1153: The referenced module 'Base Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5461396Z error AL1153: The referenced module 'Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5461706Z error AL1153: The referenced module '_Exclude_APIV2_ by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5461809Z 
2023-10-02T11:44:08.5461958Z Compilation ended at '13:44:08.528'.
2023-10-02T11:44:08.5462012Z 
2023-10-02T11:44:08.5462052Z 
2023-10-02T11:44:08.5463750Z 
2023-10-02T11:44:08.5486179Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT) = 'C:\azure-vsts-agent-build\_work\1146\a\VanRoey _ EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app'
2023-10-02T11:44:08.5529083Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT_ARRAY) = 'C:\azure-vsts-agent-build\_work\1146\a\VanRoey _ EuroSys_<customer>_1.0.106163.0_sandbox_23.0_be.app,C:\azure-vsts-agent-build\_work\1146\a\VanRoey _ EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app'
2023-10-02T11:44:08.5595005Z *** AL Compiler raw logs: Start
2023-10-02T11:44:08.5601870Z Microsoft (R) AL Compiler version 11.7.13.11986
2023-10-02T11:44:08.5606451Z Copyright (C) Microsoft Corporation. All rights reserved
2023-10-02T11:44:08.5610752Z Compilation started for project '<customer>' containing '503' files at '13:44:04.752'.
2023-10-02T11:44:08.5614952Z error AL1153: The referenced module 'System by Microsoft (23.0.12789.0)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5619012Z error AL1153: The referenced module 'System Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5623106Z error AL1153: The referenced module 'Base Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5627265Z error AL1153: The referenced module 'Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5631059Z error AL1153: The referenced module '_Exclude_APIV2_ by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.5634756Z Compilation ended at '13:44:08.528'.
2023-10-02T11:44:08.5638388Z *** AL Compiler raw logs: End
2023-10-02T11:44:08.5642069Z *** Start processing compile results.
2023-10-02T11:44:08.5956533Z ##[warning]error AL1153: The referenced module 'System by Microsoft (23.0.12789.0)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.6012711Z ##[warning]error AL1153: The referenced module 'System Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.6033764Z ##[warning]error AL1153: The referenced module 'Base Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.6054479Z ##[warning]error AL1153: The referenced module 'Application by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.6073684Z ##[warning]error AL1153: The referenced module '_Exclude_APIV2_ by Microsoft (23.0.12034.12816)' with runtime reference version '12.0' cannot be loaded by the compiler with version '11.1'.
2023-10-02T11:44:08.6095329Z *** App not Created: [C:\azure-vsts-agent-build\_work\1146\a\VanRoey _ EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app]
2023-10-02T11:44:08.6529602Z *** BC Artifact [C:\azure-vsts-agent-build\_work\1146\a\VanRoey _ EuroSys_<customer>_22.4.106163.0_sandbox_23.0_be.app] not produced.
2023-10-02T11:44:08.6534315Z *** Publish XLIF as Artifact skipped
2023-10-02T11:44:08.6557081Z 
2023-10-02T11:44:08.6557683Z     Directory: C:\azure-vsts-agent-build\_work\_temp
2023-10-02T11:44:08.6557801Z 
2023-10-02T11:44:08.6558025Z 
2023-10-02T11:44:08.6561229Z Mode          LastWriteTime Length Name
2023-10-02T11:44:08.6562797Z ----          ------------- ------ ----
2023-10-02T11:44:08.6564636Z d-----  2/10/2023     13:42        VSIX
2023-10-02T11:44:08.6564720Z 
2023-10-02T11:44:08.6566584Z Name              : BcContainerHelper
2023-10-02T11:44:08.6566750Z Path              : C:\Program Files\WindowsPowerShell\Modules\BcContainerHelper\5.0.7\BcContainerHelper.psm1
2023-10-02T11:44:08.6566917Z Description       : PowerShell module, which makes it easier to work with Business Central Containers on Docker.
2023-10-02T11:44:08.6567247Z Guid              : 8e034fbc-8c30-446d-bbc3-5b3be5392491
2023-10-02T11:44:08.6567436Z Version           : 5.0.7
2023-10-02T11:44:08.6567754Z ModuleBase        : C:\Program Files\WindowsPowerShell\Modules\BcContainerHelper\5.0.7
2023-10-02T11:44:08.6568045Z ModuleType        : Script
2023-10-02T11:44:08.6568316Z PrivateData       : {PSData}
2023-10-02T11:44:08.6568610Z AccessMode        : ReadWrite
2023-10-02T11:44:08.6587643Z ExportedAliases   : {[Add-FontsToNavContainer, Add-FontsToNavContainer], [Backup-NavContainerDatabases, Backup-NavConta
2023-10-02T11:44:08.6587905Z                     inerDatabases], [Check-NavContainerHelperPermissions, Check-NavContainerHelperPermissions], [Compil
2023-10-02T11:44:08.6588116Z                     e-AppInNavContainer, Compile-AppInNavContainer]...}
2023-10-02T11:44:08.6588259Z ExportedCmdlets   : {}
2023-10-02T11:44:08.6607578Z ExportedFunctions : {[Add-FontsToBcContainer, Add-FontsToBcContainer], [Add-GitToAlProjectFolder, Add-GitToAlProjectFol
2023-10-02T11:44:08.6607836Z                     der], [AddTelemetryProperty, AddTelemetryProperty], [Backup-BcContainerDatabases, Backup-BcContaine
2023-10-02T11:44:08.6607968Z                     rDatabases]...}
2023-10-02T11:44:08.6608171Z ExportedVariables : {[bcContainerHelperConfig, System.Management.Automation.PSVariable]}
2023-10-02T11:44:08.6608408Z NestedModules     : {}
2023-10-02T11:44:08.6608498Z 
2023-10-02T11:44:08.6608639Z 
2023-10-02T11:44:08.6608800Z 
2023-10-02T11:44:08.6867856Z ##[section]Async Command Start: Add Build Tag
2023-10-02T11:44:08.6868049Z Build '106163' has following tags now: AL.Analyzer.UICop, AL.Analyzer.CodeCop
2023-10-02T11:44:08.6868249Z ##[section]Async Command End: Add Build Tag
2023-10-02T11:44:08.6868641Z ##[section]Async Command Start: Add Build Tag
2023-10-02T11:44:08.6868783Z Build '106163' has following tags now: AL.Analyzer.UICop
2023-10-02T11:44:08.6868867Z ##[section]Async Command End: Add Build Tag
2023-10-02T11:44:08.6869250Z ##[section]Async Command Start: Add Build Tag
2023-10-02T11:44:08.6869418Z Build '106163' has following tags now: AL.Analyzer.UICop, AL.Analyzer.PerTenantExtensionCop, AL.Analyzer.CodeCop, AL.Analyzer.BusinessCentral.LinterCop
2023-10-02T11:44:08.6869549Z ##[section]Async Command End: Add Build Tag
2023-10-02T11:44:08.6869929Z ##[section]Async Command Start: Add Build Tag
2023-10-02T11:44:08.6870090Z Build '106163' has following tags now: AL.Analyzer.UICop, AL.Analyzer.CodeCop, AL.Analyzer.BusinessCentral.LinterCop
2023-10-02T11:44:08.6870197Z ##[section]Async Command End: Add Build Tag
2023-10-02T11:44:08.6870652Z ##[section]Finishing: Compile Extension
waldo1001 commented 11 months ago

Seems to be a temporary issue indeed. for the time being, you can remove the "latest" part, so it will grab it from the artifacts?

.. which will break the custom codecops .. 🤔

Arthurvdv commented 11 months ago

.. which will break the custom codecops .. 🤔

That's indeed the sole reason for setting the "latest". For now we'll set the artifactversion to 22.5 so we have a workaround.

The versions are there, but probable still marked as pre-release I guess? image

Arthurvdv commented 11 months ago

Issue has been resolved

*** Fetching LATEST VSIX from Marketplace
*** Fetching Alternative VSIX: [https://ms-dynamics-smb.gallerycdn.vsassets.io/extensions/ms-dynamics-smb/al/12.0.875970/1696255960002/Microsoft.VisualStudio.Services.VSIXPackage]

*** Downloading Extension from...[https://ms-dynamics-smb.gallerycdn.vsassets.io/extensions/ms-dynamics-smb/al/12.0.875970/1696255960002/Microsoft.VisualStudio.Services.VSIXPackage]
Invoke-RestMethod -Method Get -Uri "[https://ms-dynamics-smb.gallerycdn.vsassets.io/extensions/ms-dynamics-smb/al/12.0.875970/1696255960002/Microsoft.VisualStudio.Services.VSIXPackage"](https://ms-dynamics-smb.gallerycdn.vsassets.io/extensions/ms-dynamics-smb/al/12.0.875970/1696255960002/Microsoft.VisualStudio.Services.VSIXPackage%22) -OutFile "C:\vsts-agent-alops-warp10\_work\_temp\VSIX\custom.vsix"