Commit Graph

383 Commits

Author SHA1 Message Date
Image generation service account
9f61a1e936 Updating readme file for win19 version 20200430.2 2020-05-14 15:10:13 +03:00
Vladimir Safonkin
9f6e449dc7 Install Go to hostedtoolcache directory on Windows image (#849)
* Move installed go versions to toolcache directory
2020-05-14 15:10:12 +03:00
Dariy Nurgaleev
675f4fd67a added SSDT workload to VS 2019 (#844) 2020-05-14 15:10:11 +03:00
Dmitry Shibanov
339c0759c0 Add nodejs toolcache for windows (#840)
* add installation of nodejs

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-05-14 15:10:10 +03:00
Vladimir Safonkin
2249d5db85 Fix maven environment variable (#831) 2020-05-14 15:10:09 +03:00
Aleksandr Chebotov
05d8b9e003 Disable crash reporting (#826)
* disable jit debugger

* override settings asfter vs installation
2020-05-14 15:10:09 +03:00
Vladimir Safonkin
fe503a6a40 Add retry logic for Selenium server download (#807)
* Add retry logic for selenium

* Refactoring

* Add retries for Selenium release info

* Minor fix
2020-05-14 15:10:08 +03:00
Vladimir Safonkin
54b3031c12 Add retry logic for javatools (#802)
* Add retry logic for javatools
2020-05-14 15:10:07 +03:00
Maksim Petrov
2bf89b377a Improve Windows browsers provisioners stability (#725)
* Improve Chrome provisioner

* Improve Edge provisioner

* Improve Firefox provisioner

* Resolve conflicts in Install-Chrome.ps1
2020-05-14 15:10:07 +03:00
Maksim Petrov
1038b79abd Improve Windows Visual Studio provisioners (#758)
* Add retries to DotnetSDK provisioner

* Improve VS provisioners

* Fixes in syntax

* Fixes in syntax

* Rename Install-VS function

* Remove bootstrapperName parameter from Install-VisualStudio

* Small fix
2020-05-14 15:10:07 +03:00
Maksim Petrov
62f34bb9fa Improve Windows provisioners stability (#733)
* Improve Install-CloudFoundryCli.ps1

* Improve Install-Go.ps1

* Improve Install-Kind.ps1

* Improve Install-MysqlCli.ps1

* Improve Install-Rust.ps1

* Improve Install-SQLPowerShellTools.ps1

* Improve Update-AndroidSDK.ps1

* Fix issue with resolve
2020-05-14 15:10:06 +03:00
Sima Zhu
3bb0609a52 Added java 13 package in VM (#795)
* Added java 13 package in VM

* Fixed var name

* Make changes from 11 to 13

* added java 13 for validate-javatool
2020-05-14 15:10:03 +03:00
Image generation service account
0dc9c1c65b Updating readme file for win16 version 20200426.1 2020-05-14 15:10:03 +03:00
Maksim Petrov
333388e558 Add Python tools installation from Github releases for Windows (#705)
* Add Toolset provision for Windows
Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
2020-05-14 15:10:02 +03:00
Image generation service account
8170b9f5e3 Updating readme file for win19 version 20200426.1 2020-05-14 15:10:01 +03:00
Aleksandr Chebotov
1f5269c4e8 Add FS-iSCSITarget-Server (#805) 2020-05-14 15:10:01 +03:00
Nikita Bykov
33e02acfd0 Fail fast in image generation if not enough disk space for customers (#767)
* added checking free disk space
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-05-14 15:10:01 +03:00
Dariy Nurgaleev
e7d77a0c6a Software list: "do not change" label. (#796)
* added_advises

* change place for hided stirng.

* changed to more direct message.
2020-05-14 15:10:00 +03:00
Jostein Kjønigsen
9a7638db6b Fix formatting in doc-string for Rust for Windows-image.
Ensure output in ` images/win/Windows2019-Readme.md` looks proper.

[Live in master right now](https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md#rust-64-bit), it looks kinda bad.
2020-05-14 15:09:58 +03:00
Christoph Bergmeister [MVP]
0e51e3bf35 Update Validate-AzureModules.ps1 2020-05-14 15:09:57 +03:00
Christoph Bergmeister [MVP]
81d0914962 Upgrade to Az 3.8 2020-05-14 15:09:57 +03:00
Aleksandr Chebotov
aceadd6a06 nitpicks 2020-04-24 20:14:42 +03:00
Aleksandr Chebotov
201f41d655 clear CERT_NOT_BEFORE_FILETIME_PROP_ID property 2020-04-24 13:48:11 +03:00
Sergey Dolin
e5190ec6ee Return back dotnent 3.1.102 (#748)
It is not most recent now and it not selected by defaultg

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-24 10:35:00 +03:00
Sergey Dolin
53cfa780e5 Use Install-Binary instead of Install-MSI (#773)
Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-24 09:37:41 +03:00
Image generation service account
44f2342c9e Updating readme file for win19 version 20200416.1 2020-04-23 06:40:42 +00:00
Image generation service account
77ee8ae0f5 Updating readme file for win16 version 20200416.1 2020-04-22 16:12:30 +00:00
Sergey Dolin
a174930790 Install AWS SAM CLI on Windows images (#737)
* Add AWS SAM

* Change utility name to upper case

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-22 12:31:25 +03:00
Maksim Petrov
8e8fbb4f76 Improve Windows helpers functions stability (#723)
* Rework windows InstallHelpers; Add retry logic to install function
2020-04-21 11:58:27 +03:00
Maxim Lobanov
459f928837 Merge pull request #735 from vmapetr/v-mapetr/windows/fix-default-ruby-update
Fix gem update for system default Ruby
2020-04-20 11:49:29 +03:00
Aleksandr Chebotov
edce722a68 Improve choco stability by adding retry logic on Windows images (#721)
Add retry logic for choco install to avoid random failures
2020-04-17 10:53:30 +03:00
Maksim Petrov
79e8d1be99 Fix gem update for default ruby 2020-04-16 22:12:19 +03:00
Aleksandr Chebotov
cf559641b4 fix Julia destination folder 2020-04-15 10:24:45 +03:00
Alejandro Pauly
bd3709460b Fix Git installer to download directly from release (#718)
* Install Git for Windows directly from official release rather than Chocolatey.
2020-04-14 16:13:30 -04:00
Luke Duddridge
44e904205f Chocolatey Helper (#646)
* Add basic choco install wrapper

* Use Install-Choco on mingw

* move azure-cli install to defence

* Rename ChocoInstall to ChocoHelpers
2020-04-14 08:51:57 +03:00
Nikita Bykov
d0398f5357 Add Alibaba cloud aliyun-cli (#688)
* added aliyun cli to windows

* added aliyun cli to Ubuntu

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-04-13 17:38:35 +03:00
Aleksandr Chebotov
faf9417c3a disable mssql express 2020-04-10 14:54:39 +03:00
Mark Prins
37d7f5165d use the right software name
seems a copy-paste error
2020-04-09 10:16:26 +02:00
Alena Sviridenko
89bc529209 Merge pull request #684 from dsame/v-sedoli/install-sharepooint-dev
Add Office/SharePoint development and build tools
2020-04-08 16:18:44 +03:00
Sergey Dolin
20b3f47839 Add Office/SharePoint development and build tools 2020-04-07 12:27:26 +05:00
Aleksandr Chebotov
bf2f48367f fix nuget installation win2016 2020-04-06 09:41:34 +03:00
Alejandro Pauly
69793ad76a Merge pull request #665 from al-cheb/al-cheb/fix_vsix
Fix vsix installation
2020-04-03 09:15:04 -04:00
Alejandro Pauly
cf8323f58b Merge pull request #651 from al-cheb/al-cheb/remove_cpack_choco_alias
Remove choco alias cpack.exe that conflicts with CMake cpack
2020-04-03 09:08:23 -04:00
Aleksandr Chebotov
e7328f57df fix vsix installation 2020-04-02 23:29:22 +03:00
Alejandro Pauly
8b21a2f473 Merge pull request #655 from andy-mishechkin/641_CMake_has_been_fixed
[Cmake] has been changed to [CMake]
2020-04-01 12:46:16 -04:00
Alejandro Pauly
f67375ac5c Merge pull request #647 from al-cheb/al-cheb/fix_environment_path
Fix user environment  PATH variable
2020-04-01 12:45:21 -04:00
Alejandro Pauly
e8ea4f92b3 Merge pull request #642 from al-cheb/al-cheb/install_root_ca
Install missing root certificates on windows-2019
2020-04-01 12:43:50 -04:00
Alejandro Pauly
ae6e2bcc27 Merge pull request #622 from devopscircle-io/solve-remotesigned-with-setexecutionpolicy
Set the execution policy in Packer to RemoteSigned
2020-04-01 12:43:04 -04:00
Andy Mishechkin
dc85a39326 [Cmake] has been changed to [CMake] 2020-04-01 19:41:16 +04:00
Aleksandr Chebotov
f526d19dd4 remove choco alias cpack 2020-04-01 11:03:52 +03:00