Maxim Lobanov
ac3c729b47
Merge pull request #757 from al-cheb/al-cheb/clean_cache_packages
...
Clean up apt package cache
2020-04-22 12:59:46 +03: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
Alejandro Pauly
6b24b4ce38
Merge pull request #756 from miketimofeev/revert-711-android-ndk
...
Revert "Pre-install Android NDK 20 on Ubuntu"
2020-04-21 12:42:21 -04:00
Aleksandr Chebotov
9109037d4e
apt-get clean
2020-04-21 18:23:33 +03:00
Mikhail Timofeev
a5e9522d54
Revert "Pre-install Android NDK 20 on Ubuntu ( #711 )"
...
This reverts commit 8abd45c3a8 .
2020-04-21 18:22:29 +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
Dariy Nurgaleev
54a14f61b3
Android SDK binaries insufficient permissions. ( #747 )
...
* added correct rules for android sdk folder.
* added for ubuntu 16 also.
* added sudo for chmod operation.
* removed redundunt sudo.
* changed chmod parameters for a+X
Co-authored-by: Dariy.Nurgaleev <d.nurgaleev@trueengineering.ru >
2020-04-21 10:21:02 +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
Mikhail Timofeev
b1cf25f873
[Ubuntu] Remove workaround for vcpkg ( #728 )
...
* remove workaround
* add workaround for ubuntu 16
* remove sudo
* Spelling
* remove extra lines
2020-04-17 13:38:10 +03:00
Mikhail Timofeev
cb4a6e0cc0
add libgbm ( #734 )
2020-04-17 13:37:59 +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
Sergey Dolin
d4435d6a11
Add AWS SAM CLI ( #615 )
...
Added in its own block because must be run as non-root user
Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com >
2020-04-16 14:34:59 +03:00
Maxim Lobanov
05e4773bac
Merge pull request #726 from miketimofeev/v-mitim/vcpkg_workaround
...
[Ubuntu] Fix workaround for vcpkg
2020-04-15 17:40:41 +03:00
Mikhail Timofeev
5048c104df
add cd
2020-04-15 17:34:44 +03:00
Maxim Lobanov
e531d3c218
Merge pull request #724 from miketimofeev/v-mitim/vcpkg_workaround
...
[Ubuntu] Workaround for vcpkg installation
2020-04-15 14:16:24 +03:00
Mikhail Timofeev
66376977a0
add particular commit for vcpkg
2020-04-15 14:05:30 +03:00
Maxim Lobanov
8bd564f124
Merge pull request #722 from al-cheb/al-cheb/fix_julia_folder
...
Fix Julia destination folder
2020-04-15 10:37:36 +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
Nikita Bykov
8abd45c3a8
Pre-install Android NDK 20 on Ubuntu ( #711 )
...
* added ndk 20
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com >
2020-04-14 15:13:37 +03:00
Andy Mishechkin
83d31983ba
Ubuntu 14.04 Docker container has been added ( #714 )
2020-04-14 15:10:21 +03:00
Sergey Dolin
bb9538cc9b
Migrate /etc/environment modifications to helpers ( #660 )
...
* migrate rust
* Migrate PHP composer
* Migrate dotnet core sdk
* rename `var_*` to `variable_*`
* rename *etcEnvironmentVar functions to *etcEnvironmentVariable
* add AppendEtcEnvironmentVariable and PrependEtcEnvironmentVariable
* rename addEtcEnvironmentPathElement to prependEtcEnvironmentPath
* Remove updatepath.sh
Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com >
2020-04-14 11:23:44 +03: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
Image generation service account
20515c4206
Updating readme file for ubuntu16 version 20200406.2
2020-04-13 16:09:45 +00: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
Alejandro Pauly
17685c3ddc
Merge pull request #707 from al-cheb/al-cheb/disable_sql_express
...
Disable MS SQL Server 2019 Express installation
2020-04-10 08:41:17 -04:00
Aleksandr Chebotov
faf9417c3a
disable mssql express
2020-04-10 14:54:39 +03:00
Sergey Dolin
e1fb068300
add Homebrew on Linux ( #589 )
...
* Add homebrew installation and validation scripts
* Update `/etc/environment` in `updatepath.sh` script
Keep this code for sake of compatibility with the existing installation logic. It will be changed in its own PR
* Remove env. variables from homebrew validation task
* Move reboot to the dedicated script and task
Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com >
2020-04-10 12:20:16 +03:00
Maxim Lobanov
14491c1a23
Merge pull request #321 from phozzy/add-container-tools
...
Add installation of container tools
2020-04-10 12:18:08 +03:00
Image generation service account
9f7145d3d8
Updating readme file for ubuntu18 version 20200406.2
2020-04-10 06:25:15 +00:00
Maxim Lobanov
32261c9d9e
Merge pull request #695 from rick-de-water/master
...
Update CMake to 3.17.0 on all environments
2020-04-09 18:47:12 +03:00
Maxim Lobanov
1e347e492d
Merge pull request #700 from mprins/patch-1
...
Fix software name for Microsoft SQL Express
2020-04-09 11:29:42 +03:00
Mark Prins
37d7f5165d
use the right software name
...
seems a copy-paste error
2020-04-09 10:16:26 +02:00
Alejandro Pauly
792932f78b
Merge pull request #689 from SanderHolvoet/patch-1
...
Refer to Azure Pipelines VM images
2020-04-08 15:13:03 -04:00
rickdewater
f6e2d05862
Update CMake to 3.17.0 on all environments
2020-04-08 20:06:19 +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
phozzy
6d40a6c846
Add installation of container tools
...
Signed-off-by: phozzy <arthur.fayzullin@gmail.com >
2020-04-08 10:01:50 +00:00
Dmitry Shibanov
2e5f4dc1c0
Change default locale for Firefox on Ubuntu ( #678 )
...
Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com >
2020-04-08 12:47:03 +03:00
Sander Holvoet
7e71c789d8
Refer to Azure Pipelines
...
Azure Pipelines VM images used to be managed in the [microsoft/azure-pipelines-image-generation](https://github.com/microsoft/azure-pipelines-image-generation ) repo.
This makes it visible to Azure Pipelines users that these VM images are being maintained in this virtual-environments repo. No mention of this in the current README.
Both the old azure-pipelines-image-generation repo as well as [MS Docs](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops#use-a-microsoft-hosted-agent ) already links to this new repo.
2020-04-07 17:21:41 +02:00
Maxim Lobanov
7638aeec3e
Merge pull request #686 from Darleev/v-danurg-credscan-exclusions
...
Added credscan file to ignore SQL Express pass
2020-04-07 16:08:11 +03:00
Maxim Lobanov
301b219be8
Merge pull request #679 from al-cheb/al-cheb/add_entropy_tools
...
Add haveged random generator tool on Ubuntu images
2020-04-07 14:12:39 +03:00
Dariy.Nurgaleev
ad0ddd13e7
added credscan file to ignore SQL Express pass
2020-04-07 17:57:47 +07:00
Image generation service account
94edc78ab5
Updating readme file for AzP.20200330.ubuntu16.1 version 20200330
2020-04-07 07:47:44 +00:00
Image generation service account
2bb4eb81d0
Updating readme file for AzP.20200330.ubuntu18.1 version 20200330
2020-04-07 07:47:18 +00:00
Sergey Dolin
20b3f47839
Add Office/SharePoint development and build tools
2020-04-07 12:27:26 +05:00
Maxim Lobanov
6d03bfc0e8
Merge pull request #677 from al-cheb/al-cheb/fix_nuger_win2016
...
Fix nuget installation on Windows Server 2016
2020-04-06 19:59:02 +03:00
Aleksandr Chebotov
bd10babf2f
install haveged random generator
2020-04-06 16:21:15 +03:00
Aleksandr Chebotov
bf2f48367f
fix nuget installation win2016
2020-04-06 09:41:34 +03:00
Alejandro Pauly
efe1d6eb1a
Merge pull request #669 from al-cheb/al-cheb/fix_gecko_url_parse
...
Fix geckodriver url parse
2020-04-03 09:24:14 -04:00