File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ extends:
88
88
workingDirectory : $(Build.SourcesDirectory)/tsconfig-gen
89
89
90
90
- name : textDocument
91
+ dependsOn : tsconfigGen
91
92
testPlatforms :
92
93
- name : Linux
93
94
nodeVersions :
@@ -114,6 +115,7 @@ extends:
114
115
workingDirectory : $(Build.SourcesDirectory)/textDocument
115
116
116
117
- name : types
118
+ dependsOn : textDocument
117
119
testPlatforms :
118
120
- name : Linux
119
121
nodeVersions :
@@ -140,6 +142,7 @@ extends:
140
142
workingDirectory : $(Build.SourcesDirectory)/types
141
143
142
144
- name : jsonrpc
145
+ dependsOn : types
143
146
testPlatforms :
144
147
- name : Linux
145
148
nodeVersions :
@@ -166,6 +169,7 @@ extends:
166
169
workingDirectory : $(Build.SourcesDirectory)/jsonrpc
167
170
168
171
- name : protocol
172
+ dependsOn : jsonrpc
169
173
testPlatforms :
170
174
- name : Linux
171
175
nodeVersions :
@@ -192,6 +196,7 @@ extends:
192
196
workingDirectory : $(Build.SourcesDirectory)/protocol
193
197
194
198
- name : server
199
+ dependsOn : protocol
195
200
testPlatforms :
196
201
- name : Linux
197
202
nodeVersions :
@@ -218,6 +223,7 @@ extends:
218
223
workingDirectory : $(Build.SourcesDirectory)/server
219
224
220
225
- name : client
226
+ dependsOn : server
221
227
testPlatforms :
222
228
- name : Linux
223
229
nodeVersions :
You can’t perform that action at this time.
0 commit comments