A package manager for TwinCAT libraries
This project CI pipeline uses self-hosted runner. Following are the required software and settings for the build jobs to succeed:
-
The runner must be configured with these tags
self-hosted
,Windows
,X64
,TwinCAT
-
A service account for running GitHub runner as a service
-
The service account must be added to the "Administrators" group, for example, using the following command,
Add-LocalGroupMember -Group "Administrators" -Member <windows_account_name>