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