You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first two apps get published and installed on the BC container, but the last one doesn't
Creating Container took 491 seconds
Copy C:\ProgramData\BcContainerHelper\Extensions\bc14037262547\4568f0ba-fe01-4e97-a050-b33f8a3eff99\Microsoft__Exclude_APIV2__25.5.30849.32044.app to D:\a\PTE-BC-MyPTEApp-BE\PTE-BC-MyPTEApp-BE\.buildartifacts\Dependencies
_Exclude_APIV2_ version 25.5.30849.32085 is already published
_Exclude_APIV2_ version 25.5.30849.32085 is already installed
App Microsoft__Exclude_APIV2__25.5.30849.32044.app successfully published
Copy C:\ProgramData\BcContainerHelper\Extensions\bc14037262547\4568f0ba-fe01-4e97-a050-b33f8a3eff99\Microsoft_Audit File Export_25.5.30849.32044.app to D:\a\PTE-BC-MyPTEApp-BE\PTE-BC-MyPTEApp-BE\.buildartifacts\Dependencies
Audit File Export version 25.5.30849.32085 is already published
Audit File Export version 25.5.30849.32085 is already installed
App Microsoft_Audit File Export_25.5.30849.32044.app successfully published
Copy C:\ProgramData\BcContainerHelper\Extensions\bc14037262547\4568f0ba-fe01-4e97-a050-b33f8a3eff99\Microsoft_Field Service Integration_25.5.30849.32044.app to D:\a\PTE-BC-MyPTEApp-BE\PTE-BC-MyPTEApp-BE\.buildartifacts\Dependencies
Field Service Integration version 25.5.30849.32085 is already published
Synchronizing Field Service Integration on tenant default
No published extensions match the specified parameter values.
Exception Script Stack Trace:
at <ScriptBlock>, <No file>: line 74
PowerShell Call Stack:
at Invoke-ScriptInBcContainer, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\ContainerHandling\Invoke-ScriptInNavContainer.ps1: line 71
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 394
at Publish-BcContainerApp, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 154
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1176
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1450
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1377
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1269
at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.37\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1254
at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.4\RunPipeline\RunPipeline.ps1: line 467
at <ScriptBlock>, D:\a\_temp\60a3d403-99a4-4e37-ad22-ee2a38fe71f2.ps1: line 3
at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.4\Invoke-AlGoAction.ps1: line 17
at <ScriptBlock>, D:\a\_temp\60a3d403-99a4-4e37-ad22-ee2a38fe71f2.ps1: line 2
at <ScriptBlock>, <No file>: line 1
Container Free Physical Memory: 2.0Gb
Disk C: Free 121Gb from 127Gb
Services in container bc14037262547:
Publish-BcContainerApp Telemetry Correlation Id: 77aaae4f-2bee-432b-8dc6-6e2a7b3d3b81
Expected behavior
Install the 3 apps:
Microsoft__Exclude_APIV2__.app",
Microsoft_Audit File Export_.app",
Microsoft_Field Service Integration_*.app"
Steps to reproduce
Create an empty BC Project
Add the dependencies to the app.json
Try building app
Additional context (logs, screenshots, etc.)
I also tried the CICD without the dependencies folder and apps in my repo so that they get downloaded from the Microsoft Nuget feed, but that didn't work as well.
The text was updated successfully, but these errors were encountered:
The reason for this error is, that Field Service Integration is installed in version 25.5.30849.32085 and you are trying to install/synchronize version 25.5.30849.32044, which doesn't exist.
But... you shouldn't need to copy Microsoft apps to your repository for dependency resolution - these should already be in the container/artifacts, so my expectation was that you could just remove the InstallApps setting and AL-Go would figure everything out, the publishing however still fails because the app is published but not installed.
When the bug-fix is in, you can remove the InstallApps setting and the copy of the 3 microsoft apps from your repo - AL-Go will automatically find the right version of these app dependencies in the artifacts downloaded.
AL-Go version
6.4
Describe the issue
CICD workflow is failing while Building - Installing apps
I have 3 apps in my dependencies folder that I need to install to build my app:
The apps are also store in my setting file
AL-Go-Settings.json
The first two apps get published and installed on the BC container, but the last one doesn't
Expected behavior
Install the 3 apps:
Microsoft__Exclude_APIV2__.app",
Microsoft_Audit File Export_.app",
Microsoft_Field Service Integration_*.app"
Steps to reproduce
Additional context (logs, screenshots, etc.)
I also tried the CICD without the dependencies folder and apps in my repo so that they get downloaded from the Microsoft Nuget feed, but that didn't work as well.
The text was updated successfully, but these errors were encountered: