Unable to run licensing tool #10756
Replies: 1 comment
-
Was using an incorrect value for a parameter, seems to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are building a .net framework application using GitActions and we have a 3rd party component that needs to be licensed. The process for licensing this component in a CI/CD environment such as GitHub GitActions is to download their licensing tool and then run a command against that licensing tool in order to license the application. The tool goes out to the internet to their license server to verify the key we passed in as a parameter when running the tool. This action is failing and the vendor said that the request is not even hitting their license server. I've added an action to ping their license server and it also fails. I'm a little confused on how it is able to go out and actually download the licensing tool, but for some reason something is blocking that tool from getting out to the Internet to validate our license key. Is there something that would be preventing the downloaded app from reaching the Internet and if so how can I get around this so that I can actually build my solution with a valid license for this 3rd party component?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions