Add download task for SsmsMin (#5460)

* Add SsmsMin files

* no message

* Add script to install extension
This commit is contained in:
Charles Gagnon
2019-05-10 14:08:43 -07:00
committed by GitHub
parent 5a48fd80cd
commit 34eef8e97d
5 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"downloadUrl": "https://sqlopsextensions.blob.core.windows.net/tools/ssmsmin/{#version#}/{#fileName#}",
"version": "15.0.18120.0",
"downloadFileNames": {
"Windows_64": "SsmsMin-15.0.18120.0-win-x64.zip",
"Windows_86": "SsmsMin-15.0.18120.0-win-x86.zip"
},
"installDirectory": "ssmsmin/{#platform#}/{#version#}",
"executableFiles": [
"SsmsMin.exe"
]
}