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
Anything described below can be found in my public repo dependency-demo
Start a new AL-GO Project (or see my public repository we're the issue is simulated)
Add a new app
add an app source dependency in the app.json
merge changes in the main branch
CICD Fails during the step Publishing apps
The Error message
Unexpected error when running action.
Error Message: Extension compilation failed HelloWorld.al(9,21): error AL0185: Codeunit 'MOB Toolbox' is missing
StackTrace: at Invoke-ScriptInBcContainer, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\ContainerHandling\Invoke-ScriptInNavContainer.ps1: line 113
<- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 379
<- at Publish-BcContainerApp, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Publish-NavContainerApp.ps1: line 154
<- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 941
<- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2359
<- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2328
<- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2313
<- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1057
<- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.28\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1019
<- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.0\RunPipeline\RunPipeline.ps1: line 391
<- at <ScriptBlock>, D:\a\_temp\7ead24ca-0110-4da7-8795-e51266c09aa6.ps1: line 3
<- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v6.0\Invoke-AlGoAction.ps1: line 17
<- at <ScriptBlock>, D:\a\_temp\7ead24ca-0110-4da7-8795-e51266c09aa6.ps1: line 2
<- at <ScriptBlock>, <No file>: line 1
Expected behavior
Since the previous steps resolved and installed the dependencies and the app was compiled without any errors I would assume the publishing apps to the docker container during the build should also go well.
AL-Go version
6.0
Describe the issue
Anything described below can be found in my public repo dependency-demo
Publishing apps
The Error message
Expected behavior
Since the previous steps resolved and installed the dependencies and the app was compiled without any errors I would assume the publishing apps to the docker container during the build should also go well.
Previous successful steps during build:
Failing Step
Steps to reproduce
Anything described below can be found in my public repo dependency-demo
Additional context (logs, screenshots, etc.)
No response
The text was updated successfully, but these errors were encountered: