HodorNV / ALOps

ALOps
59 stars 24 forks source link

Colon in name property of app.json #641

Closed Arthurvdv closed 1 year ago

Arthurvdv commented 1 year ago

Describe the bug I have a App with the name res:harmonics, where the ALOps App Compiler throws an error. 2023-05-24T08:32:34.0645703Z error AL1100: File name 'C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long

Notice that the colon is also included in the filename VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app. Local on my DEV-machine in VS Code the colon is automagically remove and the filename build as VanRoey.be_resharmonics_1.0.0.0.app.

In the command of ALOps the /out is defined with the colon included, which causes this error I think. ##[command]& C:\bcartifacts.cache\sandbox\22.1.55890.56917\VSIX\extension\bin\win32\alc.exe /packagecachepath:"C:\azure-vsts-agent-build\_work\635\s\app\.ALOPSCache" /project:"C:\azure-vsts-agent-build\_work\635\s\app" /out:"C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app" /fullpaths /ruleset:"C:\azure-vsts-agent-build\_work\635\s\app\ruleset.json" /parallel+ /maxDegreeOfParallelism:2 /assemblyprobingpaths:"C:\Windows\assembly","C:\Windows\Microsoft.NET\assembly","C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Test Assemblies\Mock Assemblies","C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\ServiceTier\program files\Microsoft Dynamics NAV\220\Service"

the app.json

{
  "id": "96843938-0179-47d7-9795-c40fc8855376",
  "name": "res:harmonics",
  "publisher": "VanRoey.be",

the used yaml please provide the yaml that you used. It helps you put the yaml like this:

- task: ALOpsAppCompiler@2
  displayName: 'Generate Base Translation File (g.xlf)'
  inputs:
    artifactversion: '${{ parameters.artifactversion }}'
    artifacttype: '${{ parameters.artifacttype }}'
    artifactcountry: '${{ parameters.artifactcountry }}'
    versionselect: '$(appcompiler-versionselect)'
    alsourcepath: '$(System.DefaultWorkingDirectory)\app'
    ruleset: '${{ parameters.ruleset }}'
    updatebuildnumber: false
    alcodeanalyzer: 'None'
    failonwarnings: false
    publishartifact: false
    sastoken: '${{ parameters.sastoken }}'

the output Also the complete output is necessary for us to see what is going on. Also use backtics:

2023-05-24T08:32:10.7333119Z ##[section]Starting: Generate Base Translation File (g.xlf)
2023-05-24T08:32:10.7502156Z ==============================================================================
2023-05-24T08:32:10.7502243Z Task         : ALOps App Compiler
2023-05-24T08:32:10.7502293Z Description  : Compile AL Extension(s) for Business Central
2023-05-24T08:32:10.7502347Z Version      : 2.0.3607
2023-05-24T08:32:10.7502390Z Author       : Hodor
2023-05-24T08:32:10.7502430Z Help         : Compile Business Central extension(s) from AL code.
2023-05-24T08:32:10.7502486Z ==============================================================================
2023-05-24T08:32:12.4300764Z ******************************************************************************
2023-05-24T08:32:12.4310242Z *** ALOps v2 - Preview                                                     ***
2023-05-24T08:32:12.4348837Z ******************************************************************************
2023-05-24T08:32:12.4428357Z *** Importing required ALOps-Functions
2023-05-24T08:32:12.6369262Z *** Task Inputs:
2023-05-24T08:32:12.6411523Z 
2023-05-24T08:32:12.6495304Z name                                             value                                                                 
2023-05-24T08:32:12.6497401Z ----                                             -----                                                                 
2023-05-24T08:32:12.6498872Z artifactversion                                                                                                        
2023-05-24T08:32:12.6500947Z artifacttype                                     Sandbox                                                               
2023-05-24T08:32:12.6502675Z artifactcountry                                  BE                                                                    
2023-05-24T08:32:12.6504264Z versionselect                                    Daily                                                                 
2023-05-24T08:32:12.6506140Z alternativevsixurl                                                                                                     
2023-05-24T08:32:12.6506690Z alsourcepath                                     C:\azure-vsts-agent-build\_work\635\s\app                             
2023-05-24T08:32:12.6513884Z ruleset                                          https://vrabadevops.blob.core.windows.net/default/app.ruleset.json?...
2023-05-24T08:32:12.6514261Z suppresswarnings                                 KEEP                                                                  
2023-05-24T08:32:12.6514384Z appversiontemplate                               1.0.*.0                                                               
2023-05-24T08:32:12.6515459Z updatebuildnumber                                False                                                                 
2023-05-24T08:32:12.6522118Z appfilenametemplate                              %APP_PUBLISHER%_%APP_NAME%_%APP_VERSION%_%BC_TYPE%_%BC_VERSION%_%BC...
2023-05-24T08:32:12.6523055Z alcodeanalyzer                                   None                                                                  
2023-05-24T08:32:12.6524003Z ignorepragmas                                                                                                          
2023-05-24T08:32:12.6525625Z enable_external_rulesets                         False                                                                 
2023-05-24T08:32:12.6527601Z showmycode                                       Keep                                                                  
2023-05-24T08:32:12.6529077Z resourceexposurepolicy_allowdebugging            Keep                                                                  
2023-05-24T08:32:12.6530512Z resourceexposurepolicy_allowdownloadingsource    Keep                                                                  
2023-05-24T08:32:12.6531438Z resourceexposurepolicy_includesourceinsymbolfile Keep                                                                  
2023-05-24T08:32:12.6532486Z internalsvisibleto                               Keep                                                                  
2023-05-24T08:32:12.6532693Z preprocessorsymbols                                                                                                    
2023-05-24T08:32:12.6533346Z applicationinsightskey                                                                                                 
2023-05-24T08:32:12.6534082Z alcachepath                                      C:\azure-vsts-agent-build\_work\635\s                                 
2023-05-24T08:32:12.6534534Z publishartifact                                  False                                                                 
2023-05-24T08:32:12.6535195Z publishxlif                                      False                                                                 
2023-05-24T08:32:12.6535784Z failonwarnings                                   False                                                                 
2023-05-24T08:32:12.6536368Z storageaccount                                                                                                         
2023-05-24T08:32:12.6536951Z sastoken                                                                                                               
2023-05-24T08:32:12.6537567Z printappmanifest                                 True                                                                  
2023-05-24T08:32:12.6538169Z outputalclogs                                    True                                                                  
2023-05-24T08:32:12.6538773Z additionalprobingpaths                                                                                                 
2023-05-24T08:32:12.6538845Z 
2023-05-24T08:32:12.6553379Z 
2023-05-24T08:32:12.6564385Z 
2023-05-24T08:32:12.6751731Z *** For documentation, please visit   : https://www.alops.be/documentation
2023-05-24T08:32:12.6760157Z 
2023-05-24T08:32:13.0238830Z *** ALOps License:
2023-05-24T08:32:13.0256141Z   * Licensed To: Van Roey (Collection License)
2023-05-24T08:32:13.0264926Z 
2023-05-24T08:32:13.0766022Z *** Importing required Task-Functions
2023-05-24T08:32:13.1234473Z 
2023-05-24T08:32:13.2425198Z *** Artifact Type   : [Sandbox]
2023-05-24T08:32:13.2434856Z *** Artifact Version: []
2023-05-24T08:32:13.2444257Z *** Artifact Country: [BE]
2023-05-24T08:32:13.2453014Z *** AL Source Path  : [C:\azure-vsts-agent-build\_work\635\s\app]
2023-05-24T08:32:13.2462520Z *** AL Cache Path   : [C:\azure-vsts-agent-build\_work\635\s]
2023-05-24T08:32:13.2469987Z 
2023-05-24T08:32:13.2535667Z 
2023-05-24T08:32:13.2600367Z *** Default Working Folder: C:\azure-vsts-agent-build\_work\635\s
2023-05-24T08:32:13.2609938Z *** Artifact Folder       : C:\azure-vsts-agent-build\_work\635\a
2023-05-24T08:32:13.2619269Z *** Agent Tool Folder     : C:\azure-vsts-agent-build\_work\_tool
2023-05-24T08:32:13.2628407Z *** Agent Temp Folder     : C:\azure-vsts-agent-build\_work\_temp
2023-05-24T08:32:13.2636012Z 
2023-05-24T08:32:13.2654541Z *** Resolving Path: [C:\azure-vsts-agent-build\_work\635\s\app]
2023-05-24T08:32:13.2689379Z *** AL Source Folder      : C:\azure-vsts-agent-build\_work\635\s\app
2023-05-24T08:32:13.2704159Z *** Resolving Path: [C:\azure-vsts-agent-build\_work\635\s]
2023-05-24T08:32:13.2720306Z *** AL Cache Folder       : C:\azure-vsts-agent-build\_work\635\s
2023-05-24T08:32:13.2728006Z 
2023-05-24T08:32:13.2766097Z *** Check BcContainerHelper
2023-05-24T08:32:13.3102746Z *** Load BcContainerHelper
2023-05-24T08:32:13.3968127Z BcContainerHelper version 5.0.3
2023-05-24T08:32:13.5786937Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-05-24T08:32:16.1817269Z 
2023-05-24T08:32:16.1829570Z 
2023-05-24T08:32:16.1898014Z ##[command]"Get-BCArtifactUrl" 
2023-05-24T08:32:16.1898239Z Name                           Value                                                                                   
2023-05-24T08:32:16.1899263Z ----                           -----                                                                                   
2023-05-24T08:32:16.1899363Z select                         Daily                                                                                   
2023-05-24T08:32:16.1899458Z type                           Sandbox                                                                                 
2023-05-24T08:32:16.1899551Z country                        BE                                                                                      
2023-05-24T08:32:16.1899598Z 
2023-05-24T08:32:16.1899626Z 
2023-05-24T08:32:16.1900001Z  -select: Daily -type: Sandbox -country: BE
2023-05-24T08:32:22.5391147Z *** Platform: c:\bcartifacts.cache\sandbox\22.1.55890.56917\platform
2023-05-24T08:32:22.5417102Z *** Localisation: c:\bcartifacts.cache\sandbox\22.1.55890.56917\be
2023-05-24T08:32:22.5778211Z *** BC Management DLL: C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\ServiceTier\program files\Microsoft Dynamics NAV\220\Service\Management\Microsoft.Dynamics.Nav.Management.dll
2023-05-24T08:32:22.6251315Z *** BC App Management DLL: C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\ServiceTier\program files\Microsoft Dynamics NAV\220\Service\Management\Microsoft.Dynamics.Nav.Apps.Management.dll
2023-05-24T08:32:22.6399960Z *** Get [*.app] and [app.json] files recursive from [C:\azure-vsts-agent-build\_work\635\s\app]
2023-05-24T08:32:22.6564528Z *** Found [1] file.
2023-05-24T08:32:22.6577015Z *** Extract App detail from [C:\azure-vsts-agent-build\_work\635\s\app\app.json]
2023-05-24T08:32:22.6742997Z *** Starting Batch compile of Apps:
2023-05-24T08:32:22.6761879Z   * C:\azure-vsts-agent-build\_work\635\s\app
2023-05-24T08:32:22.6775246Z *** Start Compiling: [C:\azure-vsts-agent-build\_work\635\s\app]
2023-05-24T08:32:22.6996682Z *** Get App Information
2023-05-24T08:32:22.7023890Z *** Loading Json Object: [C:\azure-vsts-agent-build\_work\635\s\app\app.json]
2023-05-24T08:32:22.7050294Z   * Id         : 96843938-0179-47d7-9795-c40fc8855376
2023-05-24T08:32:22.7059413Z   * Publisher  : VanRoey.be
2023-05-24T08:32:22.7068592Z   * Name       : res:harmonics
2023-05-24T08:32:22.7077783Z   * Description: 
2023-05-24T08:32:22.7098826Z *** Check Runtime: [11.0]
2023-05-24T08:32:22.7133587Z *** Runtime: 11
2023-05-24T08:32:22.7370938Z *** Validate Version: 1.0.87771.0
2023-05-24T08:32:22.7398847Z *** Setting Managed App Version [C:\azure-vsts-agent-build\_work\635\s\app\app.json] =>  1.0.87771.0
2023-05-24T08:32:22.7482701Z *** VSCode Settings: [C:\azure-vsts-agent-build\_work\635\s\app\.vscode\settings.json]
2023-05-24T08:32:22.7511330Z *** VSCode-Settings json found.
2023-05-24T08:32:22.7530341Z *** Loading Json Object: [C:\azure-vsts-agent-build\_work\635\s\app\.vscode\settings.json]
2023-05-24T08:32:22.7575424Z *** CodeAnalyzers DISABLED.
2023-05-24T08:32:22.7595398Z *** Downloading Ruleset settings: [***]
2023-05-24T08:32:22.7614817Z ##[command]Invoke-RestMethod -Method Get -Uri "***" -OutFile "C:\azure-vsts-agent-build\_work\635\s\app\ruleset.json"
2023-05-24T08:32:22.9329814Z *** Ruleset download complete
2023-05-24T08:32:22.9365204Z *** Using Ruleset: [C:\azure-vsts-agent-build\_work\635\s\app\ruleset.json]
2023-05-24T08:32:22.9442043Z ##[command]"Get-BCArtifactUrl" 
2023-05-24T08:32:22.9442227Z Name                           Value                                                                                   
2023-05-24T08:32:22.9442492Z ----                           -----                                                                                   
2023-05-24T08:32:22.9442799Z select                         Daily                                                                                   
2023-05-24T08:32:22.9443056Z type                           Sandbox                                                                                 
2023-05-24T08:32:22.9443162Z country                        be                                                                                      
2023-05-24T08:32:22.9443288Z 
2023-05-24T08:32:22.9443316Z 
2023-05-24T08:32:22.9443347Z 
2023-05-24T08:32:29.1829440Z *** Platform: c:\bcartifacts.cache\sandbox\22.1.55890.56917\platform
2023-05-24T08:32:29.1848149Z *** Localisation: c:\bcartifacts.cache\sandbox\22.1.55890.56917\be
2023-05-24T08:32:29.2049805Z *** VSIX Path: C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\ModernDev\program files\Microsoft Dynamics NAV\220\AL Development Environment\ALLanguage.vsix
2023-05-24T08:32:29.2679187Z *** ALC Path: C:\bcartifacts.cache\sandbox\22.1.55890.56917\VSIX\extension\bin\win32\alc.exe
2023-05-24T08:32:29.2704588Z *** Nav.CodeAnalysis Path: C:\bcartifacts.cache\sandbox\22.1.55890.56917\VSIX\extension\bin\Microsoft.Dynamics.Nav.CodeAnalysis.dll
2023-05-24T08:32:29.2819854Z *** Import Module
2023-05-24T08:32:29.4532071Z *** Get Localised Apps [136]
2023-05-24T08:32:30.0599012Z *** Get Platform Apps [139]
2023-05-24T08:32:30.0609588Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\APIReportsFinance\Source\Microsoft_API Reports - Finance.app
2023-05-24T08:32:30.0705101Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\APIV1\Source\Microsoft__Exclude_APIV1_.app
2023-05-24T08:32:30.0765590Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\APIV1\Test\Microsoft__Exclude_APIV1_ Tests.app
2023-05-24T08:32:30.0826662Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\APIV2\Source\Microsoft__Exclude_APIV2_.app
2023-05-24T08:32:30.0890723Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\APIV2\Test\Microsoft__Exclude_APIV2_ Tests.app
2023-05-24T08:32:30.0943256Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Application\Source\Microsoft_Application.app
2023-05-24T08:32:30.0995368Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\AuditFileExport\Source\Microsoft_Audit File Export.app
2023-05-24T08:32:30.1049817Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\AuditFileExport\Test\Microsoft_Audit File Export Tests.app
2023-05-24T08:32:30.1096465Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BankDeposits\Source\Microsoft__Exclude_Bank Deposits.app
2023-05-24T08:32:30.1151489Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BankDeposits\Test\Microsoft__Exclude_Bank Deposits Tests.app
2023-05-24T08:32:30.1198071Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Base Application.app
2023-05-24T08:32:30.2207756Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Czech language (Czechia).app
2023-05-24T08:32:30.2284475Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Danish language (Denmark).app
2023-05-24T08:32:30.2668507Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Dutch language (Belgium).app
2023-05-24T08:32:30.2716309Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Dutch language (Netherlands).app
2023-05-24T08:32:30.2763592Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_English language (Australia).app
2023-05-24T08:32:30.2812747Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_English language (Canada).app
2023-05-24T08:32:30.2861097Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_English language (New Zealand).app
2023-05-24T08:32:30.2910046Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_English language (United Kingdom).app
2023-05-24T08:32:30.2957244Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_English language (United States).app
2023-05-24T08:32:30.3006849Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Finnish language (Finland).app
2023-05-24T08:32:30.3053175Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_French language (Belgium).app
2023-05-24T08:32:30.3099722Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_French language (Canada).app
2023-05-24T08:32:30.3146072Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_French language (France).app
2023-05-24T08:32:30.3192404Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_French language (Switzerland).app
2023-05-24T08:32:30.3239258Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_German language (Austria).app
2023-05-24T08:32:30.3285836Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_German language (Germany).app
2023-05-24T08:32:30.3331346Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_German language (Switzerland).app
2023-05-24T08:32:30.3377969Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Icelandic language (Iceland).app
2023-05-24T08:32:30.3425885Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Italian language (Italy).app
2023-05-24T08:32:30.3471368Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Italian language (Switzerland).app
2023-05-24T08:32:30.3521331Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Norwegian language (Norway).app
2023-05-24T08:32:30.3569820Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Russian language (Russia).app
2023-05-24T08:32:30.3623006Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Spanish language (Mexico).app
2023-05-24T08:32:30.3695034Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Spanish language (Spain).app
2023-05-24T08:32:30.3767294Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Source\Microsoft_Swedish language (Sweden).app
2023-05-24T08:32:30.4593037Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Library-NoTransactions.app
2023-05-24T08:32:30.4647172Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Bank.app
2023-05-24T08:32:30.4694227Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Cash Flow.app
2023-05-24T08:32:30.4745295Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Cost Accounting.app
2023-05-24T08:32:30.4795052Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-CRM integration.app
2023-05-24T08:32:30.4843446Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Data Exchange.app
2023-05-24T08:32:30.4901254Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Dimension.app
2023-05-24T08:32:30.4955783Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-ERM.app
2023-05-24T08:32:30.5045001Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Fixed Asset.app
2023-05-24T08:32:30.5094056Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-General Journal.app
2023-05-24T08:32:30.5145789Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Graph.app
2023-05-24T08:32:30.5196753Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Integration.app
2023-05-24T08:32:30.5243952Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Invoicing.app
2023-05-24T08:32:30.5298186Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Job.app
2023-05-24T08:32:30.5350500Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Local.app
2023-05-24T08:32:30.5394576Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Marketing.app
2023-05-24T08:32:30.5445921Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Misc.app
2023-05-24T08:32:30.5512180Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Monitor Sensitive Fields.app
2023-05-24T08:32:30.5557824Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Permissions.app
2023-05-24T08:32:30.5611806Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Physical Inventory.app
2023-05-24T08:32:30.5662630Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Prepayment.app
2023-05-24T08:32:30.5713260Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Rapid Start.app
2023-05-24T08:32:30.5760734Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Report.app
2023-05-24T08:32:30.5811619Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Resource.app
2023-05-24T08:32:30.5861692Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Reverse.app
2023-05-24T08:32:30.5908803Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-SCM.app
2023-05-24T08:32:30.5983158Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-SINGLESERVER.app
2023-05-24T08:32:30.6035548Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-SMB.app
2023-05-24T08:32:30.6085726Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-TestLibraries.app
2023-05-24T08:32:30.6157719Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Upgrade.app
2023-05-24T08:32:30.6212228Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-User.app
2023-05-24T08:32:30.6264954Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-VAT.app
2023-05-24T08:32:30.6314374Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\BaseApp\Test\Microsoft_Tests-Workflow.app
2023-05-24T08:32:30.6371533Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\ClientAddIns\Source\Microsoft__Exclude_ClientAddIns_.app
2023-05-24T08:32:30.6422247Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\CompanyHub\Source\Microsoft_Company Hub.app
2023-05-24T08:32:30.6478042Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\ContosoCoffeeDemoDataset\Source\Microsoft_Contoso Coffee Demo Dataset.app
2023-05-24T08:32:30.6538253Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\DataArchive\app\Microsoft_Data Archive.app
2023-05-24T08:32:30.6593046Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\DataArchive\test\Microsoft_Data Archive Tests.app
2023-05-24T08:32:30.6638021Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\datacorrectionfa\source\Microsoft_Troubleshoot FA Ledger Entries.app
2023-05-24T08:32:30.6694171Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\DataSearch\app\Microsoft_Data Search.app
2023-05-24T08:32:30.6750166Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\DataSearch\test\Microsoft_Data Search Tests.app
2023-05-24T08:32:30.6801062Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - Current User Connector\Source\Microsoft_Email - Current User Connector.app
2023-05-24T08:32:30.6849500Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - Current User Connector\Test\Microsoft_Email - Current User Connector Tests.app
2023-05-24T08:32:30.6900612Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - Microsoft 365 Connector\Source\Microsoft_Email - Microsoft 365 Connector.app
2023-05-24T08:32:30.6953979Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - Microsoft 365 Connector\Test\Microsoft_Email - Microsoft 365 Connector Tests.app
2023-05-24T08:32:30.6999387Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - Outlook REST API\Source\Microsoft_Email - Outlook REST API.app
2023-05-24T08:32:30.7053596Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - Outlook REST API\Test\Microsoft_Library Outlook REST API.app
2023-05-24T08:32:30.7104558Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - SMTP API\Source\Microsoft_Email - SMTP API.app
2023-05-24T08:32:30.7153193Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - SMTP API\Test\Microsoft_Email - SMTP API Tests.app
2023-05-24T08:32:30.7203443Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - SMTP API\Test Library\Microsoft_Email - SMTP API Test Library.app
2023-05-24T08:32:30.7254017Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - SMTP Connector\Source\Microsoft_Email - SMTP Connector.app
2023-05-24T08:32:30.7303979Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Email - SMTP Connector\Test\Microsoft_Email - SMTP Connector Tests.app
2023-05-24T08:32:30.7354989Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\EmailLogging\Source\Microsoft__Exclude_Email Logging Using Graph API.app
2023-05-24T08:32:30.7414416Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\EmailLogging\Test\Microsoft__Exclude_Email Logging Using Graph API Tests.app
2023-05-24T08:32:30.7473820Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\EssentialBusinessHeadlines\Source\Microsoft_Essential Business Headlines.app
2023-05-24T08:32:30.7529631Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\EssentialBusinessHeadlines\Test\Microsoft_Essential Business Headlines Test.app
2023-05-24T08:32:30.7581291Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Intrastat\Source\Microsoft_Intrastat Core.app
2023-05-24T08:32:30.7641267Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\Intrastat\Test\Microsoft_Intrastat Core Tests.app
2023-05-24T08:32:30.7686348Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\LatePaymentPredictor\Source\Microsoft_Late Payment Prediction.app
2023-05-24T08:32:30.7743055Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\LatePaymentPredictor\Test\Microsoft_Late Payment Prediction Tests.app
2023-05-24T08:32:30.7795086Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\MasterDataManagement\Source\Microsoft__Exclude_Master_Data_Management.app
2023-05-24T08:32:30.7846332Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\MasterDataManagement\Test\Microsoft__Exclude_Master_Data_Management_Tests.app
2023-05-24T08:32:30.7897842Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\MasterDataManagement\Test Library\Microsoft__Exclude_Master_Data_Management_Test_Library.app
2023-05-24T08:32:30.7949607Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\microsoftuniversalprint\source\Microsoft_Universal Print Integration.app
2023-05-24T08:32:30.7999774Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\onprem permissions\source\Microsoft_OnPrem Permissions.app
2023-05-24T08:32:30.8071496Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\onprem permissions\test\Microsoft_OnPrem Permissions Tests.app
2023-05-24T08:32:30.8125441Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\paypalpaymentsstandard\source\Microsoft_Payment Links to PayPal.app
2023-05-24T08:32:30.8182943Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\paypalpaymentsstandard\test\Microsoft_PayPal Payments Standard Tests.app
2023-05-24T08:32:30.8229975Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\PlanConfiguration\Source\Microsoft__Exclude_PlanConfiguration_.app
2023-05-24T08:32:30.8286258Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\PlanConfiguration\Test\Microsoft__Exclude_PlanConfiguration_ Tests.app
2023-05-24T08:32:30.8337222Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\recommendedapps\source\Microsoft_Recommended Apps.app
2023-05-24T08:32:30.8385364Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\recommendedapps\test\Microsoft_Recommended Apps Tests.app
2023-05-24T08:32:30.8436849Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\ReportLayouts\Source\Microsoft__Exclude_ReportLayouts.app
2023-05-24T08:32:30.8490532Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\ReportLayouts\test\Microsoft_Report Layouts Tests.app
2023-05-24T08:32:30.8535417Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\ReviewGLEntries\Source\Microsoft__Exclude_Review_General_Ledger_Entries.app
2023-05-24T08:32:30.8592450Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\ReviewGLEntries\Test\Microsoft__Exclude_Review_General_Ledger_Entries_Tests.app
2023-05-24T08:32:30.8642942Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\salesandinventoryforecast\source\Microsoft_Sales and Inventory Forecast.app
2023-05-24T08:32:30.8702508Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\salesandinventoryforecast\test\Microsoft_Sales and Inventory Forecast Tests.app
2023-05-24T08:32:30.8747469Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\sendtoemailprinter\source\Microsoft_Send To Email Printer.app
2023-05-24T08:32:30.8802779Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\servicedeclaration\source\Microsoft_Service Declaration.app
2023-05-24T08:32:30.8866023Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\servicedeclaration\test\Microsoft_Service Declaration Tests.app
2023-05-24T08:32:30.8911593Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\shopify\app\Microsoft_Shopify Connector.app
2023-05-24T08:32:30.9002030Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\shopify\test\Microsoft_Shopify Connector Test.app
2023-05-24T08:32:30.9066501Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\simplifiedbankstatementimport\source\Microsoft_Simplified Bank Statement Import.app
2023-05-24T08:32:30.9141611Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\simplifiedbankstatementimport\test\Microsoft_Simplified Bank Statement Import Test.app
2023-05-24T08:32:30.9187833Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\statisticalaccounts\source\Microsoft_Statistical Accounts.app
2023-05-24T08:32:30.9244734Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\statisticalaccounts\test\Microsoft_Statistical Accounts Tests.app
2023-05-24T08:32:30.9294226Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\system application\source\Microsoft_System Application.app
2023-05-24T08:32:30.9466829Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\system application\test\Microsoft_System Application Test Library.app
2023-05-24T08:32:30.9540878Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\system application\test\Microsoft_System Application Test.app
2023-05-24T08:32:30.9616834Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit Samples.app
2023-05-24T08:32:30.9669213Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit Tests.app
2023-05-24T08:32:30.9722223Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\performancetoolkit\Microsoft_Performance Toolkit.app
2023-05-24T08:32:30.9775225Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\TestLibraries\Any\Microsoft_Any.app
2023-05-24T08:32:30.9822134Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\TestLibraries\Assert\Microsoft_Library Assert.app
2023-05-24T08:32:30.9872992Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\TestLibraries\permissions mock\Microsoft_Permissions Mock.app
2023-05-24T08:32:30.9922802Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\TestLibraries\Variable Storage\Microsoft_Library Variable Storage.app
2023-05-24T08:32:30.9967854Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\TestRunner\Microsoft_Test Runner.app
2023-05-24T08:32:31.0020645Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\testframework\teststabilitytools\preventmetadataupdates\Microsoft_Prevent Metadata Updates.app
2023-05-24T08:32:31.0070428Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\uksendremittanceadvice\source\Microsoft_Send remittance advice by email.app
2023-05-24T08:32:31.0117145Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\vatgroupmanagement\source\Microsoft_VAT Group Management.app
2023-05-24T08:32:31.0174949Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Applications\vatgroupmanagement\test\Microsoft_VAT Group Management Tests.app
2023-05-24T08:32:31.0225486Z   * C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\ModernDev\program files\Microsoft Dynamics NAV\220\AL Development Environment\System.app
2023-05-24T08:32:31.0300748Z *** Retained Platform Apps [36]
2023-05-24T08:32:31.0310969Z *** Loaded [172] Apps
2023-05-24T08:32:31.0338319Z *** Get Build Apps [0]
2023-05-24T08:32:31.0347750Z *** AL Cache: [C:\azure-vsts-agent-build\_work\635\s]
2023-05-24T08:32:31.0409838Z *** Loaded [0] AL Apps
2023-05-24T08:32:31.0469703Z *** AL Language Version: 11.0.802788
2023-05-24T08:32:31.0503851Z *** App To Build: [C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app]
2023-05-24T08:32:31.0529975Z *** Checking for Assemblies in App
2023-05-24T08:32:31.0580112Z *** Add Windows Assembly Path [C:\Windows\assembly]
2023-05-24T08:32:31.1023246Z *** Adding Mock assemblies [C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Test Assemblies\Mock Assemblies]
2023-05-24T08:32:31.1785339Z *** Adding Add-In assemblies [C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\ServiceTier\program files\Microsoft Dynamics NAV\220\Service]
2023-05-24T08:32:31.1811538Z *** No Code-Cop-Analyzer defined.
2023-05-24T08:32:31.1843911Z *** Copy BC Artifact dependencies
2023-05-24T08:32:33.6477539Z *** Copy Project Artifact dependencies
2023-05-24T08:32:33.6486658Z *** Copy Build Artifacts
2023-05-24T08:32:33.6495622Z *** Final app.json:
2023-05-24T08:32:33.6544148Z {
2023-05-24T08:32:33.6544584Z     "id":  "96843938-0179-47d7-9795-c40fc8855376",
2023-05-24T08:32:33.6544923Z     "name":  "res:harmonics",
2023-05-24T08:32:33.6545082Z     "publisher":  "VanRoey.be",
2023-05-24T08:32:33.6545241Z     "version":  "1.0.87771.0",
2023-05-24T08:32:33.6545391Z     "brief":  "",
2023-05-24T08:32:33.6547216Z     "description":  "",
2023-05-24T08:32:33.6547770Z     "privacyStatement":  "https://www.vanroey.be/voorwaarden/#tab4",
2023-05-24T08:32:33.6548002Z     "EULA":  "https://www.vanroey.be/voorwaarden/",
2023-05-24T08:32:33.6548176Z     "help":  "https://www.vanroey.be/support/",
2023-05-24T08:32:33.6548324Z     "url":  "https://www.vanroey.be/",
2023-05-24T08:32:33.6548582Z     "logo":  "Assets/VanRoey-logo-compact.png",
2023-05-24T08:32:33.6548689Z     "propagateDependencies":  true,
2023-05-24T08:32:33.6548781Z     "dependencies":  [
2023-05-24T08:32:33.6548822Z 
2023-05-24T08:32:33.6548893Z                      ],
2023-05-24T08:32:33.6548981Z     "internalsVisibleTo":  [
2023-05-24T08:32:33.6549064Z                                {
2023-05-24T08:32:33.6549230Z                                    "id":  "2d0b4cc4-d084-4e4a-b8af-bb2658651f34",
2023-05-24T08:32:33.6549340Z                                    "publisher":  "VanRoey.be",
2023-05-24T08:32:33.6549499Z                                    "name":  "res:harmonics-Test"
2023-05-24T08:32:33.6549589Z                                }
2023-05-24T08:32:33.6549666Z                            ],
2023-05-24T08:32:33.6549745Z     "screenshots":  [
2023-05-24T08:32:33.6549784Z 
2023-05-24T08:32:33.6549855Z                     ],
2023-05-24T08:32:33.6549942Z     "application":  "22.0.0.0",
2023-05-24T08:32:33.6550870Z     "platform":  "1.0.0.0",
2023-05-24T08:32:33.6551022Z     "idRanges":  [
2023-05-24T08:32:33.6551174Z                      {
2023-05-24T08:32:33.6551297Z                          "from":  68500,
2023-05-24T08:32:33.6551425Z                          "to":  79999
2023-05-24T08:32:33.6551536Z                      }
2023-05-24T08:32:33.6551614Z                  ],
2023-05-24T08:32:33.6551717Z     "contextSensitiveHelpUrl":  "https://www.vanroey.be/support/",
2023-05-24T08:32:33.6551825Z     "resourceExposurePolicy":  {
2023-05-24T08:32:33.6551928Z                                    "allowDebugging":  true,
2023-05-24T08:32:33.6552030Z                                    "allowDownloadingSource":  true,
2023-05-24T08:32:33.6552136Z                                    "includeSourceInSymbolFile":  true
2023-05-24T08:32:33.6552230Z                                },
2023-05-24T08:32:33.6552316Z     "features":  [
2023-05-24T08:32:33.6552430Z                      "TranslationFile",
2023-05-24T08:32:33.6552522Z                      "NoImplicitWith",
2023-05-24T08:32:33.6552623Z                      "NoPromotedActionProperties"
2023-05-24T08:32:33.6552718Z                  ],
2023-05-24T08:32:33.6552800Z     "runtime":  "11.0"
2023-05-24T08:32:33.6552878Z }
2023-05-24T08:32:33.6553500Z 
2023-05-24T08:32:33.6571727Z *** Detect ALC.EXE Features.
2023-05-24T08:32:33.6580476Z ##[command]& C:\bcartifacts.cache\sandbox\22.1.55890.56917\VSIX\extension\bin\win32\alc.exe /?
2023-05-24T08:32:33.7720145Z   * PARALLEL
2023-05-24T08:32:33.7728788Z   * MAXDEGREEOFPARALLELISM
2023-05-24T08:32:33.7737915Z   * ASSEMBLYPROBINGPATHS
2023-05-24T08:32:33.7746767Z *** Start ALC.EXE / Compile AL Extension
2023-05-24T08:32:33.7756626Z ##[command]& C:\bcartifacts.cache\sandbox\22.1.55890.56917\VSIX\extension\bin\win32\alc.exe /packagecachepath:"C:\azure-vsts-agent-build\_work\635\s\app\.ALOPSCache" /project:"C:\azure-vsts-agent-build\_work\635\s\app" /out:"C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app" /fullpaths /ruleset:"C:\azure-vsts-agent-build\_work\635\s\app\ruleset.json" /parallel+ /maxDegreeOfParallelism:2 /assemblyprobingpaths:"C:\Windows\assembly","C:\Windows\Microsoft.NET\assembly","C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\Test Assemblies\Mock Assemblies","C:\bcartifacts.cache\sandbox\22.1.55890.56917\platform\ServiceTier\program files\Microsoft Dynamics NAV\220\Service"
2023-05-24T08:32:34.0612638Z *** AL Compiler Exit Code: 1
2023-05-24T08:32:34.0635636Z *** Full Compile Log:
2023-05-24T08:32:34.0644678Z Microsoft (R) AL Compiler version 11.0.12.16380
2023-05-24T08:32:34.0644811Z Copyright (C) Microsoft Corporation. All rights reserved
2023-05-24T08:32:34.0644877Z 
2023-05-24T08:32:34.0645703Z error AL1100: File name 'C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long
2023-05-24T08:32:34.0645934Z 
2023-05-24T08:32:34.0652633Z 
2023-05-24T08:32:34.0686584Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT) = 'C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app'
2023-05-24T08:32:34.0742821Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT_ARRAY) = 'C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app'
2023-05-24T08:32:34.0785160Z *** AL Compiler raw logs: Start
2023-05-24T08:32:34.0794481Z Microsoft (R) AL Compiler version 11.0.12.16380
2023-05-24T08:32:34.0803792Z Copyright (C) Microsoft Corporation. All rights reserved
2023-05-24T08:32:34.0813342Z error AL1100: File name 'C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long
2023-05-24T08:32:34.0822320Z *** AL Compiler raw logs: End
2023-05-24T08:32:34.0831383Z *** Start processing compile results.
2023-05-24T08:32:34.0878985Z *** Compile OK.
2023-05-24T08:32:34.0902005Z *** App not Created: [C:\azure-vsts-agent-build\_work\635\a\VanRoey.be_res:harmonics_1.0.87771.0_sandbox_22.1_be.app]
2023-05-24T08:32:34.1333087Z *** Skip Uploading App as Build-Artifact
2023-05-24T08:32:34.1342732Z *** Publish XLIF as Artifact skipped
2023-05-24T08:32:34.1389044Z ModuleType Version Name              ExportedCommands                                                                  
2023-05-24T08:32:34.1390878Z ---------- ------- ----              ----------------                                                                  
2023-05-24T08:32:34.1399567Z Script     5.0.3   BcContainerHelper {Add-FontsToBcContainer, Add-GitToAlProjectFolder, AddTelemetryProperty, Backup...
2023-05-24T08:32:34.1399746Z 
2023-05-24T08:32:34.1399797Z 
2023-05-24T08:32:34.1642594Z ##[section]Finishing: Generate Base Translation File (g.xlf)

Expected behavior Special, non supported characters, are removed from the filename in the /out param.

waldo1001 commented 1 year ago

Will be fixed in next version! Thanks for mentioning it!

Arthurvdv commented 1 year ago

With v2.0.4270 it seems the compiler-step is resolved.

There seems to be an issue with the publish-step 2023-06-26T09:51:39.6101142Z ##[error]A potentially dangerous Request.Path value was detected from the client (:).

Note 4 myself: If I every start a company, don't include special characters in the name of the company :-D

Full log below

2023-06-26T09:51:32.5240924Z ==============================================================================
2023-06-26T09:51:32.5241099Z Task         : ALOps App Publish
2023-06-26T09:51:32.5241198Z Description  : Publish AL Extension to Business Central
2023-06-26T09:51:32.5241310Z Version      : 1.457.4270
2023-06-26T09:51:32.5241403Z Author       : Hodor
2023-06-26T09:51:32.5241551Z Help         : Publish Business Central extension to service tier.
2023-06-26T09:51:32.5241675Z ==============================================================================
2023-06-26T09:51:33.1369879Z *** Validate configuration
2023-06-26T09:51:33.1759640Z *** Task Inputs:
2023-06-26T09:51:33.1822722Z 
2023-06-26T09:51:33.1963010Z name                                                                                                              value
2023-06-26T09:51:33.1965960Z ----                                                                                                              -----
2023-06-26T09:51:33.1968581Z usedocker                                                                                                          True
2023-06-26T09:51:33.1971030Z fixed_tag                                                                                                              
2023-06-26T09:51:33.1971935Z installpublishedapps                                                                                               True
2023-06-26T09:51:33.1975656Z installaltesttool                                                                                                 False
2023-06-26T09:51:33.1977777Z install_al_app_names                                                                             Tests-TestLibraries...
2023-06-26T09:51:33.1980328Z strictappnames                                                                                                    False
2023-06-26T09:51:33.1982988Z nav_serverinstance                                                                                                BC140
2023-06-26T09:51:33.1984965Z artifact_path                                                                      C:\vsts-agent-alops-warp10\_work\2\a
2023-06-26T09:51:33.1986845Z nav_artifact_app_filter                                                                                           *.app
2023-06-26T09:51:33.1989234Z skip_verification                                                                                                  True
2023-06-26T09:51:33.1991372Z forceinstall                                                                                                      False
2023-06-26T09:51:33.1993854Z forcesync                                                                                                         False
2023-06-26T09:51:33.1996706Z publish_scope                                                                                                    Global
2023-06-26T09:51:33.1998254Z tenant                                                                                                          default
2023-06-26T09:51:33.1999915Z batch_publish_folder                                                                                                   
2023-06-26T09:51:33.2002708Z publisherazureactivedirectorytenantid                                                                                  
2023-06-26T09:51:33.2005971Z blocksymbolsonly                                                                                                  False
2023-06-26T09:51:33.2006129Z 
2023-06-26T09:51:33.2027691Z 
2023-06-26T09:51:33.2036065Z 
2023-06-26T09:51:33.2198694Z *** For documentation, please visit   : https://www.alops.be/documentation
2023-06-26T09:51:33.2203197Z 
2023-06-26T09:51:33.4650544Z *** ALOps License:
2023-06-26T09:51:33.4705651Z   * Licensed To: Van Roey (Collection License)
2023-06-26T09:51:33.4715567Z 
2023-06-26T09:51:33.4936894Z *** Importing required PS-Functions
2023-06-26T09:51:33.6062592Z *** Initiate Docker Session
2023-06-26T09:51:33.8507398Z *** Set Docker Container ErrorActionPreference = Stop
2023-06-26T09:51:34.0370912Z *** Install AL TestTool: False
2023-06-26T09:51:34.0385339Z *** Working folder: C:\vsts-agent-alops-warp10\_work\2\s
2023-06-26T09:51:34.0394693Z *** Artifact folder: C:\vsts-agent-alops-warp10\_work\2\a
2023-06-26T09:51:34.0403495Z *** Pipeline workspace: C:\vsts-agent-alops-warp10\_work\2
2023-06-26T09:51:34.0411008Z ***
2023-06-26T09:51:34.0432780Z *** Copy Artifacts to Docker Container: 14982483f1bfbf35a7e7477368ddca526b6ca0e0c202a36320cccd7e0d4d3e5e
2023-06-26T09:51:34.0460777Z *** Docker Artifacts Folder: c:\Run\DevOps\Artifacts
2023-06-26T09:51:34.0524162Z *** Resolve App file in [C:\vsts-agent-alops-warp10\_work\2\a]
2023-06-26T09:51:34.0602689Z *** Multiple App files found with filter [*.app].
2023-06-26T09:51:34.0661316Z   * C:\vsts-agent-alops-warp10\_work\2\a\VanRoey.be_res_harmonics_22.0.92058.0_sandbox_22.2_base.app
2023-06-26T09:51:34.0683214Z *** Resolved App File: [C:\vsts-agent-alops-warp10\_work\2\a\VanRoey.be_res_harmonics_22.0.92058.0_sandbox_22.2_base.app].
2023-06-26T09:51:34.1186960Z *** Copy Artifact: [C:\vsts-agent-alops-warp10\_work\2\a\VanRoey.be_res_harmonics_22.0.92058.0_sandbox_22.2_base.app]
2023-06-26T09:51:34.6810637Z *** Import NAV/BC Management DLL's [False]
2023-06-26T09:51:34.6849995Z *** Loading assemblies for ServiceTier [BC].
2023-06-26T09:51:34.8228059Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\220\service]
2023-06-26T09:51:34.8672408Z *** Selected module: [C:\program files\microsoft dynamics nav\220\service\Management\Microsoft.Dynamics.Nav.Management.dll]
2023-06-26T09:51:34.8698160Z *** Loading module: [C:\program files\microsoft dynamics nav\220\service\Management\Microsoft.Dynamics.Nav.Management.dll]
2023-06-26T09:51:34.9419978Z *** Selected module: [C:\program files\microsoft dynamics nav\220\service\Management\Microsoft.Dynamics.Nav.Apps.Management.dll]
2023-06-26T09:51:34.9433744Z *** Loading module: [C:\program files\microsoft dynamics nav\220\service\Management\Microsoft.Dynamics.Nav.Apps.Management.dll]
2023-06-26T09:51:35.0010175Z 
2023-06-26T09:51:35.0053687Z **************************************
2023-06-26T09:51:35.0063391Z  * App File = [c:\Run\DevOps\Artifacts\VanRoey.be_res_harmonics_22.0.92058.0_sandbox_22.2_base.app]
2023-06-26T09:51:35.0064360Z 
2023-06-26T09:51:35.3068678Z  * App.ID        = 96843938-0179-47d7-9795-c40fc8855376
2023-06-26T09:51:35.3099839Z  * App.Name      = res:harmonics
2023-06-26T09:51:35.3124806Z  * App.Publisher = VanRoey.be
2023-06-26T09:51:35.3165018Z  * App.Version   = 22.0.92058.0
2023-06-26T09:51:35.5765119Z  => Publishing App 'res:harmonics v22.0.92058.0'
2023-06-26T09:51:36.1615398Z *** Get Tenants
2023-06-26T09:51:36.4701035Z *** Tenant Info:
2023-06-26T09:51:36.4825488Z 
2023-06-26T09:51:36.4826050Z 
2023-06-26T09:51:36.4828035Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2023-06-26T09:51:36.4828672Z DatabaseName                           : CRONUS
2023-06-26T09:51:36.4829195Z DatabaseServer                         : localhost\SQLEXPRESS
2023-06-26T09:51:36.4829574Z DatabaseUserName                       : 
2023-06-26T09:51:36.4829790Z State                                  : Operational
2023-06-26T09:51:36.4829988Z DetailedState                          : 
2023-06-26T09:51:36.4830179Z DeletionState                          : Not deleted
2023-06-26T09:51:36.4830370Z IsInExclusiveAccessMode                : False
2023-06-26T09:51:36.4830614Z TenantDataVersion                      : 22.2.56969.58209
2023-06-26T09:51:36.4830824Z Compression                            : Unspecified
2023-06-26T09:51:36.4831007Z Id                                     : default
2023-06-26T09:51:36.4831212Z AlternateId                            : {}
2023-06-26T09:51:36.4831398Z ValidAudiences                         : {}
2023-06-26T09:51:36.4831557Z AllowAppDatabaseWrite                  : True
2023-06-26T09:51:36.4831683Z NasServicesEnabled                     : False
2023-06-26T09:51:36.4832652Z RunNasWithAdminRights                  : False
2023-06-26T09:51:36.4832863Z EncryptionProvider                     : LocalKeyFile
2023-06-26T09:51:36.4833061Z AzureKeyVaultSettings                  : 
2023-06-26T09:51:36.4833229Z DefaultCompany                         : 
2023-06-26T09:51:36.4833411Z DefaultTimeZone                        : (UTC) Coordinated Universal Time
2023-06-26T09:51:36.4833588Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2023-06-26T09:51:36.4833846Z AadTenantId                            : common
2023-06-26T09:51:36.4834038Z ApplicationInsightsConnectionString    : 
2023-06-26T09:51:36.4834220Z DisplayName                            : 
2023-06-26T09:51:36.4834515Z EnvironmentName                        : 
2023-06-26T09:51:36.4834635Z EnvironmentType                        : Sandbox
2023-06-26T09:51:36.4834749Z EnvironmentSettings                    : 
2023-06-26T09:51:36.4834800Z 
2023-06-26T09:51:36.4834839Z 
2023-06-26T09:51:36.4834877Z 
2023-06-26T09:51:36.4834909Z 
2023-06-26T09:51:36.4835016Z *** Published App:
2023-06-26T09:51:36.4967486Z 
2023-06-26T09:51:36.4967852Z 
2023-06-26T09:51:36.4968280Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2023-06-26T09:51:36.4968730Z ExtensionDataVersion                  : 22.0.91189.0
2023-06-26T09:51:36.4968966Z IsInstalled                           : False
2023-06-26T09:51:36.4969190Z SyncState                             : NotSynced
2023-06-26T09:51:36.4969378Z NeedsUpgrade                          : False
2023-06-26T09:51:36.4969568Z IsPublished                           : True
2023-06-26T09:51:36.4969811Z Brief                                 : Connect Business Central with res:harmonics PMS
2023-06-26T09:51:36.4970112Z Description                           : Streamline your operations and achieve unparalleled efficiency with our 
2023-06-26T09:51:36.4970412Z                                         integration app. Seamlessly connect Microsoft Dynamisc 365 Business Central 
2023-06-26T09:51:36.4970711Z                                         with res:harmonics PMS, empowering you to handle customers, invoicing, 
2023-06-26T09:51:36.4970972Z                                         payments, and general postings all in one place.
2023-06-26T09:51:36.4971392Z CompatibilityId                       : 1.0.0.0
2023-06-26T09:51:36.4971635Z PrivacyStatement                      : https://www.vanroey.be/voorwaarden/#tab4
2023-06-26T09:51:36.4971902Z Eula                                  : https://www.vanroey.be/voorwaarden/
2023-06-26T09:51:36.4972103Z Help                                  : https://www.vanroey.be/support/
2023-06-26T09:51:36.4972316Z Url                                   : https://www.vanroey.be/
2023-06-26T09:51:36.4972432Z Logo                                  : 
2023-06-26T09:51:36.4972541Z DeveloperTenantId                     : 
2023-06-26T09:51:36.4972652Z ScreenShots                           : {}
2023-06-26T09:51:36.4972787Z Dependencies                          : {Application, Microsoft, 22.0.0.0, False}
2023-06-26T09:51:36.4972919Z Capabilities                          : {}
2023-06-26T09:51:36.4973046Z PackageId                             : abf606bc-8903-4cfd-a5af-653b1e6009fc
2023-06-26T09:51:36.4973180Z PublisherAzureActiveDirectoryTenantId : 
2023-06-26T09:51:36.4973318Z AppId                                 : 96843938-0179-47d7-9795-c40fc8855376
2023-06-26T09:51:36.4973455Z Name                                  : res:harmonics
2023-06-26T09:51:36.4973578Z Publisher                             : VanRoey.be
2023-06-26T09:51:36.4973704Z Version                               : 22.0.92058.0
2023-06-26T09:51:36.4973831Z ExtensionType                         : ModernDev
2023-06-26T09:51:36.4973945Z Scope                                 : Global
2023-06-26T09:51:36.4974052Z Tenant                                : 
2023-06-26T09:51:36.4974095Z 
2023-06-26T09:51:36.4974134Z 
2023-06-26T09:51:36.4974323Z 
2023-06-26T09:51:36.4974365Z 
2023-06-26T09:51:36.4977086Z *** Sync Tenant default
2023-06-26T09:51:36.5595665Z *** Sync App [res:harmonics] on tenant [default]
2023-06-26T09:51:36.7669108Z *** App Already installed, doing upgrade default
2023-06-26T09:51:36.7678702Z   * Current version: 22.0.91189.0
2023-06-26T09:51:36.7688234Z   * New version: 22.0.92058.0
2023-06-26T09:51:36.7696875Z *** Sync App default
2023-06-26T09:51:36.7892906Z *** Tenant Dataupgrade default
2023-06-26T09:51:37.2999228Z 
2023-06-26T09:51:37.3020874Z **************************************
2023-06-26T09:51:37.3021098Z 
2023-06-26T09:51:37.3058662Z 
2023-06-26T09:51:37.3079351Z *** Disconnect Docker session.
2023-06-26T09:51:37.3113704Z *** Remove Docker session.
2023-06-26T09:51:37.3123243Z *** Docker session removed.
2023-06-26T09:51:37.3131817Z *** AL-Extension Published to ALOps Repository
2023-06-26T09:51:37.3197787Z *** Cleanup VSTS Environment: True
2023-06-26T09:51:39.5835180Z ##[section]Async Command Start: Add Build Tag
2023-06-26T09:51:39.5835386Z ##[section]Async Command End: Add Build Tag
2023-06-26T09:51:39.6101142Z ##[error]A potentially dangerous Request.Path value was detected from the client (:).
2023-06-26T09:51:39.6112799Z ##[section]Finishing: Publish App
waldo1001 commented 1 year ago

Solved in next release!

Arthurvdv commented 1 year ago

Resolved, thanks!

AdminHodor commented 1 year ago

Implemented in v1.458