mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
This PR updates the JSON-RPC Migration service to the latest version. Critically, it also changes the dotnet version to 7.0. The STS dotnet version was recently changed, which changed the names of the release packages and broke our existing links.
21 lines
638 B
JSON
21 lines
638 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.migration-{#fileName#}",
|
|
"useDefaultLinuxRuntime": true,
|
|
"version": "4.5.0.28",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-net7.0.zip",
|
|
"Windows_64": "win-x64-net7.0.zip",
|
|
"OSX": "osx-x64-net7.0.tar.gz",
|
|
"Linux": "rhel-x64-net7.0.tar.gz"
|
|
},
|
|
"installDirectory": "./migrationService/{#platform#}/{#version#}",
|
|
"executableFiles": ["MicrosoftSqlToolsMigration", "MicrosoftSqlToolsMigration.exe"],
|
|
"retry": {
|
|
"retries": 3,
|
|
"factor": 2,
|
|
"minTimeout": 1000,
|
|
"maxTimeout": 300000,
|
|
"randomize": false
|
|
}
|
|
}
|