HodorNV / ALOps

ALOps
59 stars 24 forks source link

ALOpsAppPublish: Speeding Up AL TestTool Installation and Test Library Publishing? #816

Closed DanielGoehler closed 2 days ago

DanielGoehler commented 6 days ago

Is your feature request related to a problem? Please describe. First things first: We’re truly impressed by the overall speed of ALOps! However, one of the tasks that still takes a bit longer is the ALOpsAppPublish step, particularly when installing the AL TestTool and publishing some test libraries. We’re curious if there’s potential to optimize or speed up this step as well.

We install in the step the AL TestTool as well as some Test Libraries:

  - task: ALOpsAppPublish@1
    displayName: 'Install AL TestTool'
    inputs:
      usedocker: true
      installaltesttool: true
      install_al_app_names: |
        System Application Test Library  
        Library Variable Storage  
        Permissions Mock  
        Library Assert  
        Any  
        Test Runner
        Business Foundation Test Libraries
        Tests-TestLibraries
      strictappnames: true

Output:

19:42:36.3972913Z ##[section]Starting: Install AL TestTool
19:42:36.3977714Z ==============================================================================
19:42:36.3977823Z Task         : ALOps App Publish
19:42:36.3977883Z Description  : Publish AL Extension to Business Central
19:42:36.3977962Z Version      : 1.467.6362
19:42:36.3978015Z Author       : Hodor
19:42:36.3978066Z Help         : Publish Business Central extension to service tier.
19:42:36.3978148Z ==============================================================================
19:42:37.0032842Z *** Validate configuration
19:42:37.1445813Z *** Task Inputs:
19:42:37.1483781Z 
19:42:37.1552391Z name                                                                                                              value
19:42:37.1553331Z ----                                                                                                              -----
19:42:37.1553989Z usedocker                                                                                                          True
19:42:37.1554606Z fixed_tag                                                                                                              
19:42:37.1555317Z installpublishedapps                                                                                               True
19:42:37.1555968Z installaltesttool                                                                                                  True
19:42:37.1556608Z install_al_app_names                                                               System Application Test Library  ...
19:42:37.1557229Z strictappnames                                                                                                     True
19:42:37.1557841Z nav_serverinstance                                                                                                BC140
19:42:37.1558469Z artifact_path                                                                                                          
19:42:37.1559187Z nav_artifact_app_filter                                                                                           *.app
19:42:37.1559886Z skip_verification                                                                                                  True
19:42:37.1560499Z forceinstall                                                                                                      False
19:42:37.1561113Z forcesync                                                                                                         False
19:42:37.1561835Z publish_scope                                                                                                    Global
19:42:37.1562553Z tenant                                                                                                          default
19:42:37.1563167Z batch_publish_folder                                                                                                   
19:42:37.1563868Z publisherazureactivedirectorytenantid                                                                                  
19:42:37.1564425Z blocksymbolsonly                                                                                                  False
19:42:37.1565058Z pwsh                                                                                                              False
19:42:37.1565205Z 
19:42:37.1581345Z 
19:42:37.1587968Z 
19:42:37.1704841Z True
19:42:37.1828867Z *** For documentation, please visit   : https://www.alops.be/documentation
19:42:37.4173715Z 
19:42:37.4251199Z *** Importing required PS-Functions
19:42:37.5388806Z *** Initiate Docker Session
19:42:37.7503077Z *** Set Docker Container ErrorActionPreference = Stop
19:42:37.7637764Z *** Container Session Powershell Version
19:42:37.8425296Z 
19:42:37.8425875Z 
19:42:37.8426305Z Name  : PSVersion
19:42:37.8426577Z Value : 5.1.17763.6530
19:42:37.8426732Z 
19:42:37.8426951Z Name  : PSEdition
19:42:37.8427163Z Value : Desktop
19:42:37.8427303Z 
19:42:37.8427518Z Name  : PSCompatibleVersions
19:42:37.8427754Z Value : {1.0, 2.0, 3.0, 4.0...}
19:42:37.8428153Z 
19:42:37.8428361Z Name  : BuildVersion
19:42:37.8428579Z Value : 10.0.17763.6530
19:42:37.8428723Z 
19:42:37.8428920Z Name  : CLRVersion
19:42:37.8429149Z Value : 4.0.30319.42000
19:42:37.8429285Z 
19:42:37.8429543Z Name  : WSManStackVersion
19:42:37.8429762Z Value : 3.0
19:42:37.8429902Z 
19:42:37.8430107Z Name  : PSRemotingProtocolVersion
19:42:37.8430333Z Value : 2.3
19:42:37.8430472Z 
19:42:37.8430677Z Name  : SerializationVersion
19:42:37.8430901Z Value : 1.1.0.1
19:42:37.8431039Z 
19:42:37.8431179Z 
19:42:37.8431306Z 
19:42:37.8431443Z 
19:42:37.9833300Z *** Install AL TestTool: True
19:42:37.9837598Z *** Start AL-TestTool installation
19:42:38.1809313Z *** Import NAV/BC Management DLL's [False]
19:42:38.1848076Z *** Loading assemblies for ServiceTier [BC].
19:42:38.3544869Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\240\service]
19:42:38.4014427Z *** BC Management DLL: C:\program files\microsoft dynamics nav\240\service\Management\Microsoft.Dynamics.Nav.Management.dll
19:42:38.4103322Z *** Selected module: [C:\program files\microsoft dynamics nav\240\service\Management\Microsoft.Dynamics.Nav.Management.dll]
19:42:38.4128875Z *** Loading module: [C:\program files\microsoft dynamics nav\240\service\Management\Microsoft.Dynamics.Nav.Management.dll]
19:42:38.6372180Z *** BC App Management DLL: not available
19:42:38.6399635Z *** Setup VSIX for ALTOOL
19:42:38.6479431Z *** ALTool Path: c:\Run\Microsoft.al\al-\extension\bin\win32\altool.exe
19:42:38.6496773Z *** Using AL Compiler  located [C:\Run\Microsoft.al\al-\extension\bin\win32\alc.exe]
19:42:38.6504599Z ***
19:42:39.2293947Z *** Check MockAssemblies.
19:42:39.2343706Z *** Application requested for installation:
19:42:39.2367911Z   * Any
19:42:39.2369974Z   * Business Foundation Test Libraries
19:42:39.2381421Z   * Library Assert
19:42:39.2398327Z   * Library Variable Storage
19:42:39.2399233Z   * Permissions Mock
19:42:39.2407922Z   * System Application Test Library
19:42:39.2415214Z   * Test Runner
19:42:39.2430227Z   * Tests-TestLibraries
19:42:39.2430543Z 
19:42:39.2465390Z *** Get Available Applications from [C:\Applications*\ C:\Extension*\].
19:42:39.2546602Z *** Get [*.app] files recursive from [C:\Applications*\ C:\Extension*\]
19:42:39.5660893Z *** Found [322] files.
19:42:39.5664004Z *** Using ALTool
19:42:39.5674676Z *** Extract App detail from [C:\Applications\APIReportsFinance\Source\Microsoft_API Reports - Finance.app]
19:42:39.7821379Z 
19:42:39.7821888Z 
19:42:39.7822476Z id                      : a2cc2ef8-949f-43d4-45b8-10bd6f8bc62c
19:42:39.7822880Z name                    : API Reports - Finance
19:42:39.7824010Z publisher               : Microsoft
19:42:39.7824492Z brief                   : API Reports - Finance lets you easily access tha data that can be used to build different 
19:42:39.7824844Z                           Financial Reports.
19:42:39.7825232Z description             : API Reports - Finance lets you easily access tha data that can be used to build different 
19:42:39.7826511Z                           Financial Reports.
19:42:39.7827724Z version                 : 24.5.23489.27030
19:42:39.7828137Z privacyStatement        : https://go.microsoft.com/fwlink/?linkid=724009
19:42:39.7828552Z EULA                    : https://go.microsoft.com/fwlink/?linkid=2009120
19:42:39.7829113Z help                    : https://go.microsoft.com/fwlink/?linkid=2103698
19:42:39.7829460Z url                     : https://go.microsoft.com/fwlink/?linkid=724011
19:42:39.7829796Z logo                    : /logo/ExtensionLogo.png
19:42:39.7830150Z runtime                 : 13.0
19:42:39.7830458Z showMyCode              : False
19:42:39.7830760Z target                  : Cloud
19:42:39.7831077Z application             : 24.5.0.0
19:42:39.7831415Z platform                : 24.0.0.0
19:42:39.7831756Z contextSensitiveHelpUrl : https://go.microsoft.com/fwlink/?linkid=2134520
19:42:39.7832169Z features                : {TRANSLATIONFILE, GENERATECAPTIONS}
19:42:39.7832533Z idRanges                : {@{from=30300; to=30399}}
19:42:39.7832909Z build                   : @{timestamp=2024-11-20T20:21:34.5423823+01:00; compilerVersion=13.1.17.65502}
19:42:39.7833146Z 
19:42:39.7833380Z 
[..]
19:43:44.9567321Z 
19:43:44.9567497Z 
19:43:44.9567759Z 
19:43:44.9568071Z *** Extract App detail from [C:\Extensions\Microsoft__Exclude_SyncBaseApp__24.5.23489.27030.app]
19:43:45.1499544Z 
19:43:45.1500240Z 
19:43:45.1501214Z id                      : fbb56a54-4f3b-4d2f-9330-ed8921ec4ec7
19:43:45.1503770Z name                    : _Exclude_SyncBaseApp_
19:43:45.1504222Z publisher               : Microsoft
19:43:45.1505576Z brief                   : _Exclude_SyncBaseApp_
19:43:45.1505891Z description             : _Exclude_SyncBaseApp_
19:43:45.1506283Z version                 : 24.5.23489.27030
19:43:45.1506603Z privacyStatement        : https://go.microsoft.com/fwlink/?LinkId=724009
19:43:45.1507159Z EULA                    : https://go.microsoft.com/fwlink/?linkid=2182906
19:43:45.1507542Z help                    : https://go.microsoft.com/fwlink/?linkid=2206524
19:43:45.1507962Z url                     : https://go.microsoft.com/fwlink/?LinkId=724011
19:43:45.1508325Z logo                    : /logo/ExtensionLogo.png
19:43:45.1508635Z runtime                 : 13.0
19:43:45.1508928Z target                  : Cloud
19:43:45.1509215Z application             : 24.5.0.0
19:43:45.1510455Z platform                : 24.0.0.0
19:43:45.1511135Z contextSensitiveHelpUrl : https://go.microsoft.com/fwlink/?linkid=2206524
19:43:45.1511660Z resourceExposurePolicy  : @{allowDebugging=False; allowDownloadingSource=True; includeSourceInSymbolFile=True; 
19:43:45.1512693Z                           applyToDevExtension=False}
19:43:45.1513382Z features                : {TRANSLATIONFILE, GENERATECAPTIONS}
19:43:45.1513714Z idRanges                : {@{from=1; to=49999}}
19:43:45.1514093Z build                   : @{timestamp=2024-11-20T20:22:42.7698110+01:00; compilerVersion=13.1.17.65502}
19:43:45.1514347Z 
19:43:45.1514558Z 
19:43:45.1514756Z 
19:43:45.1514965Z 
19:43:45.1515253Z *** Remove duplicate Apps
19:43:54.9972226Z *** Substitute W1 extensions with localised versions if available
19:43:55.0118323Z *** Substitute Extension: [Microsoft / Library Assert]
19:43:55.0143527Z *** Substitute Extension: [Microsoft / System Application]
19:43:55.0174699Z *** Substitute Extension: [Microsoft / Any]
19:43:55.0219168Z *** Substitute Extension: [Microsoft / Library Variable Storage]
19:43:55.0249602Z *** Substitute Extension: [Microsoft / System Application Test Library]
19:43:55.0317410Z *** Substitute Extension: [Microsoft / Permissions Mock]
19:43:55.0335874Z *** Substitute Extension: [Microsoft / Tests-TestLibraries]
19:43:55.0462883Z *** Substitute Extension: [Microsoft / Business Foundation]
19:43:55.0465106Z *** Substitute Extension: [Microsoft / Test Runner]
19:43:55.0467161Z *** Substitute Extension: [Microsoft / Email - Outlook REST API]
19:43:55.0514847Z *** Substitute Extension: [Microsoft / Email - SMTP API]
19:43:55.0547114Z *** Substitute Extension: [Microsoft / Contoso Coffee Demo Dataset]
19:43:55.0570855Z *** Substitute Extension: [Microsoft / E-Document Core]
19:43:55.0601706Z *** Substitute Extension: [Microsoft / Performance Toolkit]
19:43:55.0652755Z *** Substitute Extension: [Microsoft / Audit File Export]
19:43:55.0678907Z *** Substitute Extension: [Microsoft / Enforced Digital Vouchers]
19:43:55.0708156Z *** Substitute Extension: [Microsoft / Business Foundation Test Libraries]
19:43:55.0737140Z *** Substitute Extension: [Microsoft / Field Service Integration]
19:43:55.0787145Z *** Substitute Extension: [Microsoft / Base Application]
19:43:55.0812321Z *** Substitute Extension: [Microsoft / Sustainability]
19:43:55.0841606Z *** Substitute Extension: [Microsoft / _Exclude_Master_Data_Management]
19:43:55.0895325Z *** Substitute Extension: [Microsoft / Intrastat Core]
19:43:55.0967914Z *** Substitute Extension: [Microsoft / Email - SMTP Connector]
19:43:55.1017954Z *** Substitute Extension: [Microsoft / Bank Account Reconciliation With AI]
19:43:55.1042368Z *** Substitute Extension: [Microsoft / _Exclude_Bank Deposits]
19:43:55.1086584Z *** Substitute Extension: [Microsoft / Email - Current User Connector]
19:43:55.1111011Z *** Substitute Extension: [Microsoft / _Exclude_PlanConfiguration_]
19:43:55.1161277Z *** Substitute Extension: [Microsoft / Email - Microsoft 365 Connector]
19:43:55.1186166Z *** Substitute Extension: [Microsoft / Payment Links to PayPal]
19:43:55.1215090Z *** Substitute Extension: [Microsoft / _Exclude_APIV2_]
19:43:55.1288261Z *** Substitute Extension: [Microsoft / _Exclude_Business_Events_]
19:43:55.1335920Z *** Substitute Extension: [Microsoft / Statistical Accounts]
19:43:55.1365796Z *** Substitute Extension: [Microsoft / Late Payment Prediction]
19:43:55.1431631Z *** Substitute Extension: [Microsoft / Payment Practices]
19:43:55.1462257Z *** Substitute Extension: [Microsoft / _Exclude_Email Logging Using Graph API]
19:43:55.1492410Z *** Substitute Extension: [Microsoft / Essential Business Headlines]
19:43:55.1556757Z *** Substitute Extension: [Microsoft / Error Messages with Recommendations]
19:43:55.1610093Z *** Substitute Extension: [Microsoft / _Exclude_APIV1_]
19:43:55.1651538Z *** Substitute Extension: [Microsoft / Service Declaration]
19:43:55.1680159Z *** Substitute Extension: [Microsoft / Sales and Inventory Forecast]
19:43:55.1709542Z *** Substitute Extension: [Microsoft / Sales Lines Suggestions]
19:43:55.1738093Z *** Substitute Extension: [Microsoft / Tests-CRM integration]
19:43:55.1781561Z *** Substitute Extension: [Microsoft / Review General Ledger Entries]
19:43:55.1813796Z *** Substitute Extension: [Microsoft / Data Search]
19:43:55.1844009Z *** Substitute Extension: [Microsoft / Data Archive]
19:43:55.1895659Z *** Substitute Extension: [Microsoft / Simplified Bank Statement Import]
19:43:55.1927243Z *** Substitute Extension: [Microsoft / _Exclude_ReportLayouts]
19:43:55.1975312Z *** Substitute Extension: [Microsoft / Shopify Connector]
19:43:55.2023813Z *** Substitute Extension: [Microsoft / Recommended Apps]
19:43:55.2050273Z *** Substitute Extension: [Microsoft / Tests-Invoicing]
19:43:55.2086962Z *** Substitute Extension: [Microsoft / Tests-Integration]
19:43:55.2110486Z *** Substitute Extension: [Microsoft / Tests-Graph]
19:43:55.2159223Z *** Substitute Extension: [Microsoft / Tests-Job]
19:43:55.2182190Z *** Substitute Extension: [Microsoft / Tests-Misc]
19:43:55.2218937Z *** Substitute Extension: [Microsoft / Tests-Marketing]
19:43:55.2242428Z *** Substitute Extension: [Microsoft / Tests-Local]
19:43:55.2286295Z *** Substitute Extension: [Microsoft / Tests-General Journal]
19:43:55.2317443Z *** Substitute Extension: [Microsoft / Tests-Cost Accounting]
19:43:55.2353571Z *** Substitute Extension: [Microsoft / Tests-Cash Flow]
19:43:55.2395824Z *** Substitute Extension: [Microsoft / Tests-Bank]
19:43:55.2427199Z *** Substitute Extension: [Microsoft / Tests-Data Exchange]
19:43:55.2450635Z *** Substitute Extension: [Microsoft / Tests-Fixed Asset]
19:43:55.2487077Z *** Substitute Extension: [Microsoft / Tests-ERM]
19:43:55.2523470Z *** Substitute Extension: [Microsoft / Tests-Dimension]
19:43:55.2553284Z *** Substitute Extension: [Microsoft / Tests-Monitor Sensitive Fields]
19:43:55.2591118Z *** Substitute Extension: [Microsoft / Tests-Upgrade]
19:43:55.2630074Z *** Substitute Extension: [Microsoft / Tests-SMB]
19:43:55.2665497Z *** Substitute Extension: [Microsoft / Tests-SINGLESERVER]
19:43:55.2702310Z *** Substitute Extension: [Microsoft / Tests-User]
19:43:55.2751480Z *** Substitute Extension: [Microsoft / Tests-Workflow]
19:43:55.7908837Z *** Substitute Extension: [Microsoft / Tests-VAT]
19:43:55.7909063Z *** Substitute Extension: [Microsoft / Tests-SCM]
19:43:55.7909230Z *** Substitute Extension: [Microsoft / Tests-Prepayment]
19:43:55.7910093Z *** Substitute Extension: [Microsoft / Tests-Physical Inventory]
19:43:55.7910255Z *** Substitute Extension: [Microsoft / Tests-Permissions]
19:43:55.7910419Z *** Substitute Extension: [Microsoft / Tests-Rapid Start]
19:43:55.7910579Z *** Substitute Extension: [Microsoft / Tests-Reverse]
19:43:55.7910729Z *** Substitute Extension: [Microsoft / Tests-Resource]
19:43:55.7910877Z *** Substitute Extension: [Microsoft / Tests-Report]
19:43:55.7911034Z *** Substitute Extension: [Microsoft / English language (Australia)]
19:43:55.7911196Z *** Substitute Extension: [Microsoft / Dutch language (Netherlands)]
19:43:55.7911458Z *** Substitute Extension: [Microsoft / Dutch language (Belgium)]
19:43:55.7911625Z *** Substitute Extension: [Microsoft / English language (Canada)]
19:43:55.7911788Z *** Substitute Extension: [Microsoft / English language (United States)]
19:43:55.7911957Z *** Substitute Extension: [Microsoft / English language (United Kingdom)]
19:43:55.7912132Z *** Substitute Extension: [Microsoft / English language (New Zealand)]
19:43:55.7912298Z *** Substitute Extension: [Microsoft / Danish language (Denmark)]
19:43:55.7912451Z *** Substitute Extension: [Microsoft / Application]
19:43:55.7912610Z *** Substitute Extension: [Microsoft / Czech language (Czechia)]
19:43:55.7912769Z *** Substitute Extension: [Microsoft / Finnish language (Finland)]
19:43:55.7912936Z *** Substitute Extension: [Microsoft / Norwegian language (Norway)]
19:43:55.7913097Z *** Substitute Extension: [Microsoft / Italian language (Switzerland)]
19:43:55.7913256Z *** Substitute Extension: [Microsoft / Italian language (Italy)]
19:43:55.7913412Z *** Substitute Extension: [Microsoft / Russian language (Russia)]
19:43:55.7913575Z *** Substitute Extension: [Microsoft / Swedish language (Sweden)]
19:43:55.7913731Z *** Substitute Extension: [Microsoft / Spanish language (Spain)]
19:43:55.7913884Z *** Substitute Extension: [Microsoft / Spanish language (Mexico)]
19:43:55.7914046Z *** Substitute Extension: [Microsoft / Icelandic language (Iceland)]
19:43:55.7914206Z *** Substitute Extension: [Microsoft / French language (France)]
19:43:55.7914366Z *** Substitute Extension: [Microsoft / French language (Canada)]
19:43:55.7938922Z *** Substitute Extension: [Microsoft / French language (Belgium)]
19:43:55.7939378Z *** Substitute Extension: [Microsoft / French language (Switzerland)]
19:43:55.7939567Z *** Substitute Extension: [Microsoft / German language (Switzerland)]
19:43:55.7939736Z *** Substitute Extension: [Microsoft / German language (Germany)]
19:43:55.7939898Z *** Substitute Extension: [Microsoft / German language (Austria)]
19:43:55.7940088Z *** Substitute Extension: [Microsoft / Sustainability Contoso Coffee Demo Dataset]
19:43:55.7940263Z *** Substitute Extension: [Microsoft / API Reports - Finance]
19:43:55.7940608Z *** Substitute Extension: [Microsoft / Performance Toolkit Tests]
19:43:55.7940768Z *** Substitute Extension: [Microsoft / Performance Toolkit Samples]
19:43:55.7940937Z *** Substitute Extension: [Microsoft / Send To Email Printer]
19:43:55.7941104Z *** Substitute Extension: [Microsoft / E-Documents Connector with External Endpoints]
19:43:55.7941558Z *** Substitute Extension: [Microsoft / Company Hub]
19:43:55.7941723Z *** Substitute Extension: [Microsoft / _Exclude_ClientAddIns_]
19:43:55.7941882Z *** Substitute Extension: [Microsoft / E-Document Core Demo Data]
19:43:55.7942050Z *** Substitute Extension: [Microsoft / Troubleshoot FA Ledger Entries]
19:43:55.7942211Z *** Substitute Extension: [Microsoft / Universal Print Integration]
19:43:55.7943069Z *** Substitute Extension: [Microsoft / Dynamics BC Excel Reports]
19:43:55.7943208Z *** Available Applications:
19:43:55.7943273Z 
19:43:55.7943403Z Publisher Name                                                     Path                                                
19:43:55.7943553Z --------- ----                                                     ----                                                
19:43:55.7943721Z Microsoft Library Assert                                           C:\Applications.DE\Microsoft_Library Assert_24.5....
19:43:55.7943914Z Microsoft Library Assert                                           C:\Extensions\Microsoft_Library Assert_24.5.23489...
19:43:55.7944104Z Microsoft System Application                                       C:\Extensions\Microsoft_System Application_24.5.2...
19:43:55.7944289Z Microsoft System Application                                       C:\Applications.DE\Microsoft_System Application_2...
19:43:55.7944480Z Microsoft Any                                                      C:\Extensions\Microsoft_Any_24.5.23489.27030.app    
19:43:55.7944652Z Microsoft Any                                                      C:\Applications.DE\Microsoft_Any_24.5.23489.27030...
19:43:55.7944835Z Microsoft Library Variable Storage                                 C:\Extensions\Microsoft_Library Variable Storage_...
19:43:55.7945022Z Microsoft Library Variable Storage                                 C:\Applications.DE\Microsoft_Library Variable Sto...
19:43:55.7945223Z Microsoft System Application Test Library                          C:\Applications.DE\Microsoft_System Application T...
19:43:55.7945409Z Microsoft Permissions Mock                                         C:\Extensions\Microsoft_Permissions Mock_24.5.234...
19:43:55.7945591Z Microsoft Permissions Mock                                         C:\Applications.DE\Microsoft_Permissions Mock_24....
19:43:55.7945770Z Microsoft Tests-TestLibraries                                      C:\Applications.DE\Microsoft_Tests-TestLibraries_...
19:43:55.7945963Z Microsoft Business Foundation                                      C:\Applications.DE\Microsoft_Business Foundation_...
19:43:55.7946140Z Microsoft Business Foundation                                      C:\Extensions\Microsoft_Business Foundation_24.5....
19:43:55.7946317Z Microsoft Test Runner                                              C:\Applications.DE\Microsoft_Test Runner_24.5.234...
19:43:55.7946488Z Microsoft Test Runner                                              C:\Extensions\Microsoft_Test Runner_24.5.23489.27...
19:43:55.7946672Z Microsoft Email - Outlook REST API                                 C:\Extensions\Microsoft_Email - Outlook REST API_...
19:43:55.7946856Z Microsoft Email - SMTP API                                         C:\Extensions\Microsoft_Email - SMTP API_24.5.234...
19:43:55.7947035Z Microsoft Contoso Coffee Demo Dataset                              C:\Extensions\Microsoft_Contoso Coffee Demo Datas...
19:43:55.7947279Z Microsoft Intelligent Cloud Base                                   C:\Extensions\Microsoft_Intelligent Cloud Base_24...
19:43:55.7947469Z Microsoft E-Document Core                                          C:\Extensions\Microsoft_E-Document Core_24.5.2348...
19:43:55.7947650Z Microsoft Performance Toolkit                                      C:\Extensions\Microsoft_Performance Toolkit_24.5....
19:43:55.7947829Z Microsoft Audit File Export                                        C:\Extensions\Microsoft_Audit File Export_24.5.23...
19:43:55.7948005Z Microsoft Performance Toolkit                                      C:\Applications.DE\Microsoft_Performance Toolkit_...
19:43:55.7948234Z Microsoft Base Application                                         C:\Extensions\Microsoft_Base Application_24.5.234...
19:43:55.7948419Z Microsoft Enforced Digital Vouchers                                C:\Extensions\Microsoft_Enforced Digital Vouchers...
19:43:55.7948603Z Microsoft Base Application                                         C:\Applications.DE\Microsoft_Base Application_24....
19:43:55.7948796Z Microsoft Business Foundation Test Libraries                       C:\Applications.DE\Microsoft_Business Foundation ...
19:43:55.7948982Z Microsoft Sustainability                                           C:\Extensions\Microsoft_Sustainability_24.5.23489...
19:43:55.7949168Z Microsoft _Exclude_Master_Data_Management                          C:\Extensions\Microsoft__Exclude_Master_Data_Mana...
19:43:55.7949353Z Microsoft Field Service Integration                                C:\Extensions\Microsoft_Field Service Integration...
19:43:55.7949542Z Microsoft Intrastat Core                                           C:\Extensions\Microsoft_Intrastat Core_24.5.23489...
19:43:55.7949725Z Microsoft Library Outlook REST API                                 C:\Applications\Email - Outlook REST API\Test\Mic...
19:43:55.7949909Z Microsoft Email - SMTP API Test Library                            C:\Applications\Email - SMTP API\Test Library\Mic...
19:43:55.7950099Z Microsoft Bank Account Reconciliation With AI                      C:\Extensions\Microsoft_Bank Account Reconciliati...
19:43:55.7950297Z Microsoft Email - Current User Connector                           C:\Extensions\Microsoft_Email - Current User Conn...
19:43:55.7950491Z Microsoft Business Central Cloud Migration - Previous Release      C:\Extensions\Microsoft_Business Central Cloud Mi...
19:43:55.7950688Z Microsoft Field Service Integration Test Library                   C:\Applications\FieldServiceIntegration\Test Libr...
19:43:55.7950881Z Microsoft _Exclude_PlanConfiguration_                              C:\Extensions\Microsoft__Exclude_PlanConfiguratio...
19:43:55.7951083Z Microsoft _Exclude_Master_Data_Management_Test_Library             C:\Applications\MasterDataManagement\Test Library...
19:43:55.7951272Z Microsoft _Exclude_ReportLayouts                                   C:\Extensions\Microsoft__Exclude_ReportLayouts_24...
19:43:55.7951449Z Microsoft Data Search                                              C:\Extensions\Microsoft_Data Search_24.5.23489.27...
19:43:55.7951632Z Microsoft Enforced Digital Vouchers Test Library                   C:\Applications\EnforcedDigitalVouchers\Test Libr...
19:43:55.7951827Z Microsoft EU 3-Party Trade Purchase                                C:\Applications\EU3PartyTradePurchase\Source\Micr...
19:43:55.7952006Z Microsoft Data Archive                                             C:\Extensions\Microsoft_Data Archive_24.5.23489.2...
19:43:55.7952189Z Microsoft Email - Microsoft 365 Connector                          C:\Extensions\Microsoft_Email - Microsoft 365 Con...
19:43:55.7952636Z Microsoft Simplified Bank Statement Import                         C:\Extensions\Microsoft_Simplified Bank Statement...
19:43:55.7952823Z Microsoft Statistical Accounts                                     C:\Extensions\Microsoft_Statistical Accounts_24.5...
19:43:55.7953006Z Microsoft Shopify Connector                                        C:\Extensions\Microsoft_Shopify Connector_24.5.23...
19:43:55.7953254Z Microsoft Late Payment Prediction                                  C:\Extensions\Microsoft_Late Payment Prediction_2...
19:43:55.7953516Z Microsoft SAF-T                                                    C:\Applications\SAF-T\Source\Microsoft_SAF-T.app    
19:43:55.7953826Z Microsoft Service Declaration                                      C:\Extensions\Microsoft_Service Declaration_24.5....
19:43:55.7954091Z Microsoft Sales and Inventory Forecast                             C:\Extensions\Microsoft_Sales and Inventory Forec...
19:43:55.7954373Z Microsoft Sales Lines Suggestions                                  C:\Extensions\Microsoft_Sales Lines Suggestions_2...
19:43:55.7954635Z Microsoft Review General Ledger Entries                            C:\Extensions\Microsoft_Review General Ledger Ent...
19:43:55.7954886Z Microsoft Recommended Apps                                         C:\Extensions\Microsoft_Recommended Apps_24.5.234...
19:43:55.7955137Z Microsoft Payment Links to PayPal                                  C:\Extensions\Microsoft_Payment Links to PayPal_2...
19:43:55.7955385Z Microsoft Payment Practices                                        C:\Extensions\Microsoft_Payment Practices_24.5.23...
19:43:55.7955650Z Microsoft _Exclude_Business_Events_                                C:\Extensions\Microsoft__Exclude_Business_Events_...
19:43:55.7955900Z Microsoft Tests-CRM integration                                    C:\Applications.DE\Microsoft_Tests-CRM integratio...
19:43:55.7956170Z Microsoft _Exclude_APIV2_                                          C:\Extensions\Microsoft__Exclude_APIV2__24.5.2348...
19:43:55.7956367Z Microsoft _Exclude_Bank Deposits                                   C:\Extensions\Microsoft__Exclude_Bank Deposits_24...
19:43:55.7956554Z Microsoft Email - SMTP Connector                                   C:\Extensions\Microsoft_Email - SMTP Connector_24...
19:43:55.7956743Z Microsoft _Exclude_Email Logging Using Graph API                   C:\Extensions\Microsoft__Exclude_Email Logging Us...
19:43:55.7956927Z Microsoft _Exclude_APIV1_                                          C:\Extensions\Microsoft__Exclude_APIV1__24.5.2348...
19:43:55.7957109Z Microsoft Essential Business Headlines                             C:\Extensions\Microsoft_Essential Business Headli...
19:43:55.7957301Z Microsoft VAT Group Management                                     C:\Applications\VATGroupManagement\Source\Microso...
19:43:55.7957489Z Microsoft Error Messages with Recommendations                      C:\Extensions\Microsoft_Error Messages with Recom...
19:43:55.7957667Z Microsoft Tests-SMB                                                C:\Applications.DE\Microsoft_Tests-SMB_24.5.23489...
19:43:55.7957854Z Microsoft Tests-General Journal                                    C:\Applications.DE\Microsoft_Tests-General Journa...
19:43:55.7958031Z Microsoft Tests-User                                               C:\Applications.DE\Microsoft_Tests-User_24.5.2348...
19:43:55.7958204Z Microsoft Tests-Upgrade                                            C:\Applications.DE\Microsoft_Tests-Upgrade_24.5.2...
19:43:55.7958383Z Microsoft Tests-Permissions                                        C:\Applications.DE\Microsoft_Tests-Permissions_24...
19:43:55.7958834Z Microsoft Tests-Local                                              C:\Applications.DE\Microsoft_Tests-Local_24.5.234...
19:43:55.7959013Z Microsoft Tests-Physical Inventory                                 C:\Applications.DE\Microsoft_Tests-Physical Inven...
19:43:55.7959192Z Microsoft Tests-Prepayment                                         C:\Applications.DE\Microsoft_Tests-Prepayment_24....
19:43:55.7959362Z Microsoft Tests-Job                                                C:\Applications.DE\Microsoft_Tests-Job_24.5.23489...
19:43:55.7959548Z Microsoft Tests-Performance-Internal                               C:\Applications.DE\Microsoft_Tests-Performance-In...
19:43:55.7959738Z Microsoft Tests-MOCKSERVICETESTS-Internal                          C:\Applications.DE\Microsoft_Tests-MOCKSERVICETES...
19:43:55.7959965Z Microsoft Tests-Misc                                               C:\Applications.DE\Microsoft_Tests-Misc_24.5.2348...
19:43:55.7960148Z Microsoft Tests-Monitor Sensitive Fields                           C:\Applications.DE\Microsoft_Tests-Monitor Sensit...
19:43:55.7960341Z Microsoft Tests-NewObjects-Internal                                C:\Applications.DE\Microsoft_Tests-NewObjects-Int...
19:43:55.7960521Z Microsoft Tests-Marketing                                          C:\Applications.DE\Microsoft_Tests-Marketing_24.5...
19:43:55.7960692Z Microsoft Tests-Graph                                              C:\Applications.DE\Microsoft_Tests-Graph_24.5.234...
19:43:55.7960865Z Microsoft Tests-Reverse                                            C:\Applications.DE\Microsoft_Tests-Reverse_24.5.2...
19:43:55.7961046Z Microsoft Tests-SCM                                                C:\Applications.DE\Microsoft_Tests-SCM_24.5.23489...
19:43:55.7961221Z Microsoft Tests-SINGLESERVER                                       C:\Applications.DE\Microsoft_Tests-SINGLESERVER_2...
19:43:55.7961400Z Microsoft Tests-SINGLESERVER-Internal                              C:\Applications.DE\Microsoft_Tests-SINGLESERVER-I...
19:43:55.7961580Z Microsoft Tests-Resource                                           C:\Applications.DE\Microsoft_Tests-Resource_24.5....
19:43:55.7961762Z Microsoft Tests-Integration                                        C:\Applications.DE\Microsoft_Tests-Integration_24...
19:43:55.7961937Z Microsoft Tests-Invoicing                                          C:\Applications.DE\Microsoft_Tests-Invoicing_24.5...
19:43:55.7962110Z Microsoft Tests-Rapid Start                                        C:\Applications.DE\Microsoft_Tests-Rapid Start_24...
19:43:55.7962300Z Microsoft Tests-Integration-Internal                               C:\Applications.DE\Microsoft_Tests-Integration-In...
19:43:55.7962476Z Microsoft Tests-Report                                             C:\Applications.DE\Microsoft_Tests-Report_24.5.23...
19:43:55.7962659Z Microsoft Italian language (Switzerland)                           C:\Extensions\Microsoft_Italian language (Switzer...
19:43:55.7962846Z Microsoft Italian language (Italy)                                 C:\Extensions\Microsoft_Italian language (Italy)_...
19:43:55.7963032Z Microsoft Intrastat DE                                             C:\Extensions\Microsoft_Intrastat DE_24.5.23489.2...
19:43:55.7963209Z Microsoft Russian language (Russia)                                C:\Extensions\Microsoft_Russian language (Russia)...
19:43:55.7963390Z Microsoft Norwegian language (Norway)                              C:\Extensions\Microsoft_Norwegian language (Norwa...
19:43:55.7963572Z Microsoft Microsoft Pay Payments                                   C:\Extensions\Microsoft_Microsoft Pay Payments_24...
19:43:55.7963761Z Microsoft Icelandic language (Iceland)                             C:\Extensions\Microsoft_Icelandic language (Icela...
19:43:55.7963991Z Microsoft French language (Switzerland)                            C:\Extensions\Microsoft_French language (Switzerl...
19:43:55.7964172Z Microsoft French language (France)                                 C:\Extensions\Microsoft_French language (France)_...
19:43:55.7964358Z Microsoft French language (Canada)                                 C:\Extensions\Microsoft_French language (Canada)_...
19:43:55.7964548Z Microsoft German language (Switzerland)                            C:\Extensions\Microsoft_German language (Switzerl...
19:43:55.7964731Z Microsoft German language (Germany)                                C:\Extensions\Microsoft_German language (Germany)...
19:43:55.7964955Z Microsoft German language (Austria)                                C:\Extensions\Microsoft_German language (Austria)...
19:43:55.7965142Z Microsoft _Exclude_Connectivity Apps                               C:\Extensions\Microsoft__Exclude_Connectivity App...
19:43:55.7965334Z Microsoft _Exclude_ClientAddIns_                                   C:\Extensions\Microsoft__Exclude_ClientAddIns__24...
19:43:55.7965517Z Microsoft WorldPay Payments Standard                               C:\Extensions\Microsoft_WorldPay Payments Standar...
19:43:55.7965696Z Microsoft _Exclude_SyncBaseApp_                                    C:\Extensions\Microsoft__Exclude_SyncBaseApp__24....
19:43:55.7965884Z Microsoft _Exclude_Onboarding Signals                              C:\Extensions\Microsoft__Exclude_Onboarding Signa...
19:43:55.7966074Z Microsoft _Exclude_Microsoft Dynamics 365 - SmartList              C:\Extensions\Microsoft__Exclude_Microsoft Dynami...
19:43:55.7966264Z Microsoft Universal Print Integration                              C:\Extensions\Microsoft_Universal Print Integrati...
19:43:55.7966445Z Microsoft Spanish language (Spain)                                 C:\Extensions\Microsoft_Spanish language (Spain)_...
19:43:55.7966632Z Microsoft Spanish language (Mexico)                                C:\Extensions\Microsoft_Spanish language (Mexico)...
19:43:55.7966810Z Microsoft Send To Email Printer                                    C:\Extensions\Microsoft_Send To Email Printer_24....
19:43:55.7966989Z Microsoft Troubleshoot FA Ledger Entries                           C:\Extensions\Microsoft_Troubleshoot FA Ledger En...
19:43:55.7967172Z Microsoft Swedish language (Sweden)                                C:\Extensions\Microsoft_Swedish language (Sweden)...
19:43:55.7967371Z Microsoft Sustainability Contoso Coffee Demo Dataset               C:\Extensions\Microsoft_Sustainability Contoso Co...
19:43:55.7967557Z Microsoft Company Hub                                              C:\Extensions\Microsoft_Company Hub_24.5.23489.27...
19:43:55.7967744Z Microsoft Business Central Intelligent Cloud                       C:\Extensions\Microsoft_Business Central Intellig...
19:43:55.7967935Z Microsoft Business Central Cloud Migration API                     C:\Extensions\Microsoft_Business Central Cloud Mi...
19:43:55.7968134Z Microsoft Danish language (Denmark)                                C:\Extensions\Microsoft_Danish language (Denmark)...
19:43:55.7968318Z Microsoft Czech language (Czechia)                                 C:\Extensions\Microsoft_Czech language (Czechia)_...
19:43:55.7968503Z Microsoft Contoso Coffee Demo Dataset (DE)                         C:\Extensions\Microsoft_Contoso Coffee Demo Datas...
19:43:55.7968696Z Microsoft Business Central Cloud Migration - Previous Release (DE) C:\Extensions\Microsoft_Business Central Cloud Mi...
19:43:55.7968903Z Microsoft AMC Banking 365 Fundamentals                             C:\Extensions\Microsoft_AMC Banking 365 Fundament...
19:43:55.7969128Z Microsoft Tests-Workflow                                           C:\Applications.DE\Microsoft_Tests-Workflow_24.5....
19:43:55.7969377Z Microsoft Tests-VAT                                                C:\Applications.DE\Microsoft_Tests-VAT_24.5.23489...
19:43:55.7969556Z Microsoft Application                                              C:\Extensions\Microsoft_Application_24.5.23489.27...
19:43:55.7969743Z Microsoft API Reports - Finance                                    C:\Extensions\Microsoft_API Reports - Finance_24....
19:43:55.7969926Z Microsoft API - Cross Environment Intercompany                     C:\Extensions\Microsoft_API - Cross Environment I...
19:43:55.7970169Z Microsoft English language (United Kingdom)                        C:\Extensions\Microsoft_English language (United ...
19:43:55.7970371Z Microsoft English language (New Zealand)                           C:\Extensions\Microsoft_English language (New Zea...
19:43:55.7970561Z Microsoft English language (Canada)                                C:\Extensions\Microsoft_English language (Canada)...
19:43:55.7970745Z Microsoft French language (Belgium)                                C:\Extensions\Microsoft_French language (Belgium)...
19:43:55.7970927Z Microsoft Finnish language (Finland)                               C:\Extensions\Microsoft_Finnish language (Finland...
19:43:55.7971122Z Microsoft English language (United States)                         C:\Extensions\Microsoft_English language (United ...
19:43:55.7971313Z Microsoft English language (Australia)                             C:\Extensions\Microsoft_English language (Austral...
19:43:55.7971497Z Microsoft Dynamics BC Excel Reports                                C:\Extensions\Microsoft_Dynamics BC Excel Reports...
19:43:55.7971678Z Microsoft Dutch language (Netherlands)                             C:\Extensions\Microsoft_Dutch language (Netherlan...
19:43:55.7971872Z Microsoft Dutch language (Belgium)                                 C:\Extensions\Microsoft_Dutch language (Belgium)_...
19:43:55.7972057Z Microsoft ELSTER VAT Localization for Germany                      C:\Extensions\Microsoft_ELSTER VAT Localization f...
19:43:55.7972251Z Microsoft E-Documents Connector with External Endpoints            C:\Extensions\Microsoft_E-Documents Connector wit...
19:43:55.7972439Z Microsoft E-Document Core Demo Data                                C:\Extensions\Microsoft_E-Document Core Demo Data...
19:43:55.7972630Z Microsoft Tests-Fixed Asset                                        C:\Applications.DE\Microsoft_Tests-Fixed Asset_24...
19:43:55.7972817Z Microsoft Business Foundation Tests                                C:\Applications\BusinessFoundation\Test\Microsoft...
19:43:55.7973007Z Microsoft Library - No Transactions                                C:\Applications\BaseApp\Test\Microsoft_Library-No...
19:43:55.7973196Z Microsoft _Exclude_APIV2_ Tests                                    C:\Applications\APIV2\Test\Microsoft__Exclude_API...
19:43:55.7973390Z Microsoft _Exclude_APIV1_ Tests                                    C:\Applications\APIV1\Test\Microsoft__Exclude_API...
19:43:55.7973577Z Microsoft Audit File Export Tests                                  C:\Applications\AuditFileExport\Test\Microsoft_Au...
19:43:55.7973769Z Microsoft _Exclude_Bank Deposits Tests                             C:\Applications\BankDeposits\Test\Microsoft__Excl...
19:43:55.7973964Z Microsoft Bank Account Reconciliation With AI Tests                C:\Applications\BankAccRecWithAI\Test\Microsoft_B...
19:43:55.7974166Z Microsoft Sustainability Tests                                     C:\Applications\Sustainability\Test\Microsoft_Sus...
19:43:55.7974395Z Microsoft Statistical Accounts Test                                C:\Applications\StatisticalAccounts\Test\Microsof...
19:43:55.7974580Z Microsoft System Application Test                                  C:\Applications\System Application\Test\Microsoft...
19:43:55.7974777Z Microsoft Simplified Bank Statement Import Test                    C:\Applications\SimplifiedBankStatementImport\Tes...
19:43:55.7974970Z Microsoft Sales and Inventory Forecast Tests                       C:\Applications\SalesAndInventoryForecast\Test\Mi...
19:43:55.7975152Z Microsoft SAF-T Tests                                              C:\Applications\SAF-T\Test\Microsoft_SAF-T Tests.app
19:43:55.7975342Z Microsoft _Exclude_Review_General_Ledger_Entries_Tests             C:\Applications\ReviewGLEntries\Test\Microsoft__E...
19:43:55.7975584Z Microsoft Sales Lines Suggestions Tests                            C:\Applications\SalesLinesSuggestions\Test\Micros...
19:43:55.7975772Z Microsoft Shopify Connector Test                                   C:\Applications\Shopify\test\Microsoft_Shopify Co...
19:43:55.7975962Z Microsoft Service Declaration Tests                                C:\Applications\ServiceDeclaration\Test\Microsoft...
19:43:55.7976153Z Microsoft Prevent Metadata Updates Library                         C:\Applications\testframework\teststabilitytools\...
19:43:55.7976350Z Microsoft Tests-Cost Accounting                                    C:\Applications.DE\Microsoft_Tests-Cost Accountin...
19:43:55.7976531Z Microsoft Tests-Cash Flow                                          C:\Applications.DE\Microsoft_Tests-Cash Flow_24.5...
19:43:55.7976708Z Microsoft Tests-Bank                                               C:\Applications.DE\Microsoft_Tests-Bank_24.5.2348...
19:43:55.7976882Z Microsoft Tests-Data Exchange                                      C:\Applications.DE\Microsoft_Tests-Data Exchange_...
19:43:55.7977067Z Microsoft Tests-ERM                                                C:\Applications.DE\Microsoft_Tests-ERM_24.5.23489...
19:43:55.7977243Z Microsoft Tests-DotNet-Internal                                    C:\Applications.DE\Microsoft_Tests-DotNet-Interna...
19:43:55.7977422Z Microsoft Tests-Dimension                                          C:\Applications.DE\Microsoft_Tests-Dimension_24.5...
19:43:55.7977600Z Microsoft TestRunner-Internal                                      C:\Applications.DE\Microsoft_TestRunner-Internal_...
19:43:55.7977784Z Microsoft Application                                              C:\Applications.DE\Microsoft_Application_24.5.234...
19:43:55.7977964Z Microsoft VAT Group Management Tests                               C:\Applications\VATGroupManagement\Test\Microsoft...
19:43:55.7978150Z Microsoft Send remittance advice by email                          C:\Applications\UKSendRemittanceAdvice\Source\Mic...
19:43:55.7978343Z Microsoft BuildTools                                               C:\Applications.DE\Microsoft_BuildTools_24.5.2348...
19:43:55.7978517Z Microsoft Performance Toolkit Tests                                C:\Applications.DE\Microsoft_Performance Toolkit ...
19:43:55.7978704Z Microsoft Performance Toolkit Samples                              C:\Applications.DE\Microsoft_Performance Toolkit ...
19:43:55.7978881Z Microsoft DemoTool                                                 C:\Applications.DE\Microsoft_DemoTool_24.5.23489....
19:43:55.7979065Z Microsoft Report Layouts Tests                                     C:\Applications\ReportLayouts\Test\Microsoft_Repo...
19:43:55.7979258Z Microsoft Email - Microsoft 365 Connector Tests                    C:\Applications\Email - Microsoft 365 Connector\T...
19:43:55.7979448Z Microsoft Email - Current User Connector Tests                     C:\Applications\Email - Current User Connector\Te...
19:43:55.7979682Z Microsoft Email - SMTP API Tests                                   C:\Applications\Email - SMTP API\Test\Microsoft_E...
19:43:55.7979878Z Microsoft Enforced Digital Vouchers Tests                          C:\Applications\EnforcedDigitalVouchers\Test\Micr...
19:43:55.7980074Z Microsoft _Exclude_Email Logging Using Graph API Tests             C:\Applications\EmailLogging\Test\Microsoft__Excl...
19:43:55.7980270Z Microsoft Email - SMTP Connector Tests                             C:\Applications\Email - SMTP Connector\Test\Micro...
19:43:55.7980456Z Microsoft E-Document Core Tests                                    C:\Applications\EDocument Core\Test\Microsoft_E-D...
19:43:55.7980700Z Microsoft Contoso Coffee Demo Dataset Tests                        C:\Applications\ContosoCoffeeDemoDataset\Test\Mic...
19:43:55.7980888Z Microsoft Data Archive Tests                                       C:\Applications\DataArchive\test\Microsoft_Data A...
19:43:55.7981068Z Microsoft Data Search Tests                                        C:\Applications\DataSearch\test\Microsoft_Data Se...
19:43:55.7981254Z Microsoft Error Messages with Recommendations Tests                C:\Applications\ErrorMessagesWithRecommendations\...
19:43:55.7981450Z Microsoft OnPrem Permissions Test                                  C:\Applications\Onprem Permissions\Test\Microsoft...
19:43:55.7981634Z Microsoft OnPrem Permissions                                       C:\Applications\Onprem Permissions\Source\Microso...
19:43:55.7981813Z Microsoft Payment Practices Tests                                  C:\Applications\PaymentPractices\Test\Microsoft_P...
19:43:55.7982002Z Microsoft Recommended Apps Tests                                   C:\Applications\RecommendedApps\Test\Microsoft_Re...
19:43:55.7982205Z Microsoft _Exclude_PlanConfiguration_ Tests                        C:\Applications\PlanConfiguration\Test\Microsoft_...
19:43:55.7982399Z Microsoft PayPal Payments Standard Tests                           C:\Applications\PayPalPaymentsStandard\Test\Micro...
19:43:55.7982593Z Microsoft _Exclude_Master_Data_Management_Tests                    C:\Applications\MasterDataManagement\Test\Microso...
19:43:55.7982791Z Microsoft EU 3-Party Trade Purchase Tests                          C:\Applications\EU3PartyTradePurchase\test\Micros...
19:43:55.7982981Z Microsoft Essential Business Headlines Test                        C:\Applications\EssentialBusinessHeadlines\Test\M...
19:43:55.7983174Z Microsoft _Exclude_Business_Events_Test                            C:\Applications\ExternalEvents\test\Microsoft__Ex...
19:43:55.7983370Z Microsoft Late Payment Prediction Tests                            C:\Applications\LatePaymentPredictor\Test\Microso...
19:43:55.7983567Z Microsoft Intrastat Core Tests                                     C:\Applications\Intrastat\Test\Microsoft_Intrasta...
19:43:55.7983754Z Microsoft Field Service Integration Test                           C:\Applications\FieldServiceIntegration\Test\Micr...
19:43:55.7983836Z 
19:43:55.7983885Z 
19:43:55.7992243Z 
19:43:55.7992776Z *** Installing Applications:
19:43:55.7992892Z 
19:43:55.7992992Z 
19:43:55.7993156Z ProcessOrder : -934
19:43:55.7993334Z Publisher    : Microsoft
19:43:55.7993511Z Name         : Library Assert
19:43:55.7993732Z Path         : C:\Applications.DE\Microsoft_Library Assert_24.5.23489.27030.app
19:43:55.7993871Z 
19:43:55.7994026Z ProcessOrder : -934
19:43:55.7994200Z Publisher    : Microsoft
19:43:55.7994373Z Name         : Library Assert
19:43:55.7994729Z Path         : C:\Extensions\Microsoft_Library Assert_24.5.23489.27030.app
19:43:55.7994867Z 
19:43:55.7995049Z ProcessOrder : -600
19:43:55.7995226Z Publisher    : Microsoft
19:43:55.7995387Z Name         : Any
19:43:55.7995584Z Path         : C:\Extensions\Microsoft_Any_24.5.23489.27030.app
19:43:55.7995704Z 
19:43:55.7995856Z ProcessOrder : -600
19:43:55.7996033Z Publisher    : Microsoft
19:43:55.7996194Z Name         : Any
19:43:55.7996384Z Path         : C:\Applications.DE\Microsoft_Any_24.5.23489.27030.app
19:43:55.7996515Z 
19:43:55.7996664Z ProcessOrder : -302
19:43:55.7996825Z Publisher    : Microsoft
19:43:55.7997076Z Name         : Library Variable Storage
19:43:55.7997296Z Path         : C:\Extensions\Microsoft_Library Variable Storage_24.5.23489.27030.app
19:43:55.7997430Z 
19:43:55.7997581Z ProcessOrder : -302
19:43:55.7997752Z Publisher    : Microsoft
19:43:55.7997928Z Name         : Library Variable Storage
19:43:55.7998141Z Path         : C:\Applications.DE\Microsoft_Library Variable Storage_24.5.23489.27030.app
19:43:55.7998283Z 
19:43:55.7998436Z ProcessOrder : -290
19:43:55.7998598Z Publisher    : Microsoft
19:43:55.7998775Z Name         : System Application Test Library
19:43:55.7999008Z Path         : C:\Applications.DE\Microsoft_System Application Test Library_24.5.23489.27030.app
19:43:55.7999139Z 
19:43:55.7999371Z ProcessOrder : -213
19:43:55.7999548Z Publisher    : Microsoft
19:43:55.7999717Z Name         : Permissions Mock
19:43:55.7999924Z Path         : C:\Extensions\Microsoft_Permissions Mock_24.5.23489.27030.app
19:43:55.8000055Z 
19:43:55.8000203Z ProcessOrder : -213
19:43:55.8000369Z Publisher    : Microsoft
19:43:55.8000536Z Name         : Permissions Mock
19:43:55.8000751Z Path         : C:\Applications.DE\Microsoft_Permissions Mock_24.5.23489.27030.app
19:43:55.8000876Z 
19:43:55.8001026Z ProcessOrder : -105
19:43:55.8001193Z Publisher    : Microsoft
19:43:55.8001364Z Name         : Tests-TestLibraries
19:43:55.8001573Z Path         : C:\Applications.DE\Microsoft_Tests-TestLibraries_24.5.23489.27030.app
19:43:55.8001710Z 
19:43:55.8001871Z ProcessOrder : -16
19:43:55.8002031Z Publisher    : Microsoft
19:43:55.8002195Z Name         : Test Runner
19:43:55.8002402Z Path         : C:\Applications.DE\Microsoft_Test Runner_24.5.23489.27030.app
19:43:55.8002526Z 
19:43:55.8002678Z ProcessOrder : -16
19:43:55.8002843Z Publisher    : Microsoft
19:43:55.8003001Z Name         : Test Runner
19:43:55.8003203Z Path         : C:\Extensions\Microsoft_Test Runner_24.5.23489.27030.app
19:43:55.8003332Z 
19:43:55.8003483Z ProcessOrder : -4
19:43:55.8003643Z Publisher    : Microsoft
19:43:55.8003819Z Name         : Business Foundation Test Libraries
19:43:55.8004045Z Path         : C:\Applications.DE\Microsoft_Business Foundation Test Libraries_24.5.23489.27030.app
19:43:55.8004183Z 
19:43:55.8004272Z 
19:43:55.8004354Z 
19:43:55.8004436Z 
19:43:55.8004635Z *** Get App Info: C:\Applications.DE\Microsoft_Library Assert_24.5.23489.27030.app
19:43:56.1104534Z *** Get App Tenant Info
19:43:56.9532428Z *** Sync App: [Microsoft / Library Assert]
19:43:57.7454487Z *** Install App: [Microsoft / Library Assert]
19:43:58.6013779Z ***
19:43:58.6018040Z *** Get App Info: C:\Extensions\Microsoft_Library Assert_24.5.23489.27030.app
19:43:59.1118984Z *** Get App Tenant Info
19:43:59.8713452Z *** Sync App: [Microsoft / Library Assert]
19:44:00.6242759Z WARNUNG: Cannot synchronize the extension Library Assert with app ID dd0be2ea-f733-4d65-bb34-a28f4624fb14 because it is
19:44:00.6245470Z  already synchronized.
19:44:00.6245870Z ***
19:44:00.6246150Z *** Get App Info: C:\Extensions\Microsoft_Any_24.5.23489.27030.app
19:44:01.1302530Z *** Get App Tenant Info
19:44:01.8879057Z *** Sync App: [Microsoft / Any]
19:44:02.6426325Z *** Install App: [Microsoft / Any]
19:44:03.4954080Z ***
19:44:03.4959763Z *** Get App Info: C:\Applications.DE\Microsoft_Any_24.5.23489.27030.app
19:44:04.0087225Z *** Get App Tenant Info
19:44:04.7658814Z *** Sync App: [Microsoft / Any]
19:44:05.5097893Z WARNUNG: Cannot synchronize the extension Any with app ID e7320ebb-08b3-4406-b1ec-b4927d3e280b because it is already 
19:44:05.5099387Z synchronized.
19:44:05.5105687Z ***
19:44:05.5107844Z *** Get App Info: C:\Extensions\Microsoft_Library Variable Storage_24.5.23489.27030.app
19:44:06.0175241Z *** Get App Tenant Info
19:44:06.7814779Z *** Sync App: [Microsoft / Library Variable Storage]
19:44:07.5207711Z *** Install App: [Microsoft / Library Variable Storage]
19:44:08.3778305Z ***
19:44:08.3781965Z *** Get App Info: C:\Applications.DE\Microsoft_Library Variable Storage_24.5.23489.27030.app
19:44:08.8866025Z *** Get App Tenant Info
19:44:09.6591795Z *** Sync App: [Microsoft / Library Variable Storage]
19:44:10.3853753Z WARNUNG: Cannot synchronize the extension Library Variable Storage with app ID 5095f467-0a01-4b99-99d1-9ff1237d286f 
19:44:10.3854449Z because it is already synchronized.
19:44:10.3868133Z ***
19:44:10.3870645Z *** Get App Info: C:\Applications.DE\Microsoft_System Application Test Library_24.5.23489.27030.app
19:44:10.8914394Z *** Get App Tenant Info
19:44:11.6210875Z *** Publish App: [Microsoft / System Application Test Library]
19:44:19.1508970Z *** Sync App: [Microsoft / System Application Test Library]
19:44:20.4469583Z *** Install App: [Microsoft / System Application Test Library]
19:44:21.8434804Z ***
19:44:21.8448968Z *** Get App Info: C:\Extensions\Microsoft_Permissions Mock_24.5.23489.27030.app
19:44:22.3886553Z *** Get App Tenant Info
19:44:23.2226274Z *** Sync App: [Microsoft / Permissions Mock]
19:44:23.9758631Z *** Install App: [Microsoft / Permissions Mock]
19:44:24.8273655Z ***
19:44:24.8276846Z *** Get App Info: C:\Applications.DE\Microsoft_Permissions Mock_24.5.23489.27030.app
19:44:25.3297637Z *** Get App Tenant Info
19:44:26.6294672Z *** Sync App: [Microsoft / Permissions Mock]
19:44:26.8292169Z WARNUNG: Cannot synchronize the extension Permissions Mock with app ID 40860557-a18d-42ad-aecb-22b7dd80dc80 because it 
19:44:26.8292681Z is already synchronized.
19:44:26.8319101Z ***
19:44:26.8332212Z *** Get App Info: C:\Applications.DE\Microsoft_Tests-TestLibraries_24.5.23489.27030.app
19:44:27.3892989Z *** Get App Tenant Info
19:44:28.1341505Z *** Publish App: [Microsoft / Tests-TestLibraries]
19:44:39.2889395Z *** Sync App: [Microsoft / Tests-TestLibraries]
19:44:41.0828172Z *** Install App: [Microsoft / Tests-TestLibraries]
19:44:43.1888202Z ***
19:44:43.1912731Z *** Get App Info: C:\Applications.DE\Microsoft_Test Runner_24.5.23489.27030.app
19:44:43.6974363Z *** Get App Tenant Info
19:44:44.4639133Z *** Sync App: [Microsoft / Test Runner]
19:44:45.2787880Z *** Install App: [Microsoft / Test Runner]
19:44:46.2238248Z ***
19:44:46.2244012Z *** Get App Info: C:\Extensions\Microsoft_Test Runner_24.5.23489.27030.app
19:44:46.7284450Z *** Get App Tenant Info
19:44:47.4800834Z *** Sync App: [Microsoft / Test Runner]
19:44:48.2148552Z WARNUNG: Cannot synchronize the extension Test Runner with app ID 23de40a6-dfe8-4f80-80db-d70f83ce8caf because it is 
19:44:48.2149435Z already synchronized.
19:44:48.2157042Z ***
19:44:48.2168594Z *** Get App Info: C:\Applications.DE\Microsoft_Business Foundation Test Libraries_24.5.23489.27030.app
19:44:48.7248425Z *** Get App Tenant Info
19:44:49.4538332Z *** Publish App: [Microsoft / Business Foundation Test Libraries]
19:44:50.2495080Z *** Sync App: [Microsoft / Business Foundation Test Libraries]
19:44:50.9991904Z *** Install App: [Microsoft / Business Foundation Test Libraries]
19:44:52.7115332Z ***
19:44:53.7364032Z 
19:44:53.7366141Z *** AL-TestTool installation completed.
19:44:53.7366381Z *** AL-TestTool installation finished.
19:44:53.7366530Z 
19:44:53.7366690Z *** Disconnect Docker session.
19:44:53.7366825Z *** Remove Docker session.
19:44:53.7366956Z *** Docker session removed.
19:44:53.7367096Z *** AL-Extension Published to ALOps Repository
19:44:53.7368292Z *** Cleanup VSTS Environment: True
19:44:54.1461437Z ##[section]Finishing: Install AL TestTool
waldo1001 commented 4 days ago

hi,

It depends on your requirements - but let's first try to remove that step altogether, and work with the settings:

    - task: ALOpsDockerCreate@1
      displayName: 'ALOps Docker Create'
      inputs:
...
        includetesttoolkit: True
...

That should prep the image for testing. Make sure when you reuse this image, that it is ok to have te tests in there...

DanielGoehler commented 2 days ago

That's much improved! Thanks so much!