mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
30 lines
916 B
JSON
30 lines
916 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
|
"version": "3.0.0-release.133",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-net5.0.zip",
|
|
"Windows_64": "win-x64-net5.0.zip",
|
|
"OSX": "osx-x64-net5.0.tar.gz",
|
|
"CentOS_7": "rhel-x64-net5.0.tar.gz",
|
|
"Debian_8": "rhel-x64-net5.0.tar.gz",
|
|
"Fedora_23": "rhel-x64-net5.0.tar.gz",
|
|
"OpenSUSE_13_2": "rhel-x64-net5.0.tar.gz",
|
|
"RHEL_7": "rhel-x64-net5.0.tar.gz",
|
|
"SLES_12_2": "rhel-x64-net5.0.tar.gz",
|
|
"Ubuntu_14": "rhel-x64-net5.0.tar.gz",
|
|
"Ubuntu_16": "rhel-x64-net5.0.tar.gz"
|
|
},
|
|
"installDirectory": "../sqltoolsservice/{#platform#}/{#version#}",
|
|
"executableFiles": [
|
|
"MicrosoftKustoServiceLayer.exe",
|
|
"MicrosoftKustoServiceLayer"
|
|
],
|
|
"retry": {
|
|
"retries": 15,
|
|
"factor": 2,
|
|
"minTimeout": 1000,
|
|
"maxTimeout": 300000,
|
|
"randomize": false
|
|
}
|
|
}
|