* 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>
* Add Bicep CLI
* Correct regex for bicep version
* Add Bicep CLI
* use tap path for bicep brew install
* use tap path for bicep brew install
* use tap path for bicep brew install
* Update bicep package name
* Update bicep package name
* Update bicep package name
* Add install script in order to run homebrew tap
* no need to reference utils.sh
* Remove bicep from common packages
* Add "CLI" to Bicep return statement
Co-authored-by: Marcus Felling <MarcusFelling@microsoft.com>
* Switch android tools installation to cmdline-tools
* Replace deprecated sdkmanger from sdk-tools to the one from cmdline tools
* Remove patcherv4 from toolsets as it's included in m2repository extras
* Add tests to make sure both sdkmanagers exist
* Return cmdline-tools to software readme
* Get-AndroidInstalledPackages function now use list_installed param
* Create a function to get sdkmanager version = cmdline tools version
* Get rid of hardcoded path to ANDROID_HOME
* Add reloadEtcEnvironment call to installation script
* Use env variable ANDROID_HOME in tests
* Modify software report to output any version
* Change regex pattern to output the group
* Currently the function returns 4. instead of 4.0, this change fixes it
* 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
* Switch android installation to use cmdline-tools
* Switch android-toolsets and xamarin-android-ndk to use new sdkmanager
* Remove cmdline-tools installation from toolset as it's installed
* Remove redundant steps with warning prevention
* Remove hardcoded licenses as they are accepted during the installation
* Add tests to check that both sdkmanagers are available
* Simplify Get-AndroidInstalledPackages function to use list_installed
* 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
* Remove php installation, tests and software docs for Ubuntu 16
* Add openssl 1.1.1k installation as python toolcache depends on it
* Add a comment about openssl installation on Ubuntu 16