@@ -16,7 +16,8 @@ If you're not familiar with Sourcebot [connections](/docs/connections/overview),
1616 ```json
1717 {
1818 " type" : " azuredevops" ,
19- " useTfsPath" : true
19+ " deploymentType" : " server" ,
20+ " useTfsPath" : true ,
2021 " repos" : [
2122 " organizationName/projectName/repoName" ,
2223 " organizationName/projectName/repoName2
@@ -28,6 +29,7 @@ If you're not familiar with Sourcebot [connections](/docs/connections/overview),
2829 ```json
2930 {
3031 " type" : " azuredevops" ,
32+ " deploymentType" : " server" ,
3133 " repos" : [
3234 " organizationName/projectName/repoName" ,
3335 " organizationName/projectName/repoName2
@@ -39,6 +41,7 @@ If you're not familiar with Sourcebot [connections](/docs/connections/overview),
3941 ```json
4042 {
4143 " type" : " azuredevops" ,
44+ " deploymentType" : " server" ,
4245 " orgs" : [
4346 " collectionName" ,
4447 " collectionName2"
@@ -50,6 +53,7 @@ If you're not familiar with Sourcebot [connections](/docs/connections/overview),
5053 ```json
5154 {
5255 " type" : " azuredevops" ,
56+ " deploymentType" : " server" ,
5357 " projects" : [
5458 " collectionName/projectName" ,
5559 " collectionName/projectName2"
@@ -61,6 +65,7 @@ If you're not familiar with Sourcebot [connections](/docs/connections/overview),
6165 ```json
6266 {
6367 " type" : " azuredevops" ,
68+ " deploymentType" : " server" ,
6469 // Include all repos in my-org...
6570 " orgs" : [
6671 " my-org"
@@ -104,6 +109,7 @@ Next, provide the access token via the `token` property, either as an environmen
104109 ```json
105110 {
106111 " type" : " azuredevops" ,
112+ " deploymentType" : " server" ,
107113 " token" : {
108114 // note: this env var can be named anything. It
109115 // doesn't need to be `ADO_TOKEN`.
@@ -134,6 +140,7 @@ Next, provide the access token via the `token` property, either as an environmen
134140 ``` json
135141 {
136142 "type" : " azuredevops" ,
143+ "deploymentType" : " server" ,
137144 "token" : {
138145 "secret" : " mysecret"
139146 }
0 commit comments