File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ steps:
15
15
16
16
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }} :
17
17
- template : ../distro/download-distro.yml
18
+
19
+ - script : |
20
+ set -e
21
+ yarn --frozen-lockfile --ignore-optional
22
+ workingDirectory: build
23
+ displayName: Install pipeline build
24
+
18
25
- script : node build/azure-pipelines/distro/apply-cli-patches
19
26
displayName : Apply distro patches
20
27
Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ steps:
15
15
16
16
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }} :
17
17
- template : ../distro/download-distro.yml
18
+
19
+ - script : |
20
+ set -e
21
+ yarn --frozen-lockfile --ignore-optional
22
+ workingDirectory: build
23
+ displayName: Install pipeline build
24
+
18
25
- script : node build/azure-pipelines/distro/apply-cli-patches
19
26
displayName : Apply distro patches
20
27
Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ steps:
18
18
19
19
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }} :
20
20
- template : ../distro/download-distro.yml
21
+
22
+ - script : |
23
+ set -e
24
+ yarn --frozen-lockfile --ignore-optional
25
+ workingDirectory: build
26
+ displayName: Install pipeline build
27
+
21
28
- script : node build/azure-pipelines/distro/apply-cli-patches
22
29
displayName : Apply distro patches
23
30
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ steps:
18
18
19
19
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }} :
20
20
- template : ../distro/download-distro.yml
21
+
22
+ - pwsh : yarn --frozen-lockfile --ignore-optional
23
+ workingDirectory : build
24
+ displayName : Install pipeline build
25
+
21
26
- pwsh : node build/azure-pipelines/distro/apply-cli-patches
22
27
displayName : Apply distro patches
23
28
You can’t perform that action at this time.
0 commit comments