use helper functions

This commit is contained in:
Aleksandr Chebotov
2020-09-30 23:42:32 +03:00
parent d66f67dbe1
commit c50e6e62b5
5 changed files with 63 additions and 16 deletions

View File

@@ -37,6 +37,9 @@ Export-ModuleMember -Function @(
'Get-VsCatalogJsonPath'
'Get-VisualStudioPath'
'Install-AndroidSDKPackages'
'Get-AndroidPackages'
'Get-AndroidPackagesByName'
'Get-AndroidPackagesByVersion'
'Get-VisualStudioPackages'
'Get-VisualStudioComponents'
)