标签: azure-devops azure-pipelines
我有私人仓库,它使用Cert auth进行https连接。这就是我无法使用标准获取
但我可以使用SSH克隆repo。有没有办法在VSTS中做到这一点?
答案 0 :(得分:2)
不,VSTS不支持,您可以跟进此用户声音:fetch source from Git via SSH in Visual Studio Team Services。
您可以在构建期间通过命令行任务调用git clone ssh://xxx命令来获取源代码。
git clone ssh://xxx