File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ extends:
78
78
workingDirectory : $(Build.SourcesDirectory)/sync-api-common
79
79
80
80
- name : sync-api-client
81
+ dependsOn : sync-api-common
81
82
testPlatforms :
82
83
- name : Linux
83
84
nodeVersions :
@@ -104,6 +105,7 @@ extends:
104
105
workingDirectory : $(Build.SourcesDirectory)/sync-api-client
105
106
106
107
- name : sync-api-service
108
+ dependsOn : sync-api-client
107
109
testPlatforms :
108
110
- name : Linux
109
111
nodeVersions :
@@ -130,6 +132,7 @@ extends:
130
132
workingDirectory : $(Build.SourcesDirectory)/sync-api-service
131
133
132
134
- name : wasm-wasi
135
+ dependsOn : sync-api-service
133
136
testPlatforms :
134
137
- name : Linux
135
138
nodeVersions :
@@ -156,6 +159,7 @@ extends:
156
159
workingDirectory : $(Build.SourcesDirectory)/wasm-wasi
157
160
158
161
- name : wasm-component-model
162
+ dependsOn : wasm-wasi
159
163
testPlatforms :
160
164
- name : Linux
161
165
nodeVersions :
@@ -182,6 +186,7 @@ extends:
182
186
workingDirectory : $(Build.SourcesDirectory)/wasm-component-model
183
187
184
188
- name : wasm-wasi-lsp
189
+ dependsOn : wasm-component-model
185
190
testPlatforms :
186
191
- name : Linux
187
192
nodeVersions :
You can’t perform that action at this time.
0 commit comments