MLS - Setting the right url to install sqlmlutils from for MAC and Linux (#9962)

* Setting the right url to install sqlmlutils from for MAC and Linux
This commit is contained in:
Leila Lali
2020-04-30 12:09:05 -07:00
committed by GitHub
parent 0999060827
commit af36d79c53
4 changed files with 23 additions and 5 deletions

View File

@@ -32,4 +32,9 @@ export interface PackageConfigModel {
* Package file name if package has download url
*/
fileName?: string;
/**
* Package platform (Windows, Mac, Linux)
*/
platform?: string;
}