Closed rasmusskov closed 1 year ago
It's because you're using artifact 19.3, while in VSCode you're using the latest.
You can make sure you use the latest - described in this example: https://github.com/HodorNV/ALOps/blob/master/Examples/Compiler%20V2/07_CustomVisx.yml
Did this help you?
:) Thanks for the follow up.. Not really.. Since i want to build/compile the app against version 19.3, i would think i had to use that artifact?
You can use whatever compiler to build against a certain version - that's where symbols are for. But if you want new codecops, then you need the new compiler.. .
not sure what im doing wrong here... I have .alpackages artifacts on 19.3, and the runime in the app.json is 8.1.. But im still getting the "Codeunit 'SMTP Mail' is missing ", which is only introduced in version 20.
name: $(Build.BuildId)
variables:
- name: 'alops-licenseid'
value: '***'
pool: default
steps:
- checkout: self
clean: true
# This compiler (v2) is not going to use a docker container, but it's going to use the artifacts that you specify in the parameters
# The compiler will "Batch Compile", meaning: it will compile everything in the workingfolder
- task: ALOpsAppCompiler@2
inputs:
artifacttype: 'Sandbox'
appversiontemplate: '1.0.*.0'
2022-10-25T11:28:27.1337516Z ##[section]Starting: ALOpsAppCompiler
2022-10-25T11:28:27.1496292Z ==============================================================================
2022-10-25T11:28:27.1496815Z Task : ALOps App Compiler
2022-10-25T11:28:27.1497068Z Description : Compile AL Extension(s) for Business Central
2022-10-25T11:28:27.1497298Z Version : 2.0.3283
2022-10-25T11:28:27.1497486Z Author : Hodor
2022-10-25T11:28:27.1497785Z Help : Compile Business Central extension(s) from AL code.
2022-10-25T11:28:27.1498121Z ==============================================================================
2022-10-25T11:28:29.1543108Z ******************************************************************************
2022-10-25T11:28:29.1565394Z *** ALOps v2 - Preview ***
2022-10-25T11:28:29.1596294Z ******************************************************************************
2022-10-25T11:28:29.1865302Z *** Importing required ALOps-Functions
2022-10-25T11:28:29.6512421Z *** Task Inputs:
2022-10-25T11:28:29.6534262Z
2022-10-25T11:28:29.6585304Z name value
2022-10-25T11:28:29.6600383Z ---- -----
2022-10-25T11:28:29.6607619Z artifactversion
2022-10-25T11:28:29.6609211Z artifacttype Sandbox
2022-10-25T11:28:29.6691562Z artifactcountry
2022-10-25T11:28:29.6707783Z versionselect Latest
2022-10-25T11:28:29.6718820Z alternativevsixurl
2022-10-25T11:28:29.6720351Z alsourcepath C:\agent\_work\46\s
2022-10-25T11:28:29.6743103Z ruleset
2022-10-25T11:28:29.6759652Z suppresswarnings KEEP
2022-10-25T11:28:29.6783604Z appversiontemplate 1.0.*.0
2022-10-25T11:28:29.6812913Z updatebuildnumber True
2022-10-25T11:28:29.6833954Z appfilenametemplate %APP_PUBLISHER%_%APP_NAME%_%APP_VERSION%_%BC_TYPE%_%BC_VERSION%_%BC...
2022-10-25T11:28:29.6836662Z alcodeanalyzer
2022-10-25T11:28:29.6837474Z showmycode Keep
2022-10-25T11:28:29.6839814Z resourceexposurepolicy_allowdebugging Keep
2022-10-25T11:28:29.6840541Z resourceexposurepolicy_allowdownloadingsource Keep
2022-10-25T11:28:29.6841098Z resourceexposurepolicy_includesourceinsymbolfile Keep
2022-10-25T11:28:29.6841671Z internalsvisibleto Keep
2022-10-25T11:28:29.6842311Z preprocessorsymbols
2022-10-25T11:28:29.6844761Z applicationinsightskey
2022-10-25T11:28:29.6845496Z alcachepath C:\agent\_work\46\s
2022-10-25T11:28:29.6845966Z publishartifact True
2022-10-25T11:28:29.6846423Z publishxlif False
2022-10-25T11:28:29.6846868Z failonwarnings False
2022-10-25T11:28:29.6847323Z storageaccount
2022-10-25T11:28:29.6847747Z sastoken
2022-10-25T11:28:29.6848206Z printappmanifest True
2022-10-25T11:28:29.6848657Z outputalclogs True
2022-10-25T11:28:29.6849117Z additionalprobingpaths
2022-10-25T11:28:29.6849397Z
2022-10-25T11:28:29.6849872Z
2022-10-25T11:28:29.6850086Z
2022-10-25T11:28:29.6874661Z *** For documentation, please visit : https://www.alops.be/documentation
2022-10-25T11:28:29.6879561Z
2022-10-25T11:28:30.4244186Z *** ALOps License:
2022-10-25T11:28:30.4276619Z * Licensed To: Tegra (RepositoryPer5 License)
2022-10-25T11:28:30.4285820Z
2022-10-25T11:28:30.5719335Z *** Importing required Task-Functions
2022-10-25T11:28:35.2079954Z
2022-10-25T11:28:35.3112979Z *** Artifact Type : [Sandbox]
2022-10-25T11:28:35.3148097Z *** Artifact Version: []
2022-10-25T11:28:35.3238866Z *** Artifact Country: []
2022-10-25T11:28:35.3245650Z *** AL Source Path : [C:\agent\_work\46\s]
2022-10-25T11:28:35.3253304Z *** AL Cache Path : [C:\agent\_work\46\s]
2022-10-25T11:28:35.3256972Z
2022-10-25T11:28:35.3281962Z
2022-10-25T11:28:35.3530764Z *** Default Working Folder: C:\agent\_work\46\s
2022-10-25T11:28:35.3539651Z *** Artifact Folder : C:\agent\_work\46\a
2022-10-25T11:28:35.3549653Z *** Agent Tool Folder : C:\agent\_work\_tool
2022-10-25T11:28:35.3560729Z *** Agent Temp Folder : C:\agent\_work\_temp
2022-10-25T11:28:35.3564303Z
2022-10-25T11:28:35.3624516Z *** Resolving Path: [C:\agent\_work\46\s]
2022-10-25T11:28:35.3686712Z *** AL Source Folder : C:\agent\_work\46\s
2022-10-25T11:28:35.3697680Z *** Resolving Path: [C:\agent\_work\46\s]
2022-10-25T11:28:35.3716697Z *** AL Cache Folder : C:\agent\_work\46\s
2022-10-25T11:28:35.3721288Z
2022-10-25T11:28:35.3744870Z *** Check BcContainerHelper
2022-10-25T11:28:35.4381605Z *** Load BcContainerHelper
2022-10-25T11:28:35.6842136Z BcContainerHelper version 2.0.21
2022-10-25T11:28:35.7571942Z NT AUTHORITY\NETWORK SERVICE does NOT have modify permissions to C:\Windows\System32\drivers\etc\hosts
2022-10-25T11:28:35.7641937Z You need to run as administrator or you can run Check-BcContainerHelperPermissions -Fix to fix permissions
2022-10-25T11:28:35.8213531Z NT AUTHORITY\NETWORK SERVICE does NOT have permissions to run docker commands
2022-10-25T11:28:35.8227564Z You need to run as administrator or you can run Check-BcContainerHelperPermissions -Fix to fix permissions
2022-10-25T11:28:36.6905025Z
2022-10-25T11:28:36.6979808Z
2022-10-25T11:28:36.7001228Z ##[command]"Get-BCArtifactUrl"
2022-10-25T11:28:36.7002068Z Name Value
2022-10-25T11:28:36.7002867Z ---- -----
2022-10-25T11:28:36.7004657Z select Latest
2022-10-25T11:28:36.7005273Z type Sandbox
2022-10-25T11:28:36.7005693Z
2022-10-25T11:28:36.7006036Z
2022-10-25T11:28:36.7061508Z -select: Latest -type: Sandbox
2022-10-25T11:28:53.9401558Z Downloading application artifact /sandbox/21.0.46256.48257/w1
2022-10-25T11:28:53.9631350Z Downloading C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\7ffe095a-1338-4a39-b218-55140c3db2ca.zip
2022-10-25T11:29:17.6706802Z Unpacking application artifact to tmp folder using Expand-Archive
2022-10-25T11:29:27.3654158Z Downloading platform artifact /sandbox/21.0.46256.48257/platform
2022-10-25T11:29:27.3703338Z Downloading C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\d281adc0-d181-426d-a26c-db49975190b5.zip
2022-10-25T11:30:00.1734197Z Unpacking platform artifact to tmp folder using Expand-Archive
2022-10-25T11:31:14.2198079Z Downloading Prerequisite Components
2022-10-25T11:31:14.2324880Z Downloading c:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Prerequisite Components\Open XML SDK 2.5 for Microsoft Office\OpenXMLSDKv25.msi
2022-10-25T11:31:15.0679524Z Downloading c:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Prerequisite Components\IIS URL Rewrite Module\rewrite_2.0_rtw_x64.msi
2022-10-25T11:31:15.4522306Z Downloading c:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Prerequisite Components\DotNetCore\DotNetCore.1.0.4_1.1.1-WindowsHosting.exe
2022-10-25T11:31:18.0900929Z *** Platform: c:\bcartifacts.cache\sandbox\21.0.46256.48257\platform
2022-10-25T11:31:18.0973326Z *** Localisation: c:\bcartifacts.cache\sandbox\21.0.46256.48257\w1
2022-10-25T11:31:18.1616663Z *** BC Management DLL: C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\ServiceTier\program files\Microsoft Dynamics NAV\210\Service\Microsoft.Dynamics.Nav.Management.dll
2022-10-25T11:31:18.2571784Z *** BC App Management DLL: C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\ServiceTier\program files\Microsoft Dynamics NAV\210\Service\Microsoft.Dynamics.Nav.Apps.Management.dll
2022-10-25T11:31:18.3253802Z *** Get [*.app] and [app.json] files recursive from [C:\agent\_work\46\s]
2022-10-25T11:31:18.4254494Z *** Found [13] files.
2022-10-25T11:31:18.4267079Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\IT.integro sp. z o.o._FiscalPrinterInterface_19.3.0.3.app]
2022-10-25T11:31:18.5808048Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\IT.integro sp. z o.o._FiscalPrinterInterface_19.3.0.4.app]
2022-10-25T11:31:18.5865221Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\IT.integro sp. z o.o._FiscalPrinterInterface_19.3.0.5.app]
2022-10-25T11:31:18.5891205Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\LS Retail Consulting_LS Duty Free_19.3.0.1.app]
2022-10-25T11:31:18.5941771Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\LS Retail_LS Central System App_19.3.0.0.app]
2022-10-25T11:31:18.5973838Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\LS Retail_LS Central_19.3.0.4861.app]
2022-10-25T11:31:18.9520584Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\Microsoft_Application_19.3.34541.35002.app]
2022-10-25T11:31:18.9640773Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\Microsoft_Base Application_19.3.34541.35002.app]
2022-10-25T11:31:19.5114824Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\Microsoft_System Application_19.3.34541.35002.app]
2022-10-25T11:31:19.5739196Z *** Extract App detail from [C:\agent\_work\46\s\.alpackages\Microsoft_System_19.0.34506.34941.app]
2022-10-25T11:31:19.5811673Z *** Extract App detail from [C:\agent\_work\46\s\app.json]
2022-10-25T11:31:19.5882023Z *** Extract App detail from [C:\agent\_work\46\s\Tegra ehf_stena-main_18.1.39.0.app]
2022-10-25T11:31:19.5977510Z *** Extract App detail from [C:\agent\_work\46\s\Tegra ehf_stena-main_19.5.0.0.app]
2022-10-25T11:31:19.6863668Z *** Starting Batch compile of Apps:
2022-10-25T11:31:19.6906111Z * C:\agent\_work\46\s
2022-10-25T11:31:19.6919781Z *** Start Compiling: [C:\agent\_work\46\s]
2022-10-25T11:31:19.7831583Z *** Get App Information
2022-10-25T11:31:19.7889038Z *** Loading Json Object: [C:\agent\_work\46\s\app.json]
2022-10-25T11:31:19.7988782Z * Id : cef2bbf4-6d31-4283-bead-f4ec90eb7536
2022-10-25T11:31:19.7999106Z * Publisher : Tegra ehf
2022-10-25T11:31:19.8008781Z * Name : stena-main
2022-10-25T11:31:19.8021648Z * Description:
2022-10-25T11:31:19.8063860Z *** Check Runtime: [8.1]
2022-10-25T11:31:19.8140644Z *** Runtime: 8
2022-10-25T11:31:20.1058218Z *** Setting Managed App Version [C:\agent\_work\46\s\app.json] => 1.0.7342.0
2022-10-25T11:31:20.1390864Z *** VSCode Settings: [C:\agent\_work\46\s\.vscode\settings.json]
2022-10-25T11:31:20.1427017Z *** VSCode-Settings json found.
2022-10-25T11:31:20.1486689Z *** Loading Json Object: [C:\agent\_work\46\s\.vscode\settings.json]
2022-10-25T11:31:20.1561117Z *** Get CodeAnalyzers from VSCode Settings
2022-10-25T11:31:20.1860438Z *** Set CodeAnalyzers: CodeCop,UICop
2022-10-25T11:31:20.1974070Z *** No AL-RuleSet json found.
2022-10-25T11:31:20.2260133Z ##[command]"Get-BCArtifactUrl"
2022-10-25T11:31:20.2263221Z Name Value
2022-10-25T11:31:20.2266333Z ---- -----
2022-10-25T11:31:20.2267598Z select Latest
2022-10-25T11:31:20.2270991Z type Sandbox
2022-10-25T11:31:20.2271497Z
2022-10-25T11:31:20.2271919Z
2022-10-25T11:31:20.2272350Z
2022-10-25T11:31:42.0357600Z *** Platform: c:\bcartifacts.cache\sandbox\21.0.46256.48257\platform
2022-10-25T11:31:42.0369028Z *** Localisation: c:\bcartifacts.cache\sandbox\21.0.46256.48257\w1
2022-10-25T11:31:42.0535441Z *** VSIX Path: C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\ModernDev\program files\Microsoft Dynamics NAV\210\AL Development Environment\ALLanguage.vsix
2022-10-25T11:31:42.0680957Z * Extracting VSIX to temporary path [c:\bcartifacts.cache\sandbox\21.0.46256.48257\VSIX-Temp]
2022-10-25T11:32:08.7018136Z * Rename temporary VSIX Path [c:\bcartifacts.cache\sandbox\21.0.46256.48257\VSIX-Temp] => [c:\bcartifacts.cache\sandbox\21.0.46256.48257\VSIX]
2022-10-25T11:32:08.7556362Z *** ALC Path: C:\bcartifacts.cache\sandbox\21.0.46256.48257\VSIX\extension\bin\win32\alc.exe
2022-10-25T11:32:08.7594008Z *** Nav.CodeAnalysis Path: C:\bcartifacts.cache\sandbox\21.0.46256.48257\VSIX\extension\bin\Microsoft.Dynamics.Nav.CodeAnalysis.dll
2022-10-25T11:32:08.7784590Z *** Import Module
2022-10-25T11:32:08.8820394Z *** Get Localised Apps [73]
2022-10-25T11:32:09.3123381Z *** Get Platform Apps [128]
2022-10-25T11:32:09.3147430Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\APIReportsFinance\Source\Microsoft_API Reports - Finance.app
2022-10-25T11:32:09.3281637Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\APIV1\Source\Microsoft__Exclude_APIV1_.app
2022-10-25T11:32:09.3344764Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\APIV1\Test\Microsoft__Exclude_APIV1_ Tests.app
2022-10-25T11:32:09.3400258Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\APIV2\Source\Microsoft__Exclude_APIV2_.app
2022-10-25T11:32:09.3499455Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\APIV2\Test\Microsoft__Exclude_APIV2_ Tests.app
2022-10-25T11:32:09.3605386Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Application\Source\Microsoft_Application.app
2022-10-25T11:32:09.3722378Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BankDeposits\Source\Microsoft__Exclude_Bank Deposits.app
2022-10-25T11:32:09.3778600Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BankDeposits\Test\Microsoft__Exclude_Bank Deposits Tests.app
2022-10-25T11:32:09.3814910Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Base Application.app
2022-10-25T11:32:09.5757667Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Czech language (Czechia).app
2022-10-25T11:32:09.5787480Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Danish language (Denmark).app
2022-10-25T11:32:09.5815834Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Dutch language (Belgium).app
2022-10-25T11:32:09.5862270Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Dutch language (Netherlands).app
2022-10-25T11:32:09.5889490Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_English language (Australia).app
2022-10-25T11:32:09.5915342Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_English language (Canada).app
2022-10-25T11:32:09.5940221Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_English language (New Zealand).app
2022-10-25T11:32:09.6000802Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_English language (United Kingdom).app
2022-10-25T11:32:09.6037735Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_English language (United States).app
2022-10-25T11:32:09.6065265Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Finnish language (Finland).app
2022-10-25T11:32:09.6124268Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_French language (Belgium).app
2022-10-25T11:32:09.6185825Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_French language (Canada).app
2022-10-25T11:32:09.6276277Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_French language (France).app
2022-10-25T11:32:09.6319795Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_French language (Switzerland).app
2022-10-25T11:32:09.6381447Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_German language (Austria).app
2022-10-25T11:32:09.6412103Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_German language (Germany).app
2022-10-25T11:32:09.6440822Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_German language (Switzerland).app
2022-10-25T11:32:09.6463496Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Icelandic language (Iceland).app
2022-10-25T11:32:09.6493083Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Italian language (Italy).app
2022-10-25T11:32:09.6517485Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Italian language (Switzerland).app
2022-10-25T11:32:09.6527215Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Norwegian language (Norway).app
2022-10-25T11:32:09.6562850Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Russian language (Russia).app
2022-10-25T11:32:09.6589201Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Spanish language (Mexico).app
2022-10-25T11:32:09.6615156Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Spanish language (Spain).app
2022-10-25T11:32:09.6647482Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Source\Microsoft_Swedish language (Sweden).app
2022-10-25T11:32:09.6671488Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Library-NoTransactions.app
2022-10-25T11:32:09.6695151Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Bank.app
2022-10-25T11:32:09.6721420Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Cash Flow.app
2022-10-25T11:32:09.6763795Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Cost Accounting.app
2022-10-25T11:32:09.6792973Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-CRM integration.app
2022-10-25T11:32:09.6841508Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Data Exchange.app
2022-10-25T11:32:09.6906946Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Dimension.app
2022-10-25T11:32:09.6996400Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-ERM.app
2022-10-25T11:32:09.7109509Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Fixed Asset.app
2022-10-25T11:32:09.7136435Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-General Journal.app
2022-10-25T11:32:09.7166920Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Graph.app
2022-10-25T11:32:09.7196567Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Integration.app
2022-10-25T11:32:09.7232371Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Invoicing.app
2022-10-25T11:32:09.7270205Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Job.app
2022-10-25T11:32:09.7305746Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Local.app
2022-10-25T11:32:09.7341278Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Marketing.app
2022-10-25T11:32:09.7391020Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Misc.app
2022-10-25T11:32:09.7471513Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Monitor Sensitive Fields.app
2022-10-25T11:32:09.7498884Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Permissions.app
2022-10-25T11:32:09.7528602Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Physical Inventory.app
2022-10-25T11:32:09.7567237Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Prepayment.app
2022-10-25T11:32:09.7600825Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Rapid Start.app
2022-10-25T11:32:09.7629079Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Report.app
2022-10-25T11:32:09.7655279Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Resource.app
2022-10-25T11:32:09.7680972Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Reverse.app
2022-10-25T11:32:09.7708485Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-SCM.app
2022-10-25T11:32:09.7811924Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-SINGLESERVER.app
2022-10-25T11:32:09.7905524Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-SMB.app
2022-10-25T11:32:09.7987480Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-TestLibraries.app
2022-10-25T11:32:09.8156268Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Upgrade.app
2022-10-25T11:32:09.8218872Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-User.app
2022-10-25T11:32:09.8275409Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-VAT.app
2022-10-25T11:32:09.8328782Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\BaseApp\Test\Microsoft_Tests-Workflow.app
2022-10-25T11:32:09.8378468Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\ClientAddIns\Source\Microsoft__Exclude_ClientAddIns_.app
2022-10-25T11:32:09.8412803Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\CompanyHub\Source\Microsoft_Company Hub.app
2022-10-25T11:32:09.8462723Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\ContosoCoffeeDemoDataset\Source\Microsoft_Contoso Coffee Demo Dataset.app
2022-10-25T11:32:09.8504729Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\DataArchive\app\Microsoft_Data Archive.app
2022-10-25T11:32:09.8541908Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\DataArchive\test\Microsoft_Data Archive Tests.app
2022-10-25T11:32:09.8573513Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\datacorrectionfa\source\Microsoft_Troubleshoot FA Ledger Entries.app
2022-10-25T11:32:09.8610396Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\DataSearch\app\Microsoft_Data Search.app
2022-10-25T11:32:09.8648945Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\DataSearch\test\Microsoft_Data Search Tests.app
2022-10-25T11:32:09.8682275Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - Current User Connector\Source\Microsoft_Email - Current User Connector.app
2022-10-25T11:32:09.8734253Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - Current User Connector\Test\Microsoft_Email - Current User Connector Tests.app
2022-10-25T11:32:09.8789594Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - Microsoft 365 Connector\Source\Microsoft_Email - Microsoft 365 Connector.app
2022-10-25T11:32:09.8843715Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - Microsoft 365 Connector\Test\Microsoft_Email - Microsoft 365 Connector Tests.app
2022-10-25T11:32:09.8918190Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - Outlook REST API\Source\Microsoft_Email - Outlook REST API.app
2022-10-25T11:32:09.8997255Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - Outlook REST API\Test\Microsoft_Library Outlook REST API.app
2022-10-25T11:32:09.9086616Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - SMTP API\Source\Microsoft_Email - SMTP API.app
2022-10-25T11:32:09.9246071Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - SMTP API\Test\Microsoft_Email - SMTP API Tests.app
2022-10-25T11:32:09.9391734Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - SMTP API\Test Library\Microsoft_Email - SMTP API Test Library.app
2022-10-25T11:32:09.9489372Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - SMTP Connector\Source\Microsoft_Email - SMTP Connector.app
2022-10-25T11:32:09.9579992Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Email - SMTP Connector\Test\Microsoft_Email - SMTP Connector Tests.app
2022-10-25T11:32:09.9664508Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\EmailLogging\Source\Microsoft__Exclude_Email Logging Using Graph API.app
2022-10-25T11:32:09.9814245Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\EmailLogging\Test\Microsoft__Exclude_Email Logging Using Graph API Tests.app
2022-10-25T11:32:09.9922563Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\EssentialBusinessHeadlines\Source\Microsoft_Essential Business Headlines.app
2022-10-25T11:32:10.0054316Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\EssentialBusinessHeadlines\Test\Microsoft_Essential Business Headlines Test.app
2022-10-25T11:32:10.0158346Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Intrastat\Source\Microsoft_Intrastat Core.app
2022-10-25T11:32:10.0339886Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\Intrastat\Test\Microsoft_Intrastat Core Tests.app
2022-10-25T11:32:10.0448214Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\LatePaymentPredictor\Source\Microsoft_Late Payment Prediction.app
2022-10-25T11:32:10.0599595Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\LatePaymentPredictor\Test\Microsoft_Late Payment Prediction Tests.app
2022-10-25T11:32:10.0691370Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\microsoftuniversalprint\source\Microsoft_Universal Print Integration.app
2022-10-25T11:32:10.0925607Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\onprem permissions\source\Microsoft_OnPrem Permissions.app
2022-10-25T11:32:10.0996212Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\onprem permissions\test\Microsoft_OnPrem Permissions Tests.app
2022-10-25T11:32:10.1028822Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\paypalpaymentsstandard\source\Microsoft_Payment Links to PayPal.app
2022-10-25T11:32:10.1069991Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\paypalpaymentsstandard\test\Microsoft_PayPal Payments Standard Tests.app
2022-10-25T11:32:10.1103933Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\PlanConfiguration\Source\Microsoft__Exclude_PlanConfiguration_.app
2022-10-25T11:32:10.1148417Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\PlanConfiguration\Test\Microsoft__Exclude_PlanConfiguration_ Tests.app
2022-10-25T11:32:10.1183240Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\recommendedapps\source\Microsoft_Recommended Apps.app
2022-10-25T11:32:10.1223070Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\recommendedapps\test\Microsoft_Recommended Apps Tests.app
2022-10-25T11:32:10.1254073Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\ReportLayouts\Source\Microsoft__Exclude_ReportLayouts.app
2022-10-25T11:32:10.1294726Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\ReportLayouts\test\Microsoft_Report Layouts Tests.app
2022-10-25T11:32:10.1326316Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\salesandinventoryforecast\source\Microsoft_Sales and Inventory Forecast.app
2022-10-25T11:32:10.1371814Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\salesandinventoryforecast\test\Microsoft_Sales and Inventory Forecast Tests.app
2022-10-25T11:32:10.1402535Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\sendtoemailprinter\source\Microsoft_Send To Email Printer.app
2022-10-25T11:32:10.1440286Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\shopify\app\Microsoft_Shopify Connector.app
2022-10-25T11:32:10.1520249Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\shopify\test\Microsoft_Shopify Connector Test.app
2022-10-25T11:32:10.1557013Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\simplifiedbankstatementimport\source\Microsoft_Simplified Bank Statement Import.app
2022-10-25T11:32:10.1595718Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\simplifiedbankstatementimport\test\Microsoft_Simplified Bank Statement Import Test.app
2022-10-25T11:32:10.1627267Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\system application\source\Microsoft_System Application.app
2022-10-25T11:32:10.1843271Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\system application\test\Microsoft_System Application Test Library.app
2022-10-25T11:32:10.1907799Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\system application\test\Microsoft_System Application Test.app
2022-10-25T11:32:10.2025334Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit Samples.app
2022-10-25T11:32:10.2063786Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit Tests.app
2022-10-25T11:32:10.2099262Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit.app
2022-10-25T11:32:10.2137876Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\TestLibraries\Any\Microsoft_Any.app
2022-10-25T11:32:10.2172776Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\TestLibraries\Assert\Microsoft_Library Assert.app
2022-10-25T11:32:10.2202116Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\TestLibraries\permissions mock\Microsoft_Permissions Mock.app
2022-10-25T11:32:10.2240698Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\TestLibraries\Variable Storage\Microsoft_Library Variable Storage.app
2022-10-25T11:32:10.2320232Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\TestRunner\Microsoft_Test Runner.app
2022-10-25T11:32:10.2407098Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\testframework\teststabilitytools\preventmetadataupdates\Microsoft_Prevent Metadata Updates.app
2022-10-25T11:32:10.2466126Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\uksendremittanceadvice\source\Microsoft_Send remittance advice by email.app
2022-10-25T11:32:10.2512989Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\vatgroupmanagement\source\Microsoft_VAT Group Management.app
2022-10-25T11:32:10.2572588Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Applications\vatgroupmanagement\test\Microsoft_VAT Group Management Tests.app
2022-10-25T11:32:10.2617493Z * C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\ModernDev\program files\Microsoft Dynamics NAV\210\AL Development Environment\System.app
2022-10-25T11:32:10.2691363Z *** Retained Platform Apps [64]
2022-10-25T11:32:10.2706571Z *** Loaded [137] Apps
2022-10-25T11:32:10.2736849Z *** Get Build Apps [0]
2022-10-25T11:32:10.2745602Z *** AL Cache: [C:\agent\_work\46\s]
2022-10-25T11:32:10.2852401Z *** Loaded [12] AL Apps
2022-10-25T11:32:10.2948093Z *** AL Language Version: 10.0.690574
2022-10-25T11:32:10.2997917Z *** App To Build: [C:\agent\_work\46\a\Tegra ehf_stena-main_1.0.7342.0_sandbox_21.0_w1.app]
2022-10-25T11:32:10.3010172Z *** Checking for Assemblies in App
2022-10-25T11:32:10.3130340Z *** Add Windows Assembly Path [C:\Windows\assembly]
2022-10-25T11:32:10.3627244Z *** Adding Mock assemblies [C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Test Assemblies\Mock Assemblies]
2022-10-25T11:32:10.4434136Z *** Adding Add-In assemblies [C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\ServiceTier\program files\Microsoft Dynamics NAV\210\Service]
2022-10-25T11:32:10.4533776Z *** Searching CodeCop: CodeCop
2022-10-25T11:32:10.4766537Z *** Codecop found: C:\bcartifacts.cache\sandbox\21.0.46256.48257\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.CodeCop.dll
2022-10-25T11:32:10.5269565Z *** Searching CodeCop: UICop
2022-10-25T11:32:10.5270027Z *** Codecop found: C:\bcartifacts.cache\sandbox\21.0.46256.48257\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.UICop.dll
2022-10-25T11:32:10.5620958Z *** Copy BC Artifact dependencies
2022-10-25T11:32:11.7219361Z *** Copy Project Artifact dependencies
2022-10-25T11:32:12.0737389Z *** Copy Build Artifacts
2022-10-25T11:32:12.0743386Z *** Final app.json:
2022-10-25T11:32:12.0784700Z {
2022-10-25T11:32:12.0785424Z "id": "cef2bbf4-6d31-4283-bead-f4ec90eb7536",
2022-10-25T11:32:12.0785900Z "name": "stena-main",
2022-10-25T11:32:12.0786371Z "publisher": "Tegra ehf",
2022-10-25T11:32:12.0786736Z "version": "1.0.7342.0",
2022-10-25T11:32:12.0787084Z "brief": "",
2022-10-25T11:32:12.0787395Z "description": "",
2022-10-25T11:32:12.0787707Z "privacyStatement": "",
2022-10-25T11:32:12.0788041Z "EULA": "",
2022-10-25T11:32:12.0788328Z "help": "",
2022-10-25T11:32:12.0788756Z "url": "",
2022-10-25T11:32:12.0789042Z "logo": "",
2022-10-25T11:32:12.0789335Z "dependencies": [
2022-10-25T11:32:12.0789635Z {
2022-10-25T11:32:12.0789986Z "id": "5ecfc871-5d82-43f1-9c54-59685e82318d",
2022-10-25T11:32:12.0790398Z "publisher": "LS Retail",
2022-10-25T11:32:12.0790753Z "name": "LS Central",
2022-10-25T11:32:12.0791109Z "version": "19.3.0.0"
2022-10-25T11:32:12.0791441Z },
2022-10-25T11:32:12.0791729Z {
2022-10-25T11:32:12.0792082Z "id": "153575ce-ddbb-45ee-98c6-0cbf24a7ef99",
2022-10-25T11:32:12.0792487Z "name": "LS Duty Free",
2022-10-25T11:32:12.0792851Z "publisher": "LS Retail Consulting",
2022-10-25T11:32:12.0793233Z "version": "19.3.0.1"
2022-10-25T11:32:12.0793542Z },
2022-10-25T11:32:12.0793815Z {
2022-10-25T11:32:12.0794185Z "id": "97bd4654-cc21-49f3-b529-ca40f02382f9",
2022-10-25T11:32:12.0794593Z "name": "FiscalPrinterInterface",
2022-10-25T11:32:12.0795010Z "publisher": "IT.integro sp. z o.o.",
2022-10-25T11:32:12.0795372Z "version": "19.3.0.4"
2022-10-25T11:32:12.0795733Z }
2022-10-25T11:32:12.0796061Z ],
2022-10-25T11:32:12.0796357Z "screenshots": [
2022-10-25T11:32:12.0796558Z
2022-10-25T11:32:12.0796834Z ],
2022-10-25T11:32:12.0797143Z "platform": "19.0.0.0",
2022-10-25T11:32:12.0797653Z "application": "19.3.0.0",
2022-10-25T11:32:12.0798025Z "idRanges": [
2022-10-25T11:32:12.0798583Z {
2022-10-25T11:32:12.0798897Z "from": 80000,
2022-10-25T11:32:12.0799396Z "to": 80199
2022-10-25T11:32:12.0799688Z }
2022-10-25T11:32:12.0799978Z ],
2022-10-25T11:32:12.0800331Z "contextSensitiveHelpUrl": "https://stena-main.com/help/",
2022-10-25T11:32:12.0800732Z "resourceExposurePolicy": {
2022-10-25T11:32:12.0801089Z "allowDebugging": true,
2022-10-25T11:32:12.0801505Z "allowDownloadingSource": true,
2022-10-25T11:32:12.0803031Z "includeSourceInSymbolFile": true
2022-10-25T11:32:12.0803542Z },
2022-10-25T11:32:12.0803854Z "runtime": "8.1",
2022-10-25T11:32:12.0804351Z "target": "OnPrem"
2022-10-25T11:32:12.0804558Z }
2022-10-25T11:32:12.0804665Z
2022-10-25T11:32:12.0812876Z *** Detect ALC.EXE Features.
2022-10-25T11:32:12.0821570Z ##[command]& C:\bcartifacts.cache\sandbox\21.0.46256.48257\VSIX\extension\bin\win32\alc.exe /?
2022-10-25T11:32:12.3811938Z * PARALLEL
2022-10-25T11:32:12.3821955Z * MAXDEGREEOFPARALLELISM
2022-10-25T11:32:12.3831529Z * ASSEMBLYPROBINGPATHS
2022-10-25T11:32:12.3840494Z *** Start ALC.EXE / Compile AL Extension
2022-10-25T11:32:12.3852412Z ##[command]& C:\bcartifacts.cache\sandbox\21.0.46256.48257\VSIX\extension\bin\win32\alc.exe /packagecachepath:"C:\agent\_work\46\s\.ALOPSCache" /project:"C:\agent\_work\46\s" /out:"C:\agent\_work\46\a\Tegra ehf_stena-main_1.0.7342.0_sandbox_21.0_w1.app" /fullpaths /analyzer:"C:\bcartifacts.cache\sandbox\21.0.46256.48257\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.CodeCop.dll","C:\bcartifacts.cache\sandbox\21.0.46256.48257\vsix\extension\bin\Analyzers\Microsoft.Dynamics.Nav.UICop.dll" /parallel+ /maxDegreeOfParallelism:2 /assemblyprobingpaths:"C:\Windows\assembly","C:\Windows\Microsoft.NET\assembly","C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\Test Assemblies\Mock Assemblies","C:\bcartifacts.cache\sandbox\21.0.46256.48257\platform\ServiceTier\program files\Microsoft Dynamics NAV\210\Service"
2022-10-25T11:32:37.7072271Z *** AL Compiler Exit Code: 1
2022-10-25T11:32:37.7073840Z *** Full Compile Log:
2022-10-25T11:32:37.7074367Z Microsoft (R) AL Compiler version 10.0.10.35234
2022-10-25T11:32:37.7078386Z Copyright (C) Microsoft Corporation. All rights reserved
2022-10-25T11:32:37.7078815Z
2022-10-25T11:32:37.7079412Z Compilation started for project 'stena-main' containing '411' files at '11:32:12.697'.
2022-10-25T11:32:37.7079885Z
2022-10-25T11:32:37.7080968Z C:\agent\_work\46\s\Stena\Codeunits\STEStenaMainSubscribers.Codeunit.al(103,137): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7082760Z C:\agent\_work\46\s\Stena\Reports\STEAdjustExchangeRates.Report.al(873,46): warning AL0432: Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7084807Z C:\agent\_work\46\s\Stena\Reports\STEAdjustExchangeRates.Report.al(874,47): warning AL0432: Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7086759Z C:\agent\_work\46\s\Stena\Reports\STEPostInventoryCostToGL.Report.al(11,29): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7088556Z C:\agent\_work\46\s\Stena\Reports\STEPostInventoryCostToGL.Report.al(660,39): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7090573Z C:\agent\_work\46\s\DataParser\Codeunit\ICESQLDataParserBackground.Codeunit.al(55,19): error AL0185: Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.7091743Z C:\agent\_work\46\s\Stena\Codeunits\STEMailNotification.Codeunit.al(73,19): error AL0185: Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.7093170Z C:\agent\_work\46\s\Stena\Codeunits\STEPOSPrintZReport.Codeunit.al(2319,31): error AL0433: Table 'SMTP Mail Setup' is removed. Reason: Moved to "Email - SMTP" app. Use SMTP connector to create SMTP accounts. Email accounts can be configured from "Email Accouts" page from "System Application".. Tag: 20.0.
2022-10-25T11:32:37.7094049Z
2022-10-25T11:32:37.7094544Z Compilation ended at '11:32:36.904'.
2022-10-25T11:32:37.7095259Z
2022-10-25T11:32:37.7095857Z
2022-10-25T11:32:37.7096076Z
2022-10-25T11:32:37.7096828Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT) = 'C:\agent\_work\46\a\Tegra ehf_stena-main_1.0.7342.0_sandbox_21.0_w1.app'
2022-10-25T11:32:37.7099989Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT_ARRAY) = 'C:\agent\_work\46\a\Tegra ehf_stena-main_1.0.7342.0_sandbox_21.0_w1.app'
2022-10-25T11:32:37.7102406Z *** AL Compiler raw logs: Start
2022-10-25T11:32:37.7102970Z Microsoft (R) AL Compiler version 10.0.10.35234
2022-10-25T11:32:37.7103570Z Copyright (C) Microsoft Corporation. All rights reserved
2022-10-25T11:32:37.7104295Z Compilation started for project 'stena-main' containing '411' files at '11:32:12.697'.
2022-10-25T11:32:37.7105639Z C:\agent\_work\46\s\Stena\Codeunits\STEStenaMainSubscribers.Codeunit.al(103,137): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7107610Z C:\agent\_work\46\s\Stena\Reports\STEAdjustExchangeRates.Report.al(873,46): warning AL0432: Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7109420Z C:\agent\_work\46\s\Stena\Reports\STEAdjustExchangeRates.Report.al(874,47): warning AL0432: Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7111053Z C:\agent\_work\46\s\Stena\Reports\STEPostInventoryCostToGL.Report.al(11,29): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7112611Z C:\agent\_work\46\s\Stena\Reports\STEPostInventoryCostToGL.Report.al(660,39): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7113875Z C:\agent\_work\46\s\DataParser\Codeunit\ICESQLDataParserBackground.Codeunit.al(55,19): error AL0185: Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.7115112Z C:\agent\_work\46\s\Stena\Codeunits\STEMailNotification.Codeunit.al(73,19): error AL0185: Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.7128689Z C:\agent\_work\46\s\Stena\Codeunits\STEPOSPrintZReport.Codeunit.al(2319,31): error AL0433: Table 'SMTP Mail Setup' is removed. Reason: Moved to "Email - SMTP" app. Use SMTP connector to create SMTP accounts. Email accounts can be configured from "Email Accouts" page from "System Application".. Tag: 20.0.
2022-10-25T11:32:37.7144440Z Compilation ended at '11:32:36.904'.
2022-10-25T11:32:37.7162371Z *** AL Compiler raw logs: End
2022-10-25T11:32:37.7178053Z *** Start processing compile results.
2022-10-25T11:32:37.7674358Z ##[warning]\Stena\Codeunits\STEStenaMainSubscribers.Codeunit.al(103,137): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7686575Z ##[warning]\Stena\Reports\STEAdjustExchangeRates.Report.al(873,46): warning AL0432: Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7690587Z ##[warning]\Stena\Reports\STEAdjustExchangeRates.Report.al(874,47): warning AL0432: Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7703796Z ##[warning]\Stena\Reports\STEPostInventoryCostToGL.Report.al(11,29): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7721598Z ##[warning]\Stena\Reports\STEPostInventoryCostToGL.Report.al(660,39): warning AL0432: Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure you are not using this table to store records.. Tag: 21.0.
2022-10-25T11:32:37.7741354Z ##[error]\DataParser\Codeunit\ICESQLDataParserBackground.Codeunit.al(55,19): error AL0185: Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.7760976Z ##[error]\Stena\Codeunits\STEMailNotification.Codeunit.al(73,19): error AL0185: Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.7780195Z ##[error]\Stena\Codeunits\STEPOSPrintZReport.Codeunit.al(2319,31): error AL0433: Table 'SMTP Mail Setup' is removed. Reason: Moved to "Email - SMTP" app. Use SMTP connector to create SMTP accounts. Email accounts can be configured from "Email Accouts" page from "System Application".. Tag: 20.0.
2022-10-25T11:32:37.7817129Z ModuleType Version Name ExportedCommands
2022-10-25T11:32:37.7819634Z ---------- ------- ---- ----------------
2022-10-25T11:32:37.7844887Z Script 2.0.21 BcContainerHelper {Add-FontsToBcContainer, Add-GitToAlProjectFolder, Backup-BcContainerDatabases,...
2022-10-25T11:32:37.8236342Z
2022-10-25T11:32:37.8236476Z
2022-10-25T11:32:37.8236546Z
2022-10-25T11:32:37.8236859Z Char AlertMessage
2022-10-25T11:32:37.8237182Z ---- ------------
2022-10-25T11:32:37.8237673Z 137 Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure y...
2022-10-25T11:32:37.8238204Z 46 Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make...
2022-10-25T11:32:37.8238732Z 47 Table 'Adjust Exchange Rate Buffer' is marked for removal. Reason: This table will be marked as temporary. Make...
2022-10-25T11:32:37.8239261Z 29 Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure y...
2022-10-25T11:32:37.8239766Z 39 Table 'Invt. Posting Buffer' is marked for removal. Reason: This table will be marked as temporary. Make sure y...
2022-10-25T11:32:37.8240184Z 19 Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.8240534Z 19 Codeunit 'SMTP Mail' is missing
2022-10-25T11:32:37.8240955Z 31 Table 'SMTP Mail Setup' is removed. Reason: Moved to "Email - SMTP" app. Use SMTP connector to create SMTP acco...
2022-10-25T11:32:37.8241209Z
2022-10-25T11:32:37.8241284Z
2022-10-25T11:32:37.8241635Z *** Set Pipeline variable $(ALOPS_COMPILE_LOG) = 'C:\agent\_work\46\s\Tegra ehf_stena-main_1.0.7342.0_sandbox_21.0_w1.log'
2022-10-25T11:32:37.8255986Z *** App not Created: [C:\agent\_work\46\a\Tegra ehf_stena-main_1.0.7342.0_sandbox_21.0_w1.app]
2022-10-25T11:32:37.8623189Z *** BC Artifact [C:\agent\_work\46\a\Tegra ehf_stena-main_1.0.7342.0_sandbox_21.0_w1.app] not produced.
2022-10-25T11:32:37.8633068Z *** Publish XLIF as Artifact skipped
2022-10-25T11:32:37.9161910Z ##[section]Async Command Start: Add Build Tag
2022-10-25T11:32:37.9162417Z Build '7342' has following tags now: AL.Analyzer.CodeCop, AL.Analyzer.UICop
2022-10-25T11:32:37.9162716Z ##[section]Async Command End: Add Build Tag
2022-10-25T11:32:37.9163609Z ##[section]Async Command Start: Add Build Tag
2022-10-25T11:32:37.9163958Z Build '7342' has following tags now: AL.Analyzer.UICop
2022-10-25T11:32:37.9164189Z ##[section]Async Command End: Add Build Tag
2022-10-25T11:32:37.9164933Z ##[section]Async Command Start: Update Build Number
2022-10-25T11:32:38.2571446Z Update build number to 1.0.7342.0 for build 7342
2022-10-25T11:32:38.2571893Z ##[section]Async Command End: Update Build Number
2022-10-25T11:32:38.2573365Z ##[section]Finishing: ALOpsAppCompiler
Your yaml indicates that you're compiling against v21:
- task: ALOpsAppCompiler@2
inputs:
artifacttype: 'Sandbox'
appversiontemplate: '1.0.*.0'
which is also indicated in your output
2022-10-25T11:28:27.1337516Z ##[section]Starting: ALOpsAppCompiler
2022-10-25T11:28:27.1496292Z ==============================================================================
2022-10-25T11:28:27.1496815Z Task : ALOps App Compiler
2022-10-25T11:28:27.1497068Z Description : Compile AL Extension(s) for Business Central
2022-10-25T11:28:27.1497298Z Version : 2.0.3283
2022-10-25T11:28:27.1497486Z Author : Hodor
2022-10-25T11:28:27.1497785Z Help : Compile Business Central extension(s) from AL code.
2022-10-25T11:28:27.1498121Z ==============================================================================
2022-10-25T11:28:29.1543108Z ******************************************************************************
2022-10-25T11:28:29.1565394Z *** ALOps v2 - Preview ***
2022-10-25T11:28:29.1596294Z ******************************************************************************
2022-10-25T11:28:29.1865302Z *** Importing required ALOps-Functions
2022-10-25T11:28:29.6512421Z *** Task Inputs:
2022-10-25T11:28:29.6534262Z
2022-10-25T11:28:29.6585304Z name value
2022-10-25T11:28:29.6600383Z ---- -----
2022-10-25T11:28:29.6607619Z artifactversion
2022-10-25T11:28:29.6609211Z artifacttype Sandbox
2022-10-25T11:28:29.6691562Z artifactcountry
2022-10-25T11:28:29.6707783Z versionselect Latest
THis way, you can tell the compiler to compile against v 19.3:
- task: ALOpsAppCompiler@2
inputs:
artifactversion: 19.3
artifacttype: 'Sandbox'
appversiontemplate: '1.0.*.0'
Remark: you shouldn't add .alpackages folder to the repo. ALOps will not look at it, and it doen't belong in a repo anyway.
@rasmusskov , Any feedback?
@rasmusskov ?
When opening the project in VS Code, i get a problem warning AA0245 that "The name of the parameter 'Type' is identical to a field, method, or action in the same scope." But when my devops pipeline is running, it runs without any warnings. I have failonwarnings: true in my .yml, and same code analyzers setup as in my project, and would expect the pipeline to fail due to the al warnings in my project.
the used yaml
Expected behavior Pipeline failing due to the warning