* Move choco installation list into toolset
* Add a condition to Install-CommonUtils.ps1
* Rename tests and revert Bazel to single script
* Return Install-Bazel.ps1 to windows2016.json and windows2019.json
* Remove condition and Write-Host command from Install-CommonUtils.ps1
* Reset Install-Bazel.ps1 to be the same as in main
* Update choco.common_packages in toolset-2016.json and toolset-2019.json
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
* Switch android installation to use cmdline-tools
* Rename update-android sdk to install-android sdk as for the other OSs
* Remove cmdline-tools installation from toolset as it's installed
* Regenerate licenses for the new sdkmanager
* Add tests to check that both sdkmanagers are available
* Simplify Get-AndroidInstalledPackages function to use list_installed
* Resolve nitpicks from @AlenaSviridenko
* Add extra lines to separate comments from the code
* Remove extra line after $androidNDKs
* Modify software report to output any version number
* Change regex pattern to output the group
* Currently the function returns 4. instead of 4.0, this change fixes it
* Add ShouldReturnZeroExitCodeWithParam function and a new set of tests for MSYS2 tools
* Change get-command -> Get-Command
* Remove elevated user, return original path after msys installation and tests, resolve nitpicks
* Add BeforeEach and AfterEach blocks
These blocks change the path before each test
and return the original path after each test
* Change get-command -> Get-Command
* Install extensions for VS19
* Get vsix packages name in runtime
* add a bit of debug
* Get extension id from the marketplace uri
* Add extension name
* skip vcredist installation
* Add Get-VsixExtenstionFromMarketplace to ImageHelpers.psm1
* Fix DownloadUri name in the function
* DownloadUri in lower case
* Add packages to the readme
* Add a condition to software report
* fix spelling in function
* Simplify toolset + get rid of backticks
* Rework Android NDKs
* Minor fix
* Fix variable name
* Minor fixes
* Reword Android env vars table
* Remove Android env vars table from doc file
* Rework to use only major ndk versions in toolset
* Fix ndk paths
* Fix win2016 toolset
* Refactor
* Minor fix
* Fix ndk tests
* Add more docker tests
* Rework tools installation and test
* remove docker tests from tools
* get back kind installation
* transform kind download link to string
* add Add-MachinePathItem after kind installation
* Add BizTalk Project Build components, including msi and vsix.
* Add BizTalk Build Components to software report.
* Use registry/folder check replace actually BizTalk Project building for testing purpose.
* Remove unnecessary try/catch.
* Make sure BizTalk related software report only for Windows 2019 OS.
* Add statement to make sure BizTalk test only invoked in Win19 env.
* Fix test failue when no test runs use "skip"
* Update the TestName to be identity to BizTalk.Test.ps1