* uppdate/add awscli
* change awscli to aws and fix for aws version
* concatenate install and validate script files
* update image templates
* add aws to the path
Co-authored-by: Dibir Magomedsaygitov <v-dimago@microsoft.com>
* 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.
* Toolcache: add basic error handling in Windows toolcache provisioner
* Toolcache: add GITHUB_FEED_TOKEN into packer templates for Windows
* Toolcache: separate toolcache.json for Windows
* Rework "Validate-ToolCache" script (#6)
* Rework validate toolcache script
* change boost root folder
* Add boost 1.69 for windows-2019
* Add toolcache config variable to Windows 16, 19
* Revert "Add toolcache config variable to Windows 16, 19"
* Add default boost version for validate-boost VS19
* Remove bjam test for boost
* Add boost 1.72 validation for win-2016
Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com>
Co-authored-by: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com>