Issues adding Continia Document Capture (CDC) app dependency #1554
-
Hello, We are running into issues adding Continia Document Capture (CDC) app dependency in Azure DevOps (ADO). We need this in ADO as we are customizing some CDC objects. While this works perfectly in GitHub, and CICD does resolve the dependency for CDC successfully, it errors out in Azure DevOps, with the following error msg: Processing dependency Continia Software_Continia Document Capture_25.0.0.0 (6da8dd2f-e698-461f-9147-8e404244dd85)
This is our A This is how we call Run-AlPipeline function from our PS file in DevOps: Run-AlPipeline @params And the dependency has been added to the app.json, and we only have one single app: "dependencies": [ Any help would be greatly appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
NuGet support is integrated in AL-Go for GitHub. |
Beta Was this translation helpful? Give feedback.
NuGet support is integrated in AL-Go for GitHub.
If you are using Azure DevOps with self-build pipelines, you will have to code NuGet support into your pipelines yourself. BcContainerHelper does have support for downloading packages etc. which you can use, please consult with help in BcContainerHelper for assistance on how to use these.
We do recommend that people switch to a managed devops solution, so that every partner doesn't have to spend the time for writing the code for these things themselves.