* add extensions
* add exe installation
* change Reporting Services name
* add switch to function, add validation
* change install wdk to function
* Fix template
* fix scripts name
* add quotes
* more quotes
* one more quotes
* get rid of duplicate code
* move quotes to function
* small improvment to wix installation
* add comment to validate extensions script
Android SDK gradle plugin supports fixed versions of cmake, which are
either 3.6.4111459 or 3.10.2. 4988404, and on Github Actions our apps
fail to build if their build.gradle specify cmake 3.10.2 because
Android Gradle Plugin tries to download and install it if it's missing
(and causes file write access violation, at least on Ubuntu).
* Hub installation has been added
* Checking and documentation updating has been created
* Canges in hub version detection code
* GIT_LFS_PATH has been removed from hub version detection
* Copy-Past has been returned
* Refactoring for separate command checking
* Remove separate Python installation for Windows
* Remove Python2 symlink creation
* Move install-ruby and install-python to download-toolcache
* Improve download-toolcache for windows
* Small fix in docs for ruby
* V mapetr/test alt toolcache docs (#8)
* Merge Validate-Ruby and Validate-Python with Validate-Toolcache
* Small fix in output
* Small fix in download toolcache output
* added bazelisk
* moved bazelisk installation to bazel
* changed Validate-Bazel.ps1
* removed Install-Bazelisk.ps1
* changed bazel and bazelisk version output
* fixed Validate-Bazel.ps1
* removed the extra "$" character
* create packer.sh deployment file
Copy from terraform.sh
* add packer.sh to provisioner
add packer.sh script to provisioner to install packer.
* add packer.sh to provisioner
Add packer.sh script to provisioner to install packer
* remove blank lines
removed blank lines as requested in feedback by alepauly.
* remove additional blank lines
* Add Install-Packer.ps1
This script installs packer on Windows through chocolatey
* Create Validate-Packer.ps1
This script validates the installation of Packer from Install-Packer.ps1 and adds the software details to the markdown files.
* Add Packer install and validate script
Added Packer install script and validate script to provisioners.
* Add Packer install script and validation script
Add Packer install and validation script to provisioners.