Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1013 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 1013 Bytes

GitHub license example workflow

TwinGet

A package manager for TwinCAT libraries

Self-hosted runners

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

  • Visual Studio 2022

  • GitHub runner

  • 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>