Skip to content

Commit

Permalink
add compile configuration-editing to pipeline (#152020)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jun 14, 2022
1 parent a658c04 commit 527bc71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/azure-pipelines/darwin/product-build-darwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ steps:
- script: |
set -e
yarn gulp \
compile-extension:configuration-editing \
compile-extension:css-language-features-server \
compile-extension:emmet \
compile-extension:git \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ steps:
- script: |
set -e
yarn gulp \
compile-extension:configuration-editing \
compile-extension:css-language-features-server \
compile-extension:emmet \
compile-extension:git \
Expand Down
1 change: 1 addition & 0 deletions build/azure-pipelines/win32/product-build-win32-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ steps:
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { yarn gulp `
compile-extension:configuration-editing `
compile-extension:css-language-features-server `
compile-extension:emmet `
compile-extension:git `
Expand Down

0 comments on commit 527bc71

Please sign in to comment.