[Bug]: Pull each dependent app one by one via NugetPackages
Feature description
Hi, we have a problem with pulling indirect dependencies via Nuget packages to properly resolve the apps.
An Example: We have versions for 24.x and 25.x and want the dependencies for 24.4 App1 (dependent on App2) App2 (dependent on App3) CI/CD pulls App1 (correctly), App2 (correctly), App3 (not correctly or reaches time threshold).
It would be nice to have the option of getting each app one by one and define all apps needed manually.
For now it works with appDependencyProbingPaths but there are disadvantage.
here is the log log.txt
In the log, the run is terminated with Error message: Response status code does not indicate success: 403 (Forbidden)”. after it has excluded many versions: Exclude versions: 26.0.117, 25.0.118, 25.0.113, 25.0.108, 25.0.104`.
For a better overview. In this log, our dependency tree looks like this:
Changed this to a bug - will have a look - this is a scenario, which should be supported and I can see that the current resolver works sub-optimal here :-(
thanks, that would be really nice! :)