Replies: 4 comments 2 replies
-
That looks like a bug - will create an issue from this. |
Beta Was this translation helpful? Give feedback.
-
Easiest way to have internal dependency resolution is to create an organizational secret called GitHubPackagesContext - with that dependency resolution in the organization is automatic. |
Beta Was this translation helpful? Give feedback.
-
BTW - could you include the Download project dependencies log as text instead of a screenshot. |
Beta Was this translation helpful? Give feedback.
-
Also, it is always a good idea to update your AL-Go version to the latest version (v6.3 today) |
Beta Was this translation helpful? Give feedback.
-
I have tried to set up dependcies for our app. it do not find the app to install.
I have this in my settings:
"appDependencyProbingPaths": [
{
"repo": "https://github.com/BDO-Norway/BDO-API",
"version": "latest",
"release_status": "release",
"authTokenSecret": "SecretSecret",
"projects": "*"
}
]
but something is happening.. the URL seems to be changed...
take a lokk at the picture how the urls are changed is this the reason for that it do not find the repo?
Beta Was this translation helpful? Give feedback.
All reactions