Implement new Pester Tests for Visual Studio (#1251)

* implement pester tests for visual studio

* fix components list
This commit is contained in:
Dibir Magomedsaygitov
2020-07-22 14:04:40 +03:00
committed by GitHub
parent 99bd7bf035
commit 532b49be6f
9 changed files with 591 additions and 513 deletions

View File

@@ -33,5 +33,9 @@ Export-ModuleMember -Function @(
'Get-WhichTool'
'Get-EnvironmentVariable'
'Invoke-PesterTests'
'Get-VsCatalogJsonPath'
'Get-VisualStudioPath'
'Install-AndroidSDKPackages'
'Get-VisualStudioPackages'
'Get-VisualStudioComponents'
)