Add check for the expected files when install service (#9722)

* async-await install service; add check for the files after downloading

* remove del

* use the same function for installing service

* fix for unix

* fix ssmin on linux

* fix syntax

* fix script

* fix issue
This commit is contained in:
Anthony Dresser
2020-03-25 12:38:07 -07:00
committed by GitHub
parent d810da9d87
commit c2228b9fe8
4 changed files with 35 additions and 130 deletions

View File

@@ -14,7 +14,7 @@
"Ubuntu_14": "rhel-x64-netcoreapp2.2.tar.gz",
"Ubuntu_16": "rhel-x64-netcoreapp2.2.tar.gz"
},
"installDirectory": "../sqltoolsservice/{#platform#}/{#version#}",
"installDirectory": "./sqltoolsservice/{#platform#}/{#version#}",
"executableFiles": ["MicrosoftSqlToolsServiceLayer.exe", "MicrosoftSqlToolsServiceLayer"],
"retry": {
"retries": 15,