File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 162162 {
163163 "endpointId" : " tfs:teamfoundation" ,
164164 "target" : " project" ,
165- "endpointUrl" : " {{endpoint.url}}/_apis/projects" ,
165+ "endpointUrl" : " {{endpoint.url}}/_apis/projects?$skip={{skip}}&$top=1000 " ,
166166 "resultSelector" : " jsonpath:$.value[?(@.state=='wellFormed')]" ,
167- "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{name}}}\" }"
167+ "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{name}}}\" }" ,
168+ "callbackContextTemplate" : " {\" skip\" : \" {{add skip 1000}}\" }" ,
169+ "callbackRequiredTemplate" : " {{isEqualNumber result.count 1000}}" ,
170+ "initialContextTemplate" : " {\" skip\" : \" 0\" }"
168171 },
169172 {
170173 "endpointId" : " tfs:teamfoundation" ,
Original file line number Diff line number Diff line change 1616 "author" : " Microsoft Corporation" ,
1717 "version" : {
1818 "Major" : 2 ,
19- "Minor" : 135 ,
20- "Patch" : 4
19+ "Minor" : 136 ,
20+ "Patch" : 0
2121 },
2222 "demands" : [
2323 " vstest"
Original file line number Diff line number Diff line change 1616 "author" : " Microsoft Corporation" ,
1717 "version" : {
1818 "Major" : 2 ,
19- "Minor" : 135 ,
20- "Patch" : 4
19+ "Minor" : 136 ,
20+ "Patch" : 0
2121 },
2222 "demands" : [
2323 " vstest"
You can’t perform that action at this time.
0 commit comments