Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions build/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/sync-api-common

- name: sync-api-client
dependsOn: sync-api-common
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -104,6 +105,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/sync-api-client

- name: sync-api-service
dependsOn: sync-api-client
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -130,6 +132,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/sync-api-service

- name: wasm-wasi
dependsOn: sync-api-service
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -156,6 +159,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/wasm-wasi

- name: wasm-component-model
dependsOn: wasm-wasi
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -182,6 +186,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/wasm-component-model

- name: wasm-wasi-lsp
dependsOn: wasm-component-model
testPlatforms:
- name: Linux
nodeVersions:
Expand Down