Saving assembly definition gives error in Visual Studio Team Service

I started building automation using the vs team. I linked my github repositories to Visual Studio Team Services through an access token.

Now I can select the github repositories in Visual Studio Team Services. But when saving the build definitions, it gives the following error:

Unable to configure the service in the selected GitHub repository. This is probably due to the lack of the necessary permission to control intercepts for the selected repository.

Can anyone help me resolve this error. Do we need to buy any services to automate the assembly?

Thanks in advance.

+4
source share
2 answers

, , .

github , ( , -).

GH , VSO , , .

, GitHub -. , CI VSO API GH push ... , admin:repo_hook ( s), , , .

, . 8 -}

, , :

  • ;
  • , , VSO, GH PAT.

.

+3

github, VS Team Service , , .

:

GitHub

  • "" ""        . "" .

    a. " " "GitHub".

    b. " GitHub" " " "".

    c. GitHub , Visual Studio Team Services GitHub.

  • "" " ".

  • , , .

  • GitHub , .
  • GitHub .

    a. , : repo_hook.

    b. .

  • Team Services .

  • "" "" . "" .

    a. " " "GitHub".

    b. " GitHub" " ".

    c. .

  • "" " ".

  • , , .

MSDN: - GitHub

+1

All Articles