File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,16 @@ steps:
93
93
94
94
- template : common/install-builtin-extensions.yml
95
95
96
- - script : yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check
97
- env :
98
- GITHUB_TOKEN : " $(github-distro-mixin-password)"
99
- displayName : Compile & Hygiene
96
+ - ${{ if eq(parameters.VSCODE_QUALITY, 'oss') }} :
97
+ - script : yarn npm-run-all -lp core-ci-pr extensions-ci-pr hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check
98
+ env :
99
+ GITHUB_TOKEN : " $(github-distro-mixin-password)"
100
+ displayName : Compile & Hygiene
101
+ - ${{ else }} :
102
+ - script : yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check
103
+ env :
104
+ GITHUB_TOKEN : " $(github-distro-mixin-password)"
105
+ displayName : Compile & Hygiene
100
106
101
107
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }} :
102
108
- script : |
You can’t perform that action at this time.
0 commit comments