My GitHub Actions CI/CD is failing on the CD part when trying to install the .dmapp.
Checking the logs I get the same error, as I would if I try to install the .dmapp through the Client Test Tools:
I even installed the System.Security.Cryptography.X509Certificates NuGet package, but I still get the same error.
Hi Guilherme
It looks to me like the 'max path length' issue from Windows. Since RN 33917 (same versions as RN33969) DataMiner can handle long paths.
I would suggest to double check the agent you are deploying on and see if the version is higher than the ones mentioned in the release note (DM 10.1.0 CU19, DM 10.2.0 CU7 and DM 10.2.10).
I have upgraded my DataMiner to 10.3.4 and it works!
I forwarded your question to some people with more knowledge about this topic.
I once had an issue where a file path was too long (limitation in windows), causing a dmapp installation to fail. I see some long path in your screenshot, but not sure if the same thing is causing the issues here.