Commit Graph

1587 Commits

Author SHA1 Message Date
Dibir Magomedsaygitov
845dc20aeb minor fixes 2020-07-07 17:25:41 +03:00
Dibir Magomedsaygitov
df8858b77f install oras-cli on ubuntu 2020-07-07 16:40:02 +03:00
Alejandro Pauly
b825f06ed9 Merge pull request #1141 from actions/releases/win16/20200628
[Software update] Windows Server 2016 (20200628 update) Week 27
2020-07-07 06:37:12 -04:00
Aleksandr Chebotov
699cd6fde7 remove unused temporary $Env:AZURE_EXTENSION_DIR varible 2020-07-07 13:20:09 +03:00
Dmitry Shibanov
344225a964 add cargo dep 2020-07-07 12:16:42 +03:00
Dmitry Shibanov
5cc1411e14 add cargo dep to linux 2020-07-07 11:38:29 +03:00
Vladimir Safonkin
9ed8bbbc63 Add Newman tool (#1185)
* Add Newman

* Move installation to NodeLts script on Windows
2020-07-07 11:37:15 +03:00
Johannes Schindelin
8226c37bf4 Install Git for Windows with symbolic links enabled (#1186)
We only offer Windows environments that support symbolic links, meaning: if running either as administrator, or with Windows' Developer Mode enabled, symbolic links can be created.

However, Git for Windows' auto-detection assumes that if it is installed by an administrator, it cannot detect whether "regular" users can create symbolic links, and by way of playing it safe, disables symlink support.

Since we know better, we can avoid the auto-detection.
2020-07-07 09:56:57 +03:00
Alejandro Pauly
234a7df001 Merge pull request #1157 from actions/releases/win19/20200630
[Software update] Windows Server 2019 (20200630 update) Week 27
2020-07-07 02:46:49 -04:00
Mikhail Timofeev
c9638062b2 [Ubuntu] Prepend brew directories to the PATH (#1168)
* prepend

* add comment and move installation

* change toolcache dir in aws-sam script
2020-07-07 08:05:14 +03:00
Alena Sviridenko
9b15040a28 Merge pull request #1180 from miketimofeev/v-mitim/fix_container_tools_documentation
[Ubuntu 20] Fix container tools documentation
2020-07-06 14:23:05 +03:00
Dmitry Shibanov
ec239c0649 change setup path variable 2020-07-06 12:48:04 +03:00
Dmitry Shibanov
6481eeaac6 add notmatch 2020-07-06 12:07:43 +03:00
Dmitry Shibanov
0fa2df6ae0 move logic to one file 2020-07-06 12:06:01 +03:00
Mikhail Timofeev
1bb8c1102e Move containers installation file 2020-07-06 10:53:26 +03:00
Dmitry Shibanov
bf7da363eb add documentation 2020-07-06 10:42:34 +03:00
Dmitry Shibanov
50ed8f72e1 remove script step 2020-07-04 12:31:23 +03:00
Dmitry Shibanov
53eecd6367 move to one file 2020-07-04 12:26:39 +03:00
Dmitry Shibanov
c7a98685ab add installation aws session manager for windows 2020-07-03 12:45:39 +03:00
Dibir Magomedsaygitov
f6f93dad71 Update AWS CLI V1 to V2 on Ubuntu 20.04 Image (#1112)
* update aws cli v1 to v2 on ubuntu20

* add os.sh

* minor changes
2020-07-02 19:29:50 +03:00
Alena Sviridenko
beec47e76b Merge pull request #1160 from miketimofeev/v-mitim/install_aws_sam_w-o_brew
[Ubuntu] Install aws-sam-cli without brew
2020-07-02 16:56:19 +03:00
Mikhail Timofeev
abf21e68d5 fix typo in the description 2020-07-02 13:41:14 +03:00
Mikhail Timofeev
ec297381e7 remove cleanup 2020-07-02 12:15:03 +03:00
Mikhail Timofeev
b46e9c7adb remove SourcesDir variable 2020-07-02 12:13:44 +03:00
Mikhail Timofeev
ef11240bbd simplify variable 2020-07-02 12:00:16 +03:00
Mikhail Timofeev
35f0938464 remove setting from 16.04 template 2020-07-02 11:59:16 +03:00
Mikhail Timofeev
5016333343 remove not needed setting from ub20 template 2020-07-02 11:35:06 +03:00
Mikhail Timofeev
1a582d0836 change description and comments 2020-07-02 11:22:58 +03:00
Mikhail Timofeev
9de5dfef44 pretify script a bit 2020-07-02 11:11:56 +03:00
Alejandro Pauly
195a1de97e Merge pull request #1128 from actions/releases/ubuntu18/20200625
[Software update] Ubuntu 1804 (20200625 update) Week 27
2020-07-01 12:24:07 -04:00
no-reply@microsoft.com
3ac66d6361 Updating readme file for macos-10.15 version 20200625.2 2020-07-01 15:53:07 +00:00
Mikhail Timofeev
b12baea320 change installation method 2020-07-01 18:34:36 +03:00
Alejandro Pauly
b5c02fc87f Merge pull request #1130 from actions/releases/ubuntu16/20200625
[Software update] Ubuntu 1604 (20200625 update) Week 27
2020-07-01 10:50:28 -04:00
Vladimir Safonkin
ba79bba9d5 Add workflows to create software PRs and GitHub releases (#1123)
* Add workflows to create software PR and release

* Fix job names

* Minor fix

* Rework workflows
2020-07-01 16:32:10 +03:00
Vladimir Safonkin
c1ee9d8bc6 Fix download retry helper (#1110)
* Fix download helper

* Fix download helper

* Add compressed flag to helper

* Minor fix

* Minor fix
2020-07-01 16:31:41 +03:00
Alena Sviridenko
4d685f4b01 [Ubuntu] Install AZ 4.3.0 (#1138)
* Add Az 4.3.0 for Ubuntu

* Move azpowershell versions to toolset

* Small fix in syntax
2020-07-01 15:16:12 +03:00
Maksim Petrov
8ce91e3c37 [Windows] Install AZ 4.3.0 (#1137)
* Install and validate AZ 4.3.0 for Windows images

* Move azureModules to toolset

* Fix validation

* Fix modules root location

* Small fix in syntax

* Fix in syntax

* Fixes for default tool versions
2020-07-01 15:16:01 +03:00
Alejandro Pauly
cc6117e0db Merge pull request #1129 from actions/releases/ubuntu20/20200625
[Software update] Ubuntu 2004 (20200625 update) Week 27
2020-07-01 06:40:03 -04:00
Image generation service account
4a08d080ac Updating readme file for win19 version 20200630.0 2020-07-01 10:00:47 +00:00
Maksim Petrov
38ee52e36d Merge branch 'master' into v-mapetr/linux/update-az 2020-07-01 00:02:30 +03:00
Darii Nurgaleev
64f438fd7a PostgreSQL: Validation and Installer parameters fix. (#1148)
* Removed PostgreSQL server from path.
2020-06-30 20:43:47 +03:00
Andy Mishechkin
e16e7a7e30 Microsoft.VisualStudio.Component.VC.14.25.x86.x64 has been added to Visual Studio deployment (#1146)
* Microsoft.VisualStudio.Component.VC.14.25.x86.x64 has been added to VS installing

* Microsoft.VisualStudio.Component.VC.14.25.x86.x64 has been removed from VS2017
2020-06-30 19:26:03 +03:00
Aleksandr Chebotov
21c6325fca start and enable docker.service if not running/enabled (#1140) 2020-06-30 08:57:34 +03:00
Maksim Petrov
8d0d6f85cc [Windows] Merge several toolset provisioners into single Configure-Toolset script (#1111)
* Add Configure-Toolset for windows

* Set error action preference to stop

* Move toolcache.json to config folder

* Fix in verbose

* Rename toolsets folder

* Move default version functions from install-toolset to configure-toolset

* Rework Configure-Toolset

* Fix typo and remove empty line

* Fix issues

* Fix parameters in helpers

* Fix helper syntax

* Rename defaultVariable
2020-06-30 07:48:55 +03:00
Image generation service account
56845d80b9 Updating readme file for win16 version 20200628.0 2020-06-29 11:26:42 +00:00
Aleksandr Chebotov
a89f839675 [Ubuntu] Merge several toolset provisioners into single Configure-Toolset script (#1121)
* Single toolset

* rework conditional logic
2020-06-29 14:10:01 +03:00
Darii Nurgaleev
fc206bb997 .NET 48 change description. (#1132)
* Change .NET software description.

* Fix description.
2020-06-28 21:11:01 +03:00
Maksim Petrov
7a2c4871fc Small fix in syntax 2020-06-28 21:08:18 +03:00
Maksim Petrov
52610e17ba Move azpowershell versions to toolset 2020-06-28 21:03:34 +03:00
Maksim Petrov
3b86a377ee Add Az 4.3.0 for Ubuntu 2020-06-27 04:55:49 +03:00