Commit Graph

168 Commits

Author SHA1 Message Date
Maxim Lobanov
8399806f3c Fix NSIS documentation (#604) 2020-03-24 13:23:57 +03:00
Dibir Magomedsaygitov
9b3924a23d Move "Run-Antivirus" step outside of image-generation (#574)
* Move "Run-Antivirus" step outside of image-generation

Co-authored-by: Dibir Magomedsaygitov <v-dimago@microsoft.com>
2020-03-24 09:17:38 +03:00
Alejandro Pauly
b6ccc809d5 Merge pull request #588 from MIchaelMainer/patch-1
Update Install-PHP.ps1 to include Composer
2020-03-23 16:42:11 -04:00
Maxim Lobanov
e01c3fda26 Merge pull request #580 from nikita-bykov/windows10sdk
Add Windows 10 SDK (10.0.14393.795) to Windows 2019 environment
2020-03-23 09:39:06 +03:00
Michael Mainer
030197e844 Update Validate-PHP.ps1
Add validation for composer install
2020-03-20 01:50:21 -07:00
Michael Mainer
a4c66572ab Update Install-PHP.ps1 to include Composer
1. Install Composer from Chocolatey. PHP needs its dependency manager.
2. Enable php_openssl.dll - believe this is necessary in the case someone wants to update Composer. 

**Reference**
https://chocolatey.org/packages/composer
https://github.com/actions/virtual-environments/issues/587
https://superuser.com/questions/1010080/the-openssl-extension-is-missing-on-windows-while-installing-composer
2020-03-20 01:14:49 -07:00
Nikita Bykov
b7714ce050 added Win10 SDK to 2019 env 2020-03-19 15:37:31 +03:00
Maxim Lobanov
6bae5792fa Merge pull request #570 from nikita-bykov/jdk-docs
Update docs for Java in Windows and Ubuntu
2020-03-18 18:47:29 +03:00
Maxim Lobanov
0519448d82 Merge pull request #571 from dmitry-shibanov/v-dmshib/add-Helm-win
Add helm installation
2020-03-18 10:19:59 +03:00
Dmitry Shibanov
a976829e96 remove debug line 2020-03-18 10:16:29 +03:00
Dmitry Shibanov
1941e8d57d remove extra output 2020-03-18 10:00:46 +03:00
Dmitry Shibanov
18e371964f add helm istallation 2020-03-17 16:46:13 +03:00
Nikita Bykov
9f49b9c695 updated docs 2020-03-17 12:03:53 +03:00
Aleksandr Chebotov
80449e25a0 update boost toolset and notes, remove BOOST_ROOT 2020-03-17 09:47:22 +03:00
Aleksandr Chebotov
8254ea02af update boost toolset and notes 2020-03-11 17:36:06 +03:00
Mikhail Timofeev
6b03ec0d58 Fix docs for gecko, swap chrome and ie drivers (#519) 2020-03-08 17:43:37 +03:00
Aleksandr Chebotov
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 Timofeev
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 Pauly
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 Pauly
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 Sviridenko
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 Pauly
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 Lobanov
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 Lobanov
8d788f5c09 fix packer version (#496) 2020-03-05 10:37:23 +03:00
Maxim Lobanov
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 Lobanov
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
Niels
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 Timofeev
7a2ead741f Revert "Restore Git bash utilities to the PATH" 2020-02-28 19:20:51 +03:00
Alejandro Pauly
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 Pauly
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 Pauly
bd07100890 Merge pull request #414 from imbsky/zstd
Add zstd
2020-02-24 13:02:49 -05:00
Alejandro Pauly
2404e0c1de Merge pull request #444 from alepauly/dotnetavoid2
Update Install-DotnetSDK.ps1
2020-02-24 12:37:27 -05:00
Alejandro Pauly
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