File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ extends:
8888 workingDirectory : $(Build.SourcesDirectory)/tsconfig-gen
8989
9090 - name : textDocument
91+ dependsOn : tsconfigGen
9192 testPlatforms :
9293 - name : Linux
9394 nodeVersions :
@@ -114,6 +115,7 @@ extends:
114115 workingDirectory : $(Build.SourcesDirectory)/textDocument
115116
116117 - name : types
118+ dependsOn : textDocument
117119 testPlatforms :
118120 - name : Linux
119121 nodeVersions :
@@ -140,6 +142,7 @@ extends:
140142 workingDirectory : $(Build.SourcesDirectory)/types
141143
142144 - name : jsonrpc
145+ dependsOn : types
143146 testPlatforms :
144147 - name : Linux
145148 nodeVersions :
@@ -166,6 +169,7 @@ extends:
166169 workingDirectory : $(Build.SourcesDirectory)/jsonrpc
167170
168171 - name : protocol
172+ dependsOn : jsonrpc
169173 testPlatforms :
170174 - name : Linux
171175 nodeVersions :
@@ -192,6 +196,7 @@ extends:
192196 workingDirectory : $(Build.SourcesDirectory)/protocol
193197
194198 - name : server
199+ dependsOn : protocol
195200 testPlatforms :
196201 - name : Linux
197202 nodeVersions :
@@ -218,6 +223,7 @@ extends:
218223 workingDirectory : $(Build.SourcesDirectory)/server
219224
220225 - name : client
226+ dependsOn : server
221227 testPlatforms :
222228 - name : Linux
223229 nodeVersions :
You can’t perform that action at this time.
0 commit comments