Does SQL Source Control work with Visual Studio Online?
kevynana
0

Comments

2 comments

  • AlexYates
    If by VSO you mean VSTS, yes it does.

    You can link either to a TFS style repo or a Git style repo.

    Note that if using Git with VSTS the commit and get latest options will work fine but Push/Pull won't. Some odd permissions issue.

    You could avoid this by using the "working folder" option but this does not fix the problem it just hides it and in the process you lose other functionality. Better to just link as normal and use and external git client or the git command line to do your push/pull.
    AlexYates
    0
  • Mike U
    Git with VSTS should work (including push/pull), as long as you use personal access tokens to authenticate.
    Mike U
    0

Add comment

Please sign in to leave a comment.