mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user