HodorNV / ALOps

ALOps
59 stars 24 forks source link

[FEATURE REQUEST] Support for change publisher or extension name #578

Closed Arthurvdv closed 1 year ago

Arthurvdv commented 1 year ago

Is your feature request related to a problem? Please describe. Example case is the change of the Name of the App from Continia. With the latest release for BC v21 the Name of the App is changed (notice the missing 365 at the end).

BC v20

 * App File = [C:\Run\DevOps\Artifacts-2ca71cadf9664128a4b497c94b88b205\DC 9.2.0.0 - 20.0 (BC 2022 Wave 1).app]
 * App.ID        = 6da8dd2f-e698-461f-9147-8e404244dd85
 * App.Name      = Continia Document Capture 365
 * App.Publisher = Continia Software
 * App.Version   = 9.2.0.0

BC v21

 * App File = [C:\Run\DevOps\Artifacts-cd012633a9614e18828ad361c7c3558f\DC 10.0.0.35631 - 21.0 (BC 2022 Wave 2).app]
 * App.ID        = 6da8dd2f-e698-461f-9147-8e404244dd85
 * App.Name      = Continia Document Capture
 * App.Publisher = Continia Software
 * App.Version   = 10.0.0.35631

In the app.json there's a dependency to this App

"dependencies": [
  {
    "id": "6da8dd2f-e698-461f-9147-8e404244dd85",
    "publisher": "Continia Software",
    "name": "Continia Document Capture 365",
    "version": "8.2.0.3"
  }
]

This works without problems in the ALOpsAppCompiler@2. The ALOpsAppCompiler@1 on the other hand throws an error

*** Download Application-Symbols for [Continia Document Capture 365 v8.2.0.3]
*** Downloading NAV Symbols for [Continia Document Capture 365 v8.2.0.3]
*** Downloading NAV Symbols from [https://f822921395fd:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.3&tenant=default]
*** Downloading NAV Symbols with BasicAuthentication [admin]
Invoke-RestMethod -Method Get -Uri https://f822921395fd:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.3&tenant=default
##[error]Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."

Describe the solution you'd like From Business Central 2021rw2 (v19) it's supported to change the publisher or extension name; https://learn.microsoft.com/en-us/dynamics365-release-plan/2021wave2/smb/dynamics365-business-central/change-publisher-or-extension-name.

I think the http call is missing the AppId in the call when try'ing to download the symbols. It should be something like this; https://f822921395fd:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.3&appId=6da8dd2f-e698-461f-9147-8e404244dd85&tenant=default

This would resolve the correct symbols, even when the name of the App isn't an exact match.

waldo1001 commented 1 year ago

Will fix. Even only working with AppId is possible 👍. Thanks for the tip!

Arthurvdv commented 1 year ago

Probably unnecessary, but I notice the grabbing of symbols of the Application App, here there's no AppId. Could it be that sending the combination of all three parameters, publisher, appName and appId the Service Tier wil try to find a best match?

[2022-10-27 17:51:08.37] Sending request to https://server.com:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=19.0.0.0&appId=00000000-0000-0000-0000-000000000000&tenant=default
[2022-10-27 17:51:08.37] Sending request to https://server.com:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0&appId=8874ed3a-0643-4247-9ced-7a7002f7135d&tenant=default
[2022-10-27 17:51:10.07] The following dependencies will be queried for propagated dependencies:
System Application by Microsoft (21.0.0.0)
Base Application by Microsoft (21.0.0.0)
[2022-10-27 17:51:10.08] Sending request to https://server.com:7049/BC/dev/packages?publisher=Microsoft&appName=System Application&versionText=21.0.0.0&appId=63ca2fa4-4f03-4f2b-a480-172fef340d3f&tenant=default
[2022-10-27 17:51:10.08] Sending request to https://server.com:7049/BC/dev/packages?publisher=Microsoft&appName=Base Application&versionText=21.0.0.0&appId=437dbf0e-84ff-417a-965d-ed2bb9650972&tenant=default
AdminHodor commented 1 year ago

Dear @Arthurvdv ,

Could you please check our latest release v1.454.3354, we made the fix as you suggested.

Kind regards,

Arthurvdv commented 1 year ago

Almost there!

Compiling the App works perfect, Compiling the Test-App unfortunately throws the same error.

The Test-App has a dependency to the App, where the App itself has the dependency to Continia. Could this be the case that this reacts differently?

App

  "id": "258047c2-c091-40f2-810b-0846e2e2db85",
  "name": "<Customer> - Continia",
  "publisher": "VanRoey.be",
  "version": "1.0.0.0",
  "dependencies": [
    {
      "id": "22b42e4f-a408-402e-90a1-2ebe2f331a59",
      "publisher": "VanRoey.be",
      "name": "<Customer>",
      "version": "1.0.0.0"
    },
    {
      "id": "6da8dd2f-e698-461f-9147-8e404244dd85",
      "publisher": "Continia Software",
      "name": "Continia Document Capture 365",
      "version": "8.2.0.0"
    }
  ]
*** Download Application-Symbols for [Continia Document Capture 365 v8.2.0.0]
*** Downloading NAV Symbols for [Continia Document Capture 365 v8.2.0.0]
*** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default&appid=6da8dd2f-e698-461f-9147-8e404244dd85]
*** Downloading NAV Symbols with BasicAuthentication [admin]
##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default&appid=6da8dd2f-e698-461f-9147-8e404244dd85
*** Content-Disposition: attachment; filename="Continia Software_Continia Document Capture_10.0.1.55527.app"; filename*=UTF-8''Continia%20Software_Continia%20Document%20Capture_10.0.1.55527.app
*** Saving symbol file [Continia Software_Continia Document Capture_10.0.1.55527.app] to [c:\Run\DevOps\PackageCache]

Test-App

  "dependencies": [
    {
      "id": "258047c2-c091-40f2-810b-0846e2e2db85",
      "publisher": "VanRoey.be",
      "name": "<Continia> - Continia",
      "version": "1.0.0.0"
    },
*** Download Application-Symbols for [<Customer> - D365BC Extension v1.0.0.0]
*** Downloading NAV Symbols for [<Customer> - D365BC Extension v1.0.0.0]
*** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+D365BC+Extension&versionText=1.0.0.0&tenant=default]
*** Downloading NAV Symbols with BasicAuthentication [admin]
##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+D365BC+Extension&versionText=1.0.0.0&tenant=default
*** Content-Disposition: attachment; filename="VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app"; filename*=UTF-8''VanRoey.be_<Customer>%20-%20D365BC%20Extension_21.0.62805.0.app
*** Saving symbol file [VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app] to [c:\Run\DevOps\PackageCache]
*** Read App Manifest: [c:\Run\DevOps\PackageCache\VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app].
*** Propagated Dependency: Microsoft - _Exclude_APIV2_ - 19.0.0.0
***
*** Download Application-Symbols for [Continia Document Capture 365 v8.2.0.0]
*** Downloading NAV Symbols for [Continia Document Capture 365 v8.2.0.0]
*** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default]
*** Downloading NAV Symbols with BasicAuthentication [admin]
##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default
##[error]Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."

Full log Compile App

2022-12-02T10:57:32.5094821Z ##[section]Starting: Compile App
2022-12-02T10:57:32.5211604Z ==============================================================================
2022-12-02T10:57:32.5211962Z Task         : ALOps App Compiler
2022-12-02T10:57:32.5212248Z Description  : Compile AL Extensions for Business Central
2022-12-02T10:57:32.5212512Z Version      : 1.454.3362
2022-12-02T10:57:32.5212707Z Author       : Hodor
2022-12-02T10:57:32.5212978Z Help         : Compile a Business Central extension from AL code.
2022-12-02T10:57:32.5213444Z ==============================================================================
2022-12-02T10:57:35.3315368Z *** Validate configuration
2022-12-02T10:57:35.6010641Z *** Task Inputs:
2022-12-02T10:57:35.6011594Z 
2022-12-02T10:57:35.6094108Z name                                                                                                              value
2022-12-02T10:57:35.6095010Z ----                                                                                                              -----
2022-12-02T10:57:35.6244593Z usedocker                                                                                                          True
2022-12-02T10:57:35.6246083Z fixed_tag                                                                                                              
2022-12-02T10:57:35.6246755Z targetproject                                                         C:\azure-vsts-agent-build\_work\88\s\app\app.json
2022-12-02T10:57:35.6247765Z nav_computername                                                                                                       
2022-12-02T10:57:35.6248416Z nav_serverinstance                                                                                                BC140
2022-12-02T10:57:35.6249020Z nav_tenant                                                                                                      default
2022-12-02T10:57:35.6249603Z nav_ports_dev                                                                                                      7049
2022-12-02T10:57:35.6250174Z bc_username                                                                                                            
2022-12-02T10:57:35.6250728Z bc_password                                                                                                            
2022-12-02T10:57:35.6251301Z al_compiler_version                                                                                          0.12.15355
2022-12-02T10:57:35.6251993Z ruleset                                          ...019-12-12&sr=b&sig=MMp3UtkpsoFMH%2BPvkvtggs5Rm2UPyG1akRzUKot0MaA%3D
2022-12-02T10:57:35.6252760Z suppresswarnings                                                                                                   KEEP
2022-12-02T10:57:35.6253334Z al_analyzer                                                                                                        None
2022-12-02T10:57:35.6253884Z ignorepragmas                                                                                                          
2022-12-02T10:57:35.6254461Z nav_app_version                                                                                                 A.A.*.0
2022-12-02T10:57:35.6255096Z vsix_download_path                                                                                                     
2022-12-02T10:57:35.6255657Z use_ssl                                                                                                           False
2022-12-02T10:57:35.6256228Z download_test_symbols                                                                                             False
2022-12-02T10:57:35.6256808Z usecompression                                                                                                     True
2022-12-02T10:57:35.6258201Z publish_artifact                                                                                                  False
2022-12-02T10:57:35.6258836Z publishxlif                                                                                                       False
2022-12-02T10:57:35.6263407Z failed_on_warnings                                                                                                False
2022-12-02T10:57:35.6264131Z app_file_suffix                                                                                                    _APP
2022-12-02T10:57:35.6417563Z updatebuildnumber                                                                                                 False
2022-12-02T10:57:35.6419300Z setup_working_folder                                                                                              False
2022-12-02T10:57:35.6419859Z showmycode                                                                                                         Keep
2022-12-02T10:57:35.6420404Z resourceexposurepolicy_allowdebugging                                                                              Keep
2022-12-02T10:57:35.6420993Z resourceexposurepolicy_allowdownloadingsource                                                                      Keep
2022-12-02T10:57:35.6421588Z resourceexposurepolicy_includesourceinsymbolfile                                                                   Keep
2022-12-02T10:57:35.6422190Z internalsvisibleto                                                                                                 Keep
2022-12-02T10:57:35.6422712Z preprocessorsymbols                                                                                                    
2022-12-02T10:57:35.6424058Z applicationinsightskey                                                                                                 
2022-12-02T10:57:35.6424720Z printappmanifest                                                                                                   True
2022-12-02T10:57:35.6425223Z output_alc_logs                                                                                                    True
2022-12-02T10:57:35.6425733Z additionalprobingpaths                                                                                                 
2022-12-02T10:57:35.6426029Z 
2022-12-02T10:57:35.6426253Z 
2022-12-02T10:57:35.6426472Z 
2022-12-02T10:57:35.6426977Z *** For documentation, please visit   : https://www.alops.be/documentation
2022-12-02T10:57:35.6427322Z 
2022-12-02T10:57:36.0601853Z *** ALOps License:
2022-12-02T10:57:36.0604416Z   * Licensed To: Van Roey (Collection License)
2022-12-02T10:57:36.0688564Z 
2022-12-02T10:57:36.0793067Z *** Importing required PS-Functions
2022-12-02T10:57:36.5541195Z *** Initiate Docker Session
2022-12-02T10:57:36.9137656Z *** Set Docker Container ErrorActionPreference = Stop
2022-12-02T10:57:37.3809585Z *** Import NAV/BC Management DLL's
2022-12-02T10:57:37.3863517Z *** Loading assemblies for ServiceTier [BC].
2022-12-02T10:57:37.7934642Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\210\service]
2022-12-02T10:57:37.8039891Z *** Selected module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2022-12-02T10:57:37.8053889Z *** Loading module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2022-12-02T10:57:37.8365251Z *** Selected module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Management.dll]
2022-12-02T10:57:37.8369309Z *** Loading module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Management.dll]
2022-12-02T10:57:37.8615492Z *** BC NCL Management DLL: C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Ncl.dll
2022-12-02T10:57:38.1520212Z *** BC Types DLL: C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Types.dll
2022-12-02T10:57:38.3684685Z *** Setting up AL Compiler [ALLanguage]
2022-12-02T10:57:38.5752168Z *** Downloading AL Compiler [ALLanguage]
2022-12-02T10:57:38.5891026Z *** Get Extension from Local-Disk...[C:\Run\ALLanguage.vsix]
2022-12-02T10:57:38.5894431Z *** Resolving Path [C:\Run\ALLanguage.vsix]
2022-12-02T10:57:38.6739970Z *** VSIX Path Resolved: [C:\Run\ALLanguage.vsix]
2022-12-02T10:57:38.6801786Z *** Unpacking Extension to folder...
2022-12-02T10:57:45.8845548Z *** Loading Json Object: [c:\Run\Microsoft.al\al-ALLanguage\extension\package.json]
2022-12-02T10:57:45.9096997Z *** Using AL Compiler [vALLanguage] located [C:\Run\Microsoft.al\al-ALLanguage\extension\bin\win32\alc.exe]
2022-12-02T10:57:45.9100921Z ***
2022-12-02T10:57:45.9109630Z *** Working folder: C:\azure-vsts-agent-build\_work\88\s
2022-12-02T10:57:45.9113855Z ***
2022-12-02T10:57:45.9119053Z *** Copy Working folder to Docker Container: e6d709ed91ea64ef6f2ad898a72aa88cfb2ad54bc675274bba4ae72411c149d3
2022-12-02T10:57:45.9123383Z *** Docker Working Folder: c:\Run\DevOps\
2022-12-02T10:57:45.9128177Z *** Copy from [C:\azure-vsts-agent-build\_work\88\s] to [c:\Run\DevOps\]
2022-12-02T10:57:45.9156514Z *** Source File setup completed
2022-12-02T10:57:46.3212713Z *** Target Project: \app\app.json
2022-12-02T10:57:46.3215545Z *** Check for app.json files: c:\Run\DevOps\
2022-12-02T10:57:46.3416801Z *** Multiple projects found:
2022-12-02T10:57:46.3508799Z    - C:\Run\DevOps\App
2022-12-02T10:57:46.3511084Z    - C:\Run\DevOps\Test
2022-12-02T10:57:46.3513243Z *** Retrieving App-Info [\app\app.json]
2022-12-02T10:57:46.3543080Z *** Loading Json Object: [c:\Run\DevOps\app\app.json]
2022-12-02T10:57:46.3570240Z   * App.ID          = 258047c2-c091-40f2-810b-0846e2e2db85
2022-12-02T10:57:46.3586168Z   * App.Name        = <Customer> - Continia
2022-12-02T10:57:46.3606725Z   * App.Publisher   = VanRoey.be
2022-12-02T10:57:46.3615383Z   * App.Version     = 19.0.63299.0
2022-12-02T10:57:46.3632421Z   * App.Platform    = 1.0.0.0
2022-12-02T10:57:46.3647569Z   * App.Application = 19.0.0.0
2022-12-02T10:57:46.3696716Z *** Check Runtime: [7.0]
2022-12-02T10:57:46.3795038Z *** Removing ResourceExposurePolicy
2022-12-02T10:57:46.3817321Z ***
2022-12-02T10:57:46.4346860Z ##[warning]Get-NAVInfoStep: Exception calling "Parse" with "1" argument(s): "Input string was not in a correct format."
2022-12-02T10:57:46.4349137Z ***
2022-12-02T10:57:46.5037718Z *** Working Direcotry: [c:\Run\DevOps\]
2022-12-02T10:57:46.5048968Z *** Target Project: [\app\app.json]
2022-12-02T10:57:46.5051295Z *** Project Directory: [c:\Run\DevOps\app]
2022-12-02T10:57:46.5079010Z *** Downloading Ruleset: [***]
2022-12-02T10:57:46.5104634Z ##[command]Invoke-RestMethod -Method Get -Uri "***" -OutFile "c:\Run\DevOps\app\ruleset.json"
2022-12-02T10:57:46.8947245Z *** Ruleset download complete
2022-12-02T10:57:46.8993119Z *** Using Ruleset: [c:\Run\DevOps\app\ruleset.json]
2022-12-02T10:57:46.8995268Z ***
2022-12-02T10:57:47.0010466Z *** Resolve Docker Credentials
2022-12-02T10:57:47.0080731Z *** Setup BC Username/Password from Container info
2022-12-02T10:57:47.0102653Z *** Download Symbols
2022-12-02T10:57:47.2997333Z *** Working Dir: c:\Run\DevOps\
2022-12-02T10:57:47.5110247Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\210\service]
2022-12-02T10:57:47.5658363Z *** PackageCache path created [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:47.5663592Z ***
2022-12-02T10:57:47.5735645Z *** Propagated Dependency: VanRoey.be - <Customer> - D365BC Extension - 1.0.0.0
2022-12-02T10:57:47.5815514Z *** Propagated Dependency: Continia Software - Continia Document Capture 365 - 8.2.0.0
2022-12-02T10:57:47.5824046Z *** Download System-Symbols for [1.0.0.0]
2022-12-02T10:57:47.6154560Z *** Downloading NAV Symbols for [System v1.0.0.0]
2022-12-02T10:57:47.6161654Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0&tenant=default]
2022-12-02T10:57:47.6383402Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:47.6398978Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0&tenant=default
2022-12-02T10:57:48.5086246Z *** Content-Disposition: attachment; filename=Microsoft_System_21.0.48357.50250.app; filename*=UTF-8''Microsoft_System_21.0.48357.50250.app
2022-12-02T10:57:48.5300977Z *** Saving symbol file [Microsoft_System_21.0.48357.50250.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:48.5440749Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_System_21.0.48357.50250.app].
2022-12-02T10:57:48.6216817Z ***
2022-12-02T10:57:48.6221564Z *** Download Application-Symbols for [19.0.0.0]
2022-12-02T10:57:48.6233879Z *** Downloading NAV Symbols for [Application v19.0.0.0]
2022-12-02T10:57:48.6241961Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=19.0.0.0&tenant=default]
2022-12-02T10:57:48.6252511Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:48.6259416Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=19.0.0.0&tenant=default
2022-12-02T10:57:49.1260993Z *** Content-Disposition: attachment; filename=Microsoft_Application_21.1.48363.50290.app; filename*=UTF-8''Microsoft_Application_21.1.48363.50290.app
2022-12-02T10:57:49.1288598Z *** Saving symbol file [Microsoft_Application_21.1.48363.50290.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:49.1449194Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Application_21.1.48363.50290.app].
2022-12-02T10:57:49.1622315Z *** Propagated Dependency: Microsoft - System Application - 21.1.0.0
2022-12-02T10:57:49.1667118Z *** Propagated Dependency: Microsoft - Base Application - 21.1.0.0
2022-12-02T10:57:49.1675372Z ***
2022-12-02T10:57:49.1680743Z *** AppSourceCop not specified, skipping download previous
2022-12-02T10:57:49.1697398Z *** Check for Depency Apps 4
2022-12-02T10:57:49.1727364Z *** Download Application-Symbols for [<Customer> - D365BC Extension v1.0.0.0]
2022-12-02T10:57:49.1736571Z *** Downloading NAV Symbols for [<Customer> - D365BC Extension v1.0.0.0]
2022-12-02T10:57:49.1743294Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+D365BC+Extension&versionText=1.0.0.0&tenant=default&appid=22b42e4f-a408-402e-90a1-2ebe2f331a59]
2022-12-02T10:57:49.1752431Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:49.1760547Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+D365BC+Extension&versionText=1.0.0.0&tenant=default&appid=22b42e4f-a408-402e-90a1-2ebe2f331a59
2022-12-02T10:57:49.7056073Z *** Content-Disposition: attachment; filename="VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app"; filename*=UTF-8''VanRoey.be_<Customer>%20-%20D365BC%20Extension_21.0.62805.0.app
2022-12-02T10:57:49.7081790Z *** Saving symbol file [VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:49.7120435Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app].
2022-12-02T10:57:49.7144997Z *** Propagated Dependency: Microsoft - _Exclude_APIV2_ - 19.0.0.0
2022-12-02T10:57:49.7155043Z ***
2022-12-02T10:57:49.7187790Z *** Download Application-Symbols for [Continia Document Capture 365 v8.2.0.0]
2022-12-02T10:57:49.7194391Z *** Downloading NAV Symbols for [Continia Document Capture 365 v8.2.0.0]
2022-12-02T10:57:49.7195606Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default&appid=6da8dd2f-e698-461f-9147-8e404244dd85]
2022-12-02T10:57:49.7203999Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:49.7210971Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default&appid=6da8dd2f-e698-461f-9147-8e404244dd85
2022-12-02T10:57:50.2762887Z *** Content-Disposition: attachment; filename="Continia Software_Continia Document Capture_10.0.1.55527.app"; filename*=UTF-8''Continia%20Software_Continia%20Document%20Capture_10.0.1.55527.app
2022-12-02T10:57:50.2791328Z *** Saving symbol file [Continia Software_Continia Document Capture_10.0.1.55527.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:50.3320513Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Continia Software_Continia Document Capture_10.0.1.55527.app].
2022-12-02T10:57:50.5260604Z *** Propagated Dependency: Continia Software - Continia Core - 7.0.0.0
2022-12-02T10:57:50.5271314Z *** Propagated Dependency: Continia Software - Continia Delivery Network - 4.0.0.0
2022-12-02T10:57:50.5304504Z ***
2022-12-02T10:57:50.5354707Z *** Download Application-Symbols for [System Application v21.1.0.0]
2022-12-02T10:57:50.5408745Z *** Downloading NAV Symbols for [System Application v21.1.0.0]
2022-12-02T10:57:50.5415870Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=System+Application&versionText=21.1.0.0&tenant=default]
2022-12-02T10:57:50.5429345Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:50.5436004Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=System+Application&versionText=21.1.0.0&tenant=default
2022-12-02T10:57:50.9481110Z *** Content-Disposition: attachment; filename="Microsoft_System Application_21.1.48363.50290.app"; filename*=UTF-8''Microsoft_System%20Application_21.1.48363.50290.app
2022-12-02T10:57:50.9514083Z *** Saving symbol file [Microsoft_System Application_21.1.48363.50290.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:50.9660316Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_System Application_21.1.48363.50290.app].
2022-12-02T10:57:50.9848461Z ***
2022-12-02T10:57:50.9874682Z *** Download Application-Symbols for [Base Application v21.1.0.0]
2022-12-02T10:57:50.9884531Z *** Downloading NAV Symbols for [Base Application v21.1.0.0]
2022-12-02T10:57:50.9887151Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=Base+Application&versionText=21.1.0.0&tenant=default]
2022-12-02T10:57:50.9905353Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:50.9908636Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=Base+Application&versionText=21.1.0.0&tenant=default
2022-12-02T10:57:51.4915097Z *** Content-Disposition: attachment; filename="Microsoft_Base Application_21.1.48363.50290.app"; filename*=UTF-8''Microsoft_Base%20Application_21.1.48363.50290.app
2022-12-02T10:57:51.4918091Z *** Saving symbol file [Microsoft_Base Application_21.1.48363.50290.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:51.6087291Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Base Application_21.1.48363.50290.app].
2022-12-02T10:57:51.7170020Z ***
2022-12-02T10:57:51.7182981Z *** Download Application-Symbols for [_Exclude_APIV2_ v19.0.0.0]
2022-12-02T10:57:51.7198424Z *** Downloading NAV Symbols for [_Exclude_APIV2_ v19.0.0.0]
2022-12-02T10:57:51.7200277Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=_Exclude_APIV2_&versionText=19.0.0.0&tenant=default]
2022-12-02T10:57:51.7220102Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:51.7223613Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Microsoft&appName=_Exclude_APIV2_&versionText=19.0.0.0&tenant=default
2022-12-02T10:57:52.0986310Z *** Content-Disposition: attachment; filename=Microsoft__Exclude_APIV2__21.1.48363.50290.app; filename*=UTF-8''Microsoft__Exclude_APIV2__21.1.48363.50290.app
2022-12-02T10:57:52.0994738Z *** Saving symbol file [Microsoft__Exclude_APIV2__21.1.48363.50290.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:52.1050563Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft__Exclude_APIV2__21.1.48363.50290.app].
2022-12-02T10:57:52.1083015Z ***
2022-12-02T10:57:52.1091548Z *** Download Application-Symbols for [Continia Core v7.0.0.0]
2022-12-02T10:57:52.1104290Z *** Downloading NAV Symbols for [Continia Core v7.0.0.0]
2022-12-02T10:57:52.1109167Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Core&versionText=7.0.0.0&tenant=default]
2022-12-02T10:57:52.1127313Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:52.1129687Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Core&versionText=7.0.0.0&tenant=default
2022-12-02T10:57:52.9918376Z *** Content-Disposition: attachment; filename="Continia Software_Continia Core_7.0.0.35523.app"; filename*=UTF-8''Continia%20Software_Continia%20Core_7.0.0.35523.app
2022-12-02T10:57:52.9935884Z *** Saving symbol file [Continia Software_Continia Core_7.0.0.35523.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:52.9960867Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Continia Software_Continia Core_7.0.0.35523.app].
2022-12-02T10:57:52.9984201Z ***
2022-12-02T10:57:52.9990504Z *** Download Application-Symbols for [Continia Delivery Network v4.0.0.0]
2022-12-02T10:57:53.0012088Z *** Downloading NAV Symbols for [Continia Delivery Network v4.0.0.0]
2022-12-02T10:57:53.0018169Z *** Downloading NAV Symbols from [https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Delivery+Network&versionText=4.0.0.0&tenant=default]
2022-12-02T10:57:53.0026712Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T10:57:53.0029578Z ##[command]Invoke-RestMethod -Method Get -Uri https://e6d709ed91ea:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Delivery+Network&versionText=4.0.0.0&tenant=default
2022-12-02T10:57:53.3909996Z *** Content-Disposition: attachment; filename="Continia Software_Continia Delivery Network_4.0.0.35521.app"; filename*=UTF-8''Continia%20Software_Continia%20Delivery%20Network_4.0.0.35521.app
2022-12-02T10:57:53.3919301Z *** Saving symbol file [Continia Software_Continia Delivery Network_4.0.0.35521.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T10:57:53.3947627Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Continia Software_Continia Delivery Network_4.0.0.35521.app].
2022-12-02T10:57:53.4406764Z ***
2022-12-02T10:57:53.8567818Z *** Starting AL Compiler...
2022-12-02T10:57:53.8571329Z *** App.Name         = <Customer> - Continia
2022-12-02T10:57:53.8576426Z *** App.Publisher    = VanRoey.be
2022-12-02T10:57:53.8585617Z *** App.Compiler Path= C:\Run\Microsoft.al\al-ALLanguage\extension\bin\win32\alc.exe
2022-12-02T10:57:53.8675494Z *** Checking for Assemblies in App
2022-12-02T10:57:53.8867712Z *** Assemblies in App found. Adding Probing Paths (1).
2022-12-02T10:57:53.8871555Z   * C:\Run\DevOps
2022-12-02T10:57:53.8875697Z *** Add Windows Assembly Path [C:\Windows\assembly]
2022-12-02T10:57:53.8932347Z *** CodeAnalyzers DISABLED.
2022-12-02T10:57:53.8970293Z *** Detect ALC.EXE Features.
2022-12-02T10:57:53.8972993Z ##[command]& C:\Run\Microsoft.al\al-ALLanguage\extension\bin\win32\alc.exe /?
2022-12-02T10:57:54.6267735Z   * PARALLEL+
2022-12-02T10:57:54.6273448Z   * MAXDEGREEOFPARALLELISM
2022-12-02T10:57:54.6276432Z   * ASSEMBLYPROBINGPATHS
2022-12-02T10:57:54.6332011Z ##[command]& C:\Run\Microsoft.al\al-ALLanguage\extension\bin\win32\alc.exe /packagecachepath:"c:\Run\DevOps\PackageCache" /project:"c:\Run\DevOps\app" /out:"c:\Run\DevOps\VanRoey.be_<Customer> - Continia_19.0.63299.0_APP.app" /fullpaths /parallel+ /maxDegreeOfParallelism:2 /assemblyprobingpaths:"C:\Run\DevOps","C:\Windows\assembly","C:\Windows\Microsoft.NET\assembly","C:\program files\microsoft dynamics nav\210\service" /ruleset:"c:\Run\DevOps\app\ruleset.json"
2022-12-02T10:58:01.6807448Z *** AL Compiler Exit Code: 0
2022-12-02T10:58:01.8140304Z *** AL Compiler raw logs: Start
2022-12-02T10:58:01.8147502Z Microsoft (R) AL Compiler version 10.1.10.44797
2022-12-02T10:58:01.8154208Z Copyright (C) Microsoft Corporation. All rights reserved
2022-12-02T10:58:01.8161469Z Compilation started for project '<Customer> - Continia' containing '2' files at '11:57:55.285'.
2022-12-02T10:58:01.8169859Z info AL1076: A package that satisfies the dependency on app with ID 6da8dd2f-e698-461f-9147-8e404244dd85 with name 'Continia Document Capture 365' and publisher 'Continia Software' was found, but the name or publisher has changed. New name 'Continia Document Capture' and new publisher 'Continia Software'. Consider updating the dependency reference to the new name/publisher.
2022-12-02T10:58:01.8175638Z Compilation ended at '11:58:01.640'.
2022-12-02T10:58:01.8184427Z *** AL Compiler raw logs: End
2022-12-02T10:58:01.8189891Z *** Start processing compile results.
2022-12-02T10:58:01.8370425Z info AL1076: A package that satisfies the dependency on app with ID 6da8dd2f-e698-461f-9147-8e404244dd85 with name 'Continia Document Capture 365' and publisher 'Continia Software' was found, but the name or publisher has changed. New name 'Continia Document Capture' and new publisher 'Continia Software'. Consider updating the dependency reference to the new name/publisher.
2022-12-02T10:58:01.8502171Z *** Store compile log to [c:\Run\DevOps\compilelog.txt]
2022-12-02T10:58:01.8571367Z *** Start processing compile results done.
2022-12-02T10:58:01.8581174Z *** Transfer App Artifact from Docker container.
2022-12-02T10:58:02.0929111Z *** Transfer Compile Log from Docker container.
2022-12-02T10:58:02.1790856Z *** Process Compile results.
2022-12-02T10:58:02.1972639Z *** Process Compile results: retrieve status.
2022-12-02T10:58:02.2006867Z *** Publish XLIF as Artifact skipped
2022-12-02T10:58:02.2011357Z *** Transfer App file to Artifacts.
2022-12-02T10:58:02.2051362Z *** AL Compiler Finished.
2022-12-02T10:58:02.2055772Z ***
2022-12-02T10:58:02.2060214Z *** Compile OK.
2022-12-02T10:58:02.2068794Z ***
2022-12-02T10:58:02.2118751Z 
2022-12-02T10:58:02.2123530Z *** Disconnect Docker session.
2022-12-02T10:58:02.2138429Z *** Remove Docker session.
2022-12-02T10:58:02.2142856Z *** Docker session removed.
2022-12-02T10:58:02.2200418Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT_ARRAY) = 'C:\azure-vsts-agent-build\_work\88\a\VanRoey.be_<Customer> - Continia_1.0.63299.0_sandbox_21.1_be.app,C:\azure-vsts-agent-build\_work\88\a\VanRoey.be_<Customer> - Continia_19.0.63299.0_sandbox_21.1_be.app,C:\azure-vsts-agent-build\_work\88\a\VanRoey.be_<Customer> - Continia_19.0.63299.0_APP.app'
2022-12-02T10:58:02.2246809Z *** Set Pipeline variable $(ALOPS_COMPILE_ARTIFACT) = 'C:\azure-vsts-agent-build\_work\88\a\VanRoey.be_<Customer> - Continia_19.0.63299.0_APP.app'
2022-12-02T10:58:02.2256466Z *** App-Artifact upload skipped.
2022-12-02T10:58:02.2260780Z ***
2022-12-02T10:58:02.2320408Z *** Cleanup VSTS Environment: True
2022-12-02T10:58:04.5101797Z ##[section]Async Command Start: Add Build Tag
2022-12-02T10:58:04.5102979Z Build '63299' has following tags now: AL.Compiler.ALLanguage, AL.Analyzer.UICop, AL.Analyzer.PerTenantExtensionCop, AL.Analyzer.CodeCop, App.Continia Core.7.0.0.35523, App.Continia Delivery Network.4.0.0.35521, App.Continia Document Capture.10.0.1.55527, App.<Customer> - D365BC Extension.21.0.62805.0, myimage-sandbox-21.1.48363.50290-be-10.0.20348.887-ltsc2022, BC.Version.21.1.48363.50290, BC.Platform.21.0.48357.50250
2022-12-02T10:58:04.5103981Z ##[section]Async Command End: Add Build Tag
2022-12-02T10:58:04.5104903Z ##[section]Finishing: Compile App

Full log Compile Test-App

2022-12-02T11:06:43.7824210Z ##[section]Starting: Compile Test App
2022-12-02T11:06:43.8299957Z ==============================================================================
2022-12-02T11:06:43.8300323Z Task         : ALOps App Compiler
2022-12-02T11:06:43.8300606Z Description  : Compile AL Extensions for Business Central
2022-12-02T11:06:43.8300869Z Version      : 1.454.3362
2022-12-02T11:06:43.8301073Z Author       : Hodor
2022-12-02T11:06:43.8301337Z Help         : Compile a Business Central extension from AL code.
2022-12-02T11:06:43.8301700Z ==============================================================================
2022-12-02T11:06:46.6520544Z *** Validate configuration
2022-12-02T11:06:46.9216268Z *** Task Inputs:
2022-12-02T11:06:46.9216830Z 
2022-12-02T11:06:46.9279076Z name                                                                                           value
2022-12-02T11:06:46.9279570Z ----                                                                                           -----
2022-12-02T11:06:46.9280394Z usedocker                                                                                       True
2022-12-02T11:06:46.9281023Z fixed_tag                                                                                           
2022-12-02T11:06:46.9281753Z targetproject                                    C:\azure-vsts-agent-build\_work\352\s\test\app.json
2022-12-02T11:06:46.9282181Z nav_computername                                                                                    
2022-12-02T11:06:46.9282649Z nav_serverinstance                                                                             BC140
2022-12-02T11:06:46.9283325Z nav_tenant                                                                                   default
2022-12-02T11:06:46.9285381Z nav_ports_dev                                                                                   7049
2022-12-02T11:06:46.9285896Z bc_username                                                                                         
2022-12-02T11:06:46.9286391Z bc_password                                                                                         
2022-12-02T11:06:46.9286964Z al_compiler_version                                                                       0.12.15355
2022-12-02T11:06:46.9287358Z ruleset                                                                                             
2022-12-02T11:06:46.9287916Z suppresswarnings                                                                                KEEP
2022-12-02T11:06:46.9288392Z al_analyzer                                                                                     None
2022-12-02T11:06:46.9288968Z ignorepragmas                                                                                       
2022-12-02T11:06:46.9289455Z nav_app_version                                                                                     
2022-12-02T11:06:46.9289964Z vsix_download_path                                                                                  
2022-12-02T11:06:46.9290546Z use_ssl                                                                                        False
2022-12-02T11:06:46.9290921Z download_test_symbols                                                                          False
2022-12-02T11:06:46.9291489Z usecompression                                                                                  True
2022-12-02T11:06:46.9292055Z publish_artifact                                                                               False
2022-12-02T11:06:46.9292545Z publishxlif                                                                                    False
2022-12-02T11:06:46.9293059Z failed_on_warnings                                                                             False
2022-12-02T11:06:46.9293616Z app_file_suffix                                                                                _TEST
2022-12-02T11:06:46.9294152Z updatebuildnumber                                                                              False
2022-12-02T11:06:46.9296970Z setup_working_folder                                                                           False
2022-12-02T11:06:46.9297453Z showmycode                                                                                      Keep
2022-12-02T11:06:46.9298079Z resourceexposurepolicy_allowdebugging                                                           Keep
2022-12-02T11:06:46.9298715Z resourceexposurepolicy_allowdownloadingsource                                                   Keep
2022-12-02T11:06:46.9299170Z resourceexposurepolicy_includesourceinsymbolfile                                                Keep
2022-12-02T11:06:46.9299577Z internalsvisibleto                                                                              Keep
2022-12-02T11:06:46.9299935Z preprocessorsymbols                                                                                 
2022-12-02T11:06:46.9300289Z applicationinsightskey                                                                              
2022-12-02T11:06:46.9300676Z printappmanifest                                                                                True
2022-12-02T11:06:46.9301030Z output_alc_logs                                                                                 True
2022-12-02T11:06:46.9301383Z additionalprobingpaths                                                                              
2022-12-02T11:06:46.9301541Z 
2022-12-02T11:06:46.9314742Z 
2022-12-02T11:06:46.9322712Z 
2022-12-02T11:06:46.9447636Z *** For documentation, please visit   : https://www.alops.be/documentation
2022-12-02T11:06:46.9449867Z 
2022-12-02T11:06:47.3303967Z *** ALOps License:
2022-12-02T11:06:47.3306498Z   * Licensed To: Van Roey (Collection License)
2022-12-02T11:06:47.3392901Z 
2022-12-02T11:06:47.3822853Z *** Importing required PS-Functions
2022-12-02T11:06:48.0767376Z *** Initiate Docker Session
2022-12-02T11:06:48.3693746Z *** Set Docker Container ErrorActionPreference = Stop
2022-12-02T11:06:48.8118020Z *** Import NAV/BC Management DLL's
2022-12-02T11:06:48.8180336Z *** Loading assemblies for ServiceTier [BC].
2022-12-02T11:06:49.1277311Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\210\service]
2022-12-02T11:06:49.1389920Z *** Selected module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2022-12-02T11:06:49.1394051Z *** Loading module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2022-12-02T11:06:49.2406791Z *** Selected module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Management.dll]
2022-12-02T11:06:49.2411738Z *** Loading module: [C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Management.dll]
2022-12-02T11:06:49.2674684Z *** BC NCL Management DLL: C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Ncl.dll
2022-12-02T11:06:49.7217452Z *** BC Types DLL: C:\program files\microsoft dynamics nav\210\service\Microsoft.Dynamics.Nav.Types.dll
2022-12-02T11:06:50.1401789Z *** Setting up AL Compiler [ALLanguage]
2022-12-02T11:06:50.3275986Z *** Downloading AL Compiler [ALLanguage]
2022-12-02T11:06:50.3351797Z *** Get Extension from Local-Disk...[C:\Run\ALLanguage.vsix]
2022-12-02T11:06:50.3355611Z *** Resolving Path [C:\Run\ALLanguage.vsix]
2022-12-02T11:06:50.4053088Z *** VSIX Path Resolved: [C:\Run\ALLanguage.vsix]
2022-12-02T11:06:50.4073246Z *** Unpacking Extension to folder...
2022-12-02T11:06:57.5854252Z *** Loading Json Object: [c:\Run\Microsoft.al\al-ALLanguage\extension\package.json]
2022-12-02T11:06:57.6108596Z *** Using AL Compiler [vALLanguage] located [C:\Run\Microsoft.al\al-ALLanguage\extension\bin\win32\alc.exe]
2022-12-02T11:06:57.6111729Z ***
2022-12-02T11:06:57.6121474Z *** Working folder: C:\azure-vsts-agent-build\_work\352\s
2022-12-02T11:06:57.6126636Z ***
2022-12-02T11:06:57.6131815Z *** Copy Working folder to Docker Container: 6c8da9e71c4fc102e7faa3ae6ef7b4457369d78f7307f4293efae538c127e5e8
2022-12-02T11:06:57.6136547Z *** Docker Working Folder: c:\Run\DevOps\
2022-12-02T11:06:57.6141375Z *** Copy from [C:\azure-vsts-agent-build\_work\352\s] to [c:\Run\DevOps\]
2022-12-02T11:06:57.6172285Z *** Source File setup completed
2022-12-02T11:06:58.0113893Z *** Target Project: \test\app.json
2022-12-02T11:06:58.0118959Z *** Check for app.json files: c:\Run\DevOps\
2022-12-02T11:06:58.0332607Z *** Multiple projects found:
2022-12-02T11:06:58.0380245Z    - C:\Run\DevOps\App
2022-12-02T11:06:58.0386824Z    - C:\Run\DevOps\Test
2022-12-02T11:06:58.0416992Z *** Retrieving App-Info [\test\app.json]
2022-12-02T11:06:58.0455287Z *** Loading Json Object: [c:\Run\DevOps\test\app.json]
2022-12-02T11:06:58.0490848Z   * App.ID          = ff313e8f-630e-4136-82c9-9749bb17843e
2022-12-02T11:06:58.0500737Z   * App.Name        = <Customer> - Continia-Test
2022-12-02T11:06:58.0524034Z   * App.Publisher   = VanRoey.be
2022-12-02T11:06:58.0535500Z   * App.Version     = 1.0.0.0
2022-12-02T11:06:58.0558048Z   * App.Platform    = 1.0.0.0
2022-12-02T11:06:58.0575643Z   * App.Application = 19.0.0.0
2022-12-02T11:06:58.0619502Z *** Check Runtime: [7.0]
2022-12-02T11:06:58.0706818Z *** Removing ResourceExposurePolicy
2022-12-02T11:06:58.0734856Z ***
2022-12-02T11:06:58.0933462Z *** Final app.json:
2022-12-02T11:06:58.1046231Z {
2022-12-02T11:06:58.1046677Z     "id":  "ff313e8f-630e-4136-82c9-9749bb17843e",
2022-12-02T11:06:58.1047147Z     "name":  "<Customer> - Continia-Test",
2022-12-02T11:06:58.1047478Z     "publisher":  "VanRoey.be",
2022-12-02T11:06:58.1047781Z     "version":  "1.0.0.0",
2022-12-02T11:06:58.1048058Z     "brief":  "",
2022-12-02T11:06:58.1048328Z     "description":  "",
2022-12-02T11:06:58.1049002Z     "privacyStatement":  "",
2022-12-02T11:06:58.1049473Z     "EULA":  "",
2022-12-02T11:06:58.1049950Z     "help":  "",
2022-12-02T11:06:58.1050283Z     "url":  "",
2022-12-02T11:06:58.1050600Z     "logo":  "",
2022-12-02T11:06:58.1051490Z     "dependencies":  [
2022-12-02T11:06:58.1051934Z                          {
2022-12-02T11:06:58.1052346Z                              "id":  "258047c2-c091-40f2-810b-0846e2e2db85",
2022-12-02T11:06:58.1052726Z                              "publisher":  "VanRoey.be",
2022-12-02T11:06:58.1053074Z                              "name":  "<Customer> - Continia",
2022-12-02T11:06:58.1053406Z                              "version":  "1.0.0.0"
2022-12-02T11:06:58.1053677Z                          },
2022-12-02T11:06:58.1053914Z                          {
2022-12-02T11:06:58.1054236Z                              "id":  "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
2022-12-02T11:06:58.1054601Z                              "publisher":  "Microsoft",
2022-12-02T11:06:58.1054930Z                              "name":  "Library Assert",
2022-12-02T11:06:58.1055246Z                              "version":  "1.0.0.0"
2022-12-02T11:06:58.1055519Z                          },
2022-12-02T11:06:58.1055757Z                          {
2022-12-02T11:06:58.1056079Z                              "id":  "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
2022-12-02T11:06:58.1056441Z                              "publisher":  "Microsoft",
2022-12-02T11:06:58.1056781Z                              "name":  "Any",
2022-12-02T11:06:58.1057083Z                              "version":  "1.0.0.0"
2022-12-02T11:06:58.1057359Z                          },
2022-12-02T11:06:58.1057595Z                          {
2022-12-02T11:06:58.1057918Z                              "id":  "9856ae4f-d1a7-46ef-89bb-6ef056398228",
2022-12-02T11:06:58.1058285Z                              "publisher":  "Microsoft",
2022-12-02T11:06:58.1058679Z                              "name":  "System Application Test Library",
2022-12-02T11:06:58.1059029Z                              "version":  "1.0.0.0"
2022-12-02T11:06:58.1059306Z                          },
2022-12-02T11:06:58.1059542Z                          {
2022-12-02T11:06:58.1060053Z                              "id":  "5d86850b-0d76-4eca-bd7b-951ad998e997",
2022-12-02T11:06:58.1060417Z                              "publisher":  "Microsoft",
2022-12-02T11:06:58.1060749Z                              "name":  "Tests-TestLibraries",
2022-12-02T11:06:58.1061073Z                              "version":  "1.0.0.0"
2022-12-02T11:06:58.1061343Z                          },
2022-12-02T11:06:58.1061582Z                          {
2022-12-02T11:06:58.1062057Z                              "id":  "23de40a6-dfe8-4f80-80db-d70f83ce8caf",
2022-12-02T11:06:58.1062702Z                              "publisher":  "Microsoft",
2022-12-02T11:06:58.1063176Z                              "name":  "Test Runner",
2022-12-02T11:06:58.1064020Z                              "version":  "1.0.0.0"
2022-12-02T11:06:58.1064445Z                          },
2022-12-02T11:06:58.1064695Z                          {
2022-12-02T11:06:58.1065034Z                              "id":  "5095f467-0a01-4b99-99d1-9ff1237d286f",
2022-12-02T11:06:58.1065431Z                              "publisher":  "Microsoft",
2022-12-02T11:06:58.1065785Z                              "name":  "Library Variable Storage",
2022-12-02T11:06:58.1066130Z                              "version":  "1.0.0.0"
2022-12-02T11:06:58.1066409Z                          }
2022-12-02T11:06:58.1066653Z                      ],
2022-12-02T11:06:58.1066913Z     "screenshots":  [
2022-12-02T11:06:58.1067047Z 
2022-12-02T11:06:58.1067276Z                     ],
2022-12-02T11:06:58.1067550Z     "application":  "19.0.0.0",
2022-12-02T11:06:58.1067852Z     "platform":  "1.0.0.0",
2022-12-02T11:06:58.1068135Z     "idRanges":  [
2022-12-02T11:06:58.1068385Z                      {
2022-12-02T11:06:58.1068772Z                          "from":  80000,
2022-12-02T11:06:58.1069061Z                          "to":  89999
2022-12-02T11:06:58.1069316Z                      }
2022-12-02T11:06:58.1069554Z                  ],
2022-12-02T11:06:58.1070044Z     "contextSensitiveHelpUrl":  "http://www.vanroey.be",
2022-12-02T11:06:58.1070402Z     "preprocessorSymbols":  [
2022-12-02T11:06:58.1070538Z 
2022-12-02T11:06:58.1070775Z                             ],
2022-12-02T11:06:58.1071030Z     "features":  [
2022-12-02T11:06:58.1071305Z                      "NoImplicitWith"
2022-12-02T11:06:58.1071564Z                  ],
2022-12-02T11:06:58.1071976Z     "showMyCode":  true,
2022-12-02T11:06:58.1072295Z     "runtime":  "7.0"
2022-12-02T11:06:58.1072547Z }
2022-12-02T11:06:58.1072648Z 
2022-12-02T11:06:58.1072872Z ***
2022-12-02T11:06:58.1688213Z *** Working Direcotry: [c:\Run\DevOps\]
2022-12-02T11:06:58.1691777Z *** Target Project: [\test\app.json]
2022-12-02T11:06:58.1693904Z *** Project Directory: [c:\Run\DevOps\test]
2022-12-02T11:06:58.1728091Z *** VSCode Settings: [c:\Run\DevOps\test\.vscode\settings.json]
2022-12-02T11:06:58.1751105Z *** VSCode-Settings json found.
2022-12-02T11:06:58.1753264Z *** Loading Json Object: [c:\Run\DevOps\test\.vscode\settings.json]
2022-12-02T11:06:58.1817386Z *** Using Ruleset: [c:\Run\DevOps\test\.vscode\custom.ruleset.json]
2022-12-02T11:06:58.1819088Z ***
2022-12-02T11:06:58.2666317Z *** Resolve Docker Credentials
2022-12-02T11:06:58.2791527Z *** Setup BC Username/Password from Container info
2022-12-02T11:06:58.2834878Z *** Download Symbols
2022-12-02T11:06:58.5837446Z *** Working Dir: c:\Run\DevOps\
2022-12-02T11:06:58.7921615Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\210\service]
2022-12-02T11:06:58.8449047Z *** PackageCache path created [c:\Run\DevOps\PackageCache]
2022-12-02T11:06:58.8450284Z ***
2022-12-02T11:06:58.8516214Z *** Propagated Dependency: VanRoey.be - <Customer> - Continia - 1.0.0.0
2022-12-02T11:06:58.8574618Z *** Propagated Dependency: Microsoft - Library Assert - 1.0.0.0
2022-12-02T11:06:58.8584386Z *** Propagated Dependency: Microsoft - Any - 1.0.0.0
2022-12-02T11:06:58.8595593Z *** Propagated Dependency: Microsoft - System Application Test Library - 1.0.0.0
2022-12-02T11:06:58.8606235Z *** Propagated Dependency: Microsoft - Tests-TestLibraries - 1.0.0.0
2022-12-02T11:06:58.8617708Z *** Propagated Dependency: Microsoft - Test Runner - 1.0.0.0
2022-12-02T11:06:58.8628804Z *** Propagated Dependency: Microsoft - Library Variable Storage - 1.0.0.0
2022-12-02T11:06:58.8637397Z *** Download System-Symbols for [1.0.0.0]
2022-12-02T11:06:58.9005872Z *** Downloading NAV Symbols for [System v1.0.0.0]
2022-12-02T11:06:58.9018201Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0&tenant=default]
2022-12-02T11:06:58.9315920Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:06:58.9334452Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=1.0.0.0&tenant=default
2022-12-02T11:06:59.7734073Z *** Content-Disposition: attachment; filename=Microsoft_System_21.0.48357.50182.app; filename*=UTF-8''Microsoft_System_21.0.48357.50182.app
2022-12-02T11:06:59.7926752Z *** Saving symbol file [Microsoft_System_21.0.48357.50182.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:06:59.8064980Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_System_21.0.48357.50182.app].
2022-12-02T11:06:59.8843755Z ***
2022-12-02T11:06:59.8849482Z *** Download Application-Symbols for [19.0.0.0]
2022-12-02T11:06:59.8870835Z *** Downloading NAV Symbols for [Application v19.0.0.0]
2022-12-02T11:06:59.8873468Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=19.0.0.0&tenant=default]
2022-12-02T11:06:59.9007507Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:06:59.9017743Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=19.0.0.0&tenant=default
2022-12-02T11:07:00.2873653Z *** Content-Disposition: attachment; filename=Microsoft_Application_21.1.48363.50275.app; filename*=UTF-8''Microsoft_Application_21.1.48363.50275.app
2022-12-02T11:07:00.2892569Z *** Saving symbol file [Microsoft_Application_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:00.2916306Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Application_21.1.48363.50275.app].
2022-12-02T11:07:00.3065477Z *** Propagated Dependency: Microsoft - System Application - 21.1.0.0
2022-12-02T11:07:00.3133721Z *** Propagated Dependency: Microsoft - Base Application - 21.1.0.0
2022-12-02T11:07:00.3136274Z ***
2022-12-02T11:07:00.3138725Z *** AppSourceCop not specified, skipping download previous
2022-12-02T11:07:00.3150533Z *** Check for Depency Apps 9
2022-12-02T11:07:00.3183556Z *** Download Application-Symbols for [<Customer> - Continia v1.0.0.0]
2022-12-02T11:07:00.3189141Z *** Downloading NAV Symbols for [<Customer> - Continia v1.0.0.0]
2022-12-02T11:07:00.3207954Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+Continia&versionText=1.0.0.0&tenant=default&appid=258047c2-c091-40f2-810b-0846e2e2db85]
2022-12-02T11:07:00.3215493Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:00.3218393Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+Continia&versionText=1.0.0.0&tenant=default&appid=258047c2-c091-40f2-810b-0846e2e2db85
2022-12-02T11:07:00.7697499Z *** Content-Disposition: attachment; filename="VanRoey.be_<Customer> - Continia_19.0.63300.0.app"; filename*=UTF-8''VanRoey.be_<Customer>%20-%20Continia_19.0.63300.0.app
2022-12-02T11:07:00.7731053Z *** Saving symbol file [VanRoey.be_<Customer> - Continia_19.0.63300.0.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:00.7743539Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\VanRoey.be_<Customer> - Continia_19.0.63300.0.app].
2022-12-02T11:07:00.7769125Z *** Propagated Dependency: VanRoey.be - <Customer> - D365BC Extension - 1.0.0.0
2022-12-02T11:07:00.7780734Z *** Propagated Dependency: Continia Software - Continia Document Capture 365 - 8.2.0.0
2022-12-02T11:07:00.7787754Z ***
2022-12-02T11:07:00.7799685Z *** Download Application-Symbols for [Library Assert v1.0.0.0]
2022-12-02T11:07:00.7809947Z *** Downloading NAV Symbols for [Library Assert v1.0.0.0]
2022-12-02T11:07:00.7815862Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Library+Assert&versionText=1.0.0.0&tenant=default&appid=dd0be2ea-f733-4d65-bb34-a28f4624fb14]
2022-12-02T11:07:00.7825331Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:00.7831269Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Library+Assert&versionText=1.0.0.0&tenant=default&appid=dd0be2ea-f733-4d65-bb34-a28f4624fb14
2022-12-02T11:07:01.1649515Z *** Content-Disposition: attachment; filename="Microsoft_Library Assert_21.1.48363.50275.app"; filename*=UTF-8''Microsoft_Library%20Assert_21.1.48363.50275.app
2022-12-02T11:07:01.1665885Z *** Saving symbol file [Microsoft_Library Assert_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:01.1687731Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Library Assert_21.1.48363.50275.app].
2022-12-02T11:07:01.1698092Z ***
2022-12-02T11:07:01.1707318Z *** Download Application-Symbols for [Any v1.0.0.0]
2022-12-02T11:07:01.1716226Z *** Downloading NAV Symbols for [Any v1.0.0.0]
2022-12-02T11:07:01.1791299Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Any&versionText=1.0.0.0&tenant=default&appid=e7320ebb-08b3-4406-b1ec-b4927d3e280b]
2022-12-02T11:07:01.1792799Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:01.1794696Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Any&versionText=1.0.0.0&tenant=default&appid=e7320ebb-08b3-4406-b1ec-b4927d3e280b
2022-12-02T11:07:01.5528867Z *** Content-Disposition: attachment; filename=Microsoft_Any_21.1.48363.50275.app; filename*=UTF-8''Microsoft_Any_21.1.48363.50275.app
2022-12-02T11:07:01.5555202Z *** Saving symbol file [Microsoft_Any_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:01.5567880Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Any_21.1.48363.50275.app].
2022-12-02T11:07:01.5582268Z ***
2022-12-02T11:07:01.5584429Z *** Download Application-Symbols for [System Application Test Library v1.0.0.0]
2022-12-02T11:07:01.5592730Z *** Downloading NAV Symbols for [System Application Test Library v1.0.0.0]
2022-12-02T11:07:01.5607848Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=System+Application+Test+Library&versionText=1.0.0.0&tenant=default&appid=9856ae4f-d1a7-46ef-89bb-6ef056398228]
2022-12-02T11:07:01.5614250Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:01.5617615Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=System+Application+Test+Library&versionText=1.0.0.0&tenant=default&appid=9856ae4f-d1a7-46ef-89bb-6ef056398228
2022-12-02T11:07:01.9458409Z *** Content-Disposition: attachment; filename="Microsoft_System Application Test Library_21.1.48363.50275.app"; filename*=UTF-8''Microsoft_System%20Application%20Test%20Library_21.1.48363.50275.app
2022-12-02T11:07:01.9478780Z *** Saving symbol file [Microsoft_System Application Test Library_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:01.9497999Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_System Application Test Library_21.1.48363.50275.app].
2022-12-02T11:07:01.9588387Z *** Propagated Dependency: Microsoft - Any - 21.1.0.0
2022-12-02T11:07:01.9595582Z ***
2022-12-02T11:07:01.9614557Z *** Download Application-Symbols for [Tests-TestLibraries v1.0.0.0]
2022-12-02T11:07:01.9616924Z *** Downloading NAV Symbols for [Tests-TestLibraries v1.0.0.0]
2022-12-02T11:07:01.9630753Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Tests-TestLibraries&versionText=1.0.0.0&tenant=default&appid=5d86850b-0d76-4eca-bd7b-951ad998e997]
2022-12-02T11:07:01.9640165Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:01.9647013Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Tests-TestLibraries&versionText=1.0.0.0&tenant=default&appid=5d86850b-0d76-4eca-bd7b-951ad998e997
2022-12-02T11:07:02.3514565Z *** Content-Disposition: attachment; filename=Microsoft_Tests-TestLibraries_21.1.48363.50275.app; filename*=UTF-8''Microsoft_Tests-TestLibraries_21.1.48363.50275.app
2022-12-02T11:07:02.3540323Z *** Saving symbol file [Microsoft_Tests-TestLibraries_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:02.3560867Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Tests-TestLibraries_21.1.48363.50275.app].
2022-12-02T11:07:02.3598473Z *** Propagated Dependency: Microsoft - System Application Test Library - 21.1.0.0
2022-12-02T11:07:02.3608823Z *** Propagated Dependency: Microsoft - Library Variable Storage - 21.1.0.0
2022-12-02T11:07:02.3619010Z *** Propagated Dependency: Microsoft - Permissions Mock - 21.1.0.0
2022-12-02T11:07:02.3627050Z ***
2022-12-02T11:07:02.3646246Z *** Download Application-Symbols for [Test Runner v1.0.0.0]
2022-12-02T11:07:02.3648654Z *** Downloading NAV Symbols for [Test Runner v1.0.0.0]
2022-12-02T11:07:02.3653824Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Test+Runner&versionText=1.0.0.0&tenant=default&appid=23de40a6-dfe8-4f80-80db-d70f83ce8caf]
2022-12-02T11:07:02.3675520Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:02.3676323Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Test+Runner&versionText=1.0.0.0&tenant=default&appid=23de40a6-dfe8-4f80-80db-d70f83ce8caf
2022-12-02T11:07:02.7557335Z *** Content-Disposition: attachment; filename="Microsoft_Test Runner_21.1.48363.50275.app"; filename*=UTF-8''Microsoft_Test%20Runner_21.1.48363.50275.app
2022-12-02T11:07:02.7579284Z *** Saving symbol file [Microsoft_Test Runner_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:02.7589841Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Test Runner_21.1.48363.50275.app].
2022-12-02T11:07:02.7656448Z ***
2022-12-02T11:07:02.7659172Z *** Download Application-Symbols for [Library Variable Storage v1.0.0.0]
2022-12-02T11:07:02.7665113Z *** Downloading NAV Symbols for [Library Variable Storage v1.0.0.0]
2022-12-02T11:07:02.7668504Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Library+Variable+Storage&versionText=1.0.0.0&tenant=default&appid=5095f467-0a01-4b99-99d1-9ff1237d286f]
2022-12-02T11:07:02.7673970Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:02.7677556Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Library+Variable+Storage&versionText=1.0.0.0&tenant=default&appid=5095f467-0a01-4b99-99d1-9ff1237d286f
2022-12-02T11:07:03.1501322Z *** Content-Disposition: attachment; filename="Microsoft_Library Variable Storage_21.1.48363.50275.app"; filename*=UTF-8''Microsoft_Library%20Variable%20Storage_21.1.48363.50275.app
2022-12-02T11:07:03.1516954Z *** Saving symbol file [Microsoft_Library Variable Storage_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:03.1534446Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Library Variable Storage_21.1.48363.50275.app].
2022-12-02T11:07:03.1548439Z *** Propagated Dependency: Microsoft - Library Assert - 21.1.0.0
2022-12-02T11:07:03.1590198Z ***
2022-12-02T11:07:03.1601780Z *** Download Application-Symbols for [System Application v21.1.0.0]
2022-12-02T11:07:03.1639620Z *** Downloading NAV Symbols for [System Application v21.1.0.0]
2022-12-02T11:07:03.1810591Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=System+Application&versionText=21.1.0.0&tenant=default]
2022-12-02T11:07:03.1817050Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:03.1823861Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=System+Application&versionText=21.1.0.0&tenant=default
2022-12-02T11:07:03.5846926Z *** Content-Disposition: attachment; filename="Microsoft_System Application_21.1.48363.50275.app"; filename*=UTF-8''Microsoft_System%20Application_21.1.48363.50275.app
2022-12-02T11:07:03.5856163Z *** Saving symbol file [Microsoft_System Application_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:03.5962199Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_System Application_21.1.48363.50275.app].
2022-12-02T11:07:03.6098930Z ***
2022-12-02T11:07:03.6107727Z *** Download Application-Symbols for [Base Application v21.1.0.0]
2022-12-02T11:07:03.6118518Z *** Downloading NAV Symbols for [Base Application v21.1.0.0]
2022-12-02T11:07:03.6133834Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Base+Application&versionText=21.1.0.0&tenant=default]
2022-12-02T11:07:03.6139688Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:03.6142871Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Microsoft&appName=Base+Application&versionText=21.1.0.0&tenant=default
2022-12-02T11:07:04.1273121Z *** Content-Disposition: attachment; filename="Microsoft_Base Application_21.1.48363.50275.app"; filename*=UTF-8''Microsoft_Base%20Application_21.1.48363.50275.app
2022-12-02T11:07:04.1288860Z *** Saving symbol file [Microsoft_Base Application_21.1.48363.50275.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:04.2135424Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\Microsoft_Base Application_21.1.48363.50275.app].
2022-12-02T11:07:04.3100384Z ***
2022-12-02T11:07:04.3109038Z *** Download Application-Symbols for [<Customer> - D365BC Extension v1.0.0.0]
2022-12-02T11:07:04.3119117Z *** Downloading NAV Symbols for [<Customer> - D365BC Extension v1.0.0.0]
2022-12-02T11:07:04.3125287Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+D365BC+Extension&versionText=1.0.0.0&tenant=default]
2022-12-02T11:07:04.3133789Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:04.3140153Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=VanRoey.be&appName=<Customer>+-+D365BC+Extension&versionText=1.0.0.0&tenant=default
2022-12-02T11:07:04.7498907Z *** Content-Disposition: attachment; filename="VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app"; filename*=UTF-8''VanRoey.be_<Customer>%20-%20D365BC%20Extension_21.0.62805.0.app
2022-12-02T11:07:04.7528786Z *** Saving symbol file [VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app] to [c:\Run\DevOps\PackageCache]
2022-12-02T11:07:04.7541907Z *** Read App Manifest: [c:\Run\DevOps\PackageCache\VanRoey.be_<Customer> - D365BC Extension_21.0.62805.0.app].
2022-12-02T11:07:04.7559570Z *** Propagated Dependency: Microsoft - _Exclude_APIV2_ - 19.0.0.0
2022-12-02T11:07:04.7561821Z ***
2022-12-02T11:07:04.7585988Z *** Download Application-Symbols for [Continia Document Capture 365 v8.2.0.0]
2022-12-02T11:07:04.7590084Z *** Downloading NAV Symbols for [Continia Document Capture 365 v8.2.0.0]
2022-12-02T11:07:04.7593779Z *** Downloading NAV Symbols from [https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default]
2022-12-02T11:07:04.7603402Z *** Downloading NAV Symbols with BasicAuthentication [admin]
2022-12-02T11:07:04.7611094Z ##[command]Invoke-RestMethod -Method Get -Uri https://6c8da9e71c4f:7049/BC/dev/packages?publisher=Continia+Software&appName=Continia+Document+Capture+365&versionText=8.2.0.0&tenant=default
2022-12-02T11:07:05.3528810Z ##[error]Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
2022-12-02T11:07:05.3950219Z ##[section]Async Command Start: Add Build Tag
2022-12-02T11:07:05.3951524Z Build '63300' has following tags now: AL.Compiler.ALLanguage, AL.Analyzer.UICop, AL.Analyzer.PerTenantExtensionCop, AL.Analyzer.CodeCop, AL.Analyzer.BusinessCentral.LinterCop, App.Continia Core.7.0.0.35523, App.Continia Delivery Network.4.0.0.35521, App.Continia Document Capture.10.0.1.55527, App.<Customer> - D365BC Extension.21.0.62805.0, BC.Platform.21.0.48357.50182, BC.Version.21.1.48363.50275, myimage-sandbox-21.1.48363.50275-be-10.0.20348.887-ltsc2022, App.<Customer> - Continia.19.0.63300.0
2022-12-02T11:07:05.3952703Z ##[section]Async Command End: Add Build Tag
2022-12-02T11:07:05.3953653Z ##[section]Finishing: Compile Test App
AdminHodor commented 1 year ago

Dear @Arthurvdv,

The issue seems to be "Propagated Dependencies", dependencies of dependencies. We fixed this via a hotfix, which is available now: v1.454.3371 App-IDs are now propagated over over all levels of depedencies.

Kind regards,

Arthurvdv commented 1 year ago

Perfect! It works brilliant, thanks again for this :-)