Move service installs to their extensions (#9778)

* move service installs to their extensions

* more clean up

* fix clearline

* remove some stuff
This commit is contained in:
Anthony Dresser
2020-04-08 18:34:13 -07:00
committed by GitHub
parent 238acb1468
commit 0de774eb75
13 changed files with 259 additions and 208 deletions

View File

@@ -90,12 +90,6 @@ steps:
exec { node build/azure-pipelines/mixin }
displayName: Mix in quality
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { yarn gulp "install-sqltoolsservice" }
displayName: Install sqltoolsservice
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"