mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
This PR bumps up the Migration Service version to 4.5.0.38. This version includes login migration nuget changes to expose error codes to the user.
21 lines
635 B
JSON
21 lines
635 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.migration-{#fileName#}",
|
|
"useDefaultLinuxRuntime": true,
|
|
"version": "4.5.0.38",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-net7.0.zip",
|
|
"Windows": "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
|
|
}
|
|
}
|