* 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
* 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
* Move installation to toolcache folder
* Change Set-JavaPath function
* remove old java report function
* Change report function to output full semver
* small improvments
* nitpicks + remove java root path
* Adoptium -> Adopt
* 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
* Removing 'ImageVersion' as an env var as we already use 'IMAGE_VERSION'. The env var is only used SoftwareReport.Generator script.
* Adding IMAGE_VERISON to SoftwareReport.Generator
* Adding IMAGE_VERISON to SoftwareReport.Generator
* Chnaging the way the env vars are used to floow the same pattern throughout
Co-authored-by: Jose Mosquera <jose.mosquera@dotdigital.com>
* 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
* add database tools section to docs, removed sqlps powershell module
* reverted SQLPS module changes
* removed SqlServer module from tools, its listed in PS modules
* delete function as its not needed
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>