0

I have Azure Devops server 2019 update 1.1, I understand from a couple of videos that when we try to create a new pipeline, we should see several options as follows enter image description here

whereas on my server, there is no "Githyb Yaml", only enterprise or othergit

enter image description here

Am I missing a config or an update? Thanks

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
eliassal
  • 343
  • 5
  • 20

1 Answers1

0

Azure DevOps Server 2019 - Create pipeline - No GitHub yaml option in Where is Your Code

According to the official document Supported source repositories, Azure Devops server 2019 does not support GitHub as Source Repository type even in Classic editor:

enter image description here

So, there is no GitHub yaml option on the Azure DevOps Server 2019. It is currently only supported by Azure devops services.

Leo Liu
  • 71,098
  • 10
  • 114
  • 135