Adding retries to install-ssmsmin and install-sqltoolsservice for download/install failures (#6880)

* Changes to enable retry for Service downloader.
* removing 'enabled' flag from the "retry" config.
*  use 0.1.7 release of service-downloader which enables the retry feature.
This commit is contained in:
Arvind Ranasaria
2019-08-23 09:32:06 -07:00
committed by GitHub
parent 658cf51887
commit bb4248c459
5 changed files with 35 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
"minimist": "^1.2.0",
"request": "^2.85.0",
"tslint": "^5.9.1",
"service-downloader": "github:anthonydresser/service-downloader#0.1.5",
"service-downloader": "github:anthonydresser/service-downloader#0.1.7",
"typescript": "3.5.2",
"vsce": "1.48.0",
"vscode-telemetry-extractor": "^1.5.4",