Skip to content

Commit

Permalink
Engineering - add dependsOn field (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Nov 11, 2024
1 parent 0222ad6 commit 8e6bf18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/tsconfig-gen

- name: textDocument
dependsOn: tsconfigGen
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -114,6 +115,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/textDocument

- name: types
dependsOn: textDocument
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -140,6 +142,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/types

- name: jsonrpc
dependsOn: types
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -166,6 +169,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/jsonrpc

- name: protocol
dependsOn: jsonrpc
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -192,6 +196,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/protocol

- name: server
dependsOn: protocol
testPlatforms:
- name: Linux
nodeVersions:
Expand All @@ -218,6 +223,7 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/server

- name: client
dependsOn: server
testPlatforms:
- name: Linux
nodeVersions:
Expand Down

0 comments on commit 8e6bf18

Please sign in to comment.