Skip to content

Commit 8640689

Browse files
authored
Engineering - add dependsOn field (#213)
* Engineering - add dependsOn field * Missed two packages
1 parent de655f7 commit 8640689

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/azure-pipelines/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ extends:
7878
workingDirectory: $(Build.SourcesDirectory)/sync-api-common
7979

8080
- name: sync-api-client
81+
dependsOn: sync-api-common
8182
testPlatforms:
8283
- name: Linux
8384
nodeVersions:
@@ -104,6 +105,7 @@ extends:
104105
workingDirectory: $(Build.SourcesDirectory)/sync-api-client
105106

106107
- name: sync-api-service
108+
dependsOn: sync-api-client
107109
testPlatforms:
108110
- name: Linux
109111
nodeVersions:
@@ -130,6 +132,7 @@ extends:
130132
workingDirectory: $(Build.SourcesDirectory)/sync-api-service
131133

132134
- name: wasm-wasi
135+
dependsOn: sync-api-service
133136
testPlatforms:
134137
- name: Linux
135138
nodeVersions:
@@ -156,6 +159,7 @@ extends:
156159
workingDirectory: $(Build.SourcesDirectory)/wasm-wasi
157160

158161
- name: wasm-component-model
162+
dependsOn: wasm-wasi
159163
testPlatforms:
160164
- name: Linux
161165
nodeVersions:
@@ -182,6 +186,7 @@ extends:
182186
workingDirectory: $(Build.SourcesDirectory)/wasm-component-model
183187

184188
- name: wasm-wasi-lsp
189+
dependsOn: wasm-component-model
185190
testPlatforms:
186191
- name: Linux
187192
nodeVersions:

0 commit comments

Comments
 (0)