Commit Graph
158 Commits
Author SHA1 Message Date
atsushieno 285850163d Add Android SDK cmake 3.10.2 component to ubuntu16.04, 18.04 and windows.
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).
2020-03-16 23:49:24 +09:00
Andy MishechkinandGitHub 7584c7b879 Add Hub installation (#529)
* 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
2020-03-16 10:52:13 +03:00
Alejandro PaulyandGitHub 4ae5711f70 Merge pull request #536 from nikita-bykov/output-readme-step
Add readme output step to Image-generation CI
2020-03-12 12:55:25 -04:00
Alejandro PaulyandGitHub 5db3c2a023 Merge pull request #537 from miketimofeev/v-mitim/add_retry_logic_for_vs_extensions
Add retry logic for VS19 extensions installation
2020-03-12 12:42:52 -04:00
Maksim PetrovandGitHub 161e8c26fd Fix documentation for Python and Ruby on Windows images (#478)
* 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
2020-03-12 14:53:17 +03:00
a3ecb363d7 Install latest patch versions of Golang for Windows (#502)
* add golang for windows

* minor changes

* fix comments

* resolve comments

* add 1.14 version

* add debug lines

* fix arrays

* better way to remove ecmpty strings

* add path

* minor fix

Co-authored-by: Dmitry Shibanov <[email protected]>
2020-03-12 11:14:08 +03:00
Nikita Bykov 9816707287 removed test data 2020-03-12 10:49:59 +03:00
Mikhail Timofeev 5e91840910 change Install-Wix 2020-03-11 14:20:49 +03:00
Mikhail Timofeev 63c8c9c587 add function to download and install vsix 2020-03-11 14:17:58 +03:00
Nikita Bykov 3408bb4e1a Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into output-readme-step 2020-03-11 12:04:00 +03:00
Nikita Bykov d7aad6b116 Added test software to doc 2020-03-10 17:30:00 +03:00
Mikhail TimofeevandGitHub 6b03ec0d58 Fix docs for gecko, swap chrome and ie drivers (#519) 2020-03-08 17:43:37 +03:00
Aleksandr ChebotovandGitHub 42417eb98f Add additional agent info (#499)
* add agent additional info

* add agent additional info

* add agent additional info
2020-03-08 17:41:55 +03:00
Mikhail TimofeevandGitHub 531fe345a2 Fix bazelisk and mercurial output in readme (#518)
* fix output

* fix bazelisk output on ubuntu
2020-03-08 12:28:50 +03:00
Alejandro PaulyandGitHub 33c5e7d36e Merge pull request #515 from miketimofeev/v-mitim/add_analysis_ext_to_vs19
Add Microsoft Analysis Services Projects extension for VS19
2020-03-07 19:07:30 -05:00
Alejandro PaulyandGitHub 5070020018 Merge pull request #509 from miketimofeev/v-mitim/fix_geckodriver_output
Fix geckodriver output in Ubuntu and Windows readme
2020-03-06 16:26:21 -05:00
Mikhail Timofeev 908235e3ee Add Analysis extension installation 2020-03-06 17:04:48 +03:00
Mikhail Timofeev c647d2d4ef moved Selenium drivers installation to respective browsers 2020-03-06 13:33:25 +03:00
Mikhail Timofeev 5435d9a850 add zstd to win19 2020-03-06 11:03:01 +03:00
Alena SviridenkoandGitHub 93c56a99ec Merge pull request #500 from al-cheb/al-cheb/fix_vswhere_version
Fix vswhere version in the output file
2020-03-06 09:44:11 +03:00
Mikhail Timofeev e031fd36fd remove exit 0 2020-03-06 08:54:33 +03:00
Mikhail Timofeev e9e5323c93 fix geckodriver output 2020-03-06 01:04:14 +03:00
Alejandro PaulyandGitHub 5727a81299 Merge pull request #505 from miketimofeev/v-mitim/add_msbuild_v141_spectre_mitigations
Add Spectre-mitigated libraries for MSVC v141 in Visual Studion 2019
2020-03-05 16:13:57 -05:00
Maxim LobanovandGitHub 86613701db Update SSDT to 15.9.3 (#493) 2020-03-05 19:05:00 +03:00
Aleksandr Chebotov a04b35b9e9 fix vswhere version output 2020-03-05 13:02:18 +03:00
Maxim LobanovandGitHub 8d788f5c09 fix packer version (#496) 2020-03-05 10:37:23 +03:00
Maxim LobanovandGitHub 5a2acbc6f0 Add Bazelisk support to Linux and Windows (#490)
* 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
2020-03-05 10:30:24 +03:00
Maxim LobanovandGitHub 35dfbf8678 Update Android SDK Build-Tools to 29.0.3 in Ubuntu and Windows (#495)
* Added Android SDK Build-Tools 29.0.3

* Android-SDK build-tools have been added
2020-03-04 20:54:00 +03:00
NielsandGitHub c6bf6c3b7b Install packer on build agent - issue #280 (#295)
* 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.
2020-03-04 17:42:36 +03:00
Mikhail Timofeev 53e3f34f60 add v141 ARM + ARM64 spectre 2020-03-04 17:06:38 +03:00
Mikhail Timofeev 270b2c92af add Microsoft.VisualStudio.Component.VC.v141.x86.x64.Spectre 2020-03-03 10:56:56 +03:00
Mikhail Timofeev cce8e66567 Add v141 spectre mitigations 2020-03-02 17:55:37 +03:00
Mikhail TimofeevandGitHub 7a2ead741f Revert "Restore Git bash utilities to the PATH" 2020-02-28 19:20:51 +03:00
Alejandro PaulyandGitHub cc931fc423 Merge pull request #467 from al-cheb/al-cheb/ref_azure_module_installation
Add Az 3.5.0 PowerShell module to Windows Server 2016/2019
2020-02-28 10:37:17 -05:00
Alejandro PaulyandGitHub 49d2e87c12 Merge pull request #466 from nikita-bykov/bazel-support
Add Bazel support to Linux and Windows
2020-02-27 10:06:24 -05:00
Aleksandr Chebotov c984fef291 add az 3.5.0 windows 2020-02-27 12:58:03 +03:00
Aleksandr Chebotov 6830fc14d5 add az 3.5.0 2020-02-26 12:41:00 +03:00
Aleksandr Chebotov 9933a3934c add az 3.5.0 2020-02-26 11:07:19 +03:00
Aleksandr Chebotov 5bdec625a3 add az 3.5.0 2020-02-26 10:52:48 +03:00
Nikita Bykov 7dcfbe46b8 Added Bazel for Windows 2020-02-26 10:44:10 +03:00
Aleksandr Chebotov 3e296589c0 add az 3.5.0 2020-02-26 09:03:07 +03:00
Aleksandr Chebotov 98d05de2e8 add Az 3.5.0 2020-02-25 19:20:15 +03:00
Mikhail Timofeev 5ce1c140d1 add another condition to get current releases 2020-02-25 17:09:24 +03:00
Alejandro PaulyandGitHub bd07100890 Merge pull request #414 from imbsky/zstd
Add zstd
2020-02-24 13:02:49 -05:00
Alejandro PaulyandGitHub 2404e0c1de Merge pull request #444 from alepauly/dotnetavoid2
Update Install-DotnetSDK.ps1
2020-02-24 12:37:27 -05:00
Alejandro PaulyandGitHub d1ab37ce5b Merge pull request #362 from jason-edstrom/update-maven-version
Updated maven from 3.6.2 to 3.6.3
2020-02-24 09:59:33 -05:00
Alejandro PaulyandGitHub 16974b8b8b Merge pull request #386 from SaschaMann/julia
Add Julia 1.3.1
2020-02-24 09:57:51 -05:00
Alejandro PaulyandGitHub abc6662c3d Merge pull request #452 from miketimofeev/v-mitim/add_-SqlLocalDB_win19_readme
Add SqlLocalDb to windows19 readme file
2020-02-24 09:47:34 -05:00
Mikhail Timofeev d0362fd957 provide more detailed description 2020-02-24 12:56:03 +03:00
Mikhail Timofeev eadcb76db5 add sqllocaldb to readme 2020-02-24 12:49:39 +03:00