Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 477 Bytes

SelfHostedGitHubRunner.md

File metadata and controls

22 lines (19 loc) · 477 Bytes

#4 Setup self-hosted GitHub runners

Prerequisites:

  • A GitHub admin account.
  • An Azure admin account.
  • An LCS access.
  1. Deploy new Build Azure VM or use the existing one.
  2. Install the run github agent to this VM and specify the specific label to this runner.
  3. Update .\FSC-PS\settings.json file:
{
    "type":"FSCM",
    ....
    "githubRunner":"{SpecificLabel}",
    ....
}
  1. Run Update FSC-PS files

back