Mikhail Timofeev
123ca0707a
Revert "Updating readme file for win16 version 20210110.1 ( #2411 )" ( #2511 )
...
This reverts commit c29e01a1da .
2021-01-21 12:46:17 +03:00
Mikhail Timofeev
0715fc76ec
Revert "Updating readme file for win19 version 20210110.1 ( #2412 )" ( #2510 )
...
This reverts commit 183594ed9a .
2021-01-21 12:45:55 +03:00
Dmitry Shibanov
905516cc9c
Freeze NDK 21 on Windows Images ( #2499 )
2021-01-21 11:31:35 +03:00
Nikita Bykov
29847cd01a
added ANDROID_NDK_HOME and ANDROID_NDK_ROOT ( #2472 )
...
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com >
2021-01-20 12:40:57 +03:00
Dibir Magomedsaygitov
9f700144e1
add cbindgen back ( #2482 )
2021-01-20 10:30:01 +03:00
github-actions[bot]
c29e01a1da
Updating readme file for win16 version 20210110.1 ( #2411 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-01-19 18:46:18 +00:00
github-actions[bot]
183594ed9a
Updating readme file for win19 version 20210110.1 ( #2412 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-01-18 23:19:12 +00:00
Darii Nurgaleev
a0656ad9b4
[Windows] Add JAVA section to docs. ( #2467 )
...
* [macOS] Fail Pester tests on error
* return it back
* git pus
* added fix for java docs
* changed java place
2021-01-18 15:45:17 +03:00
Dibir Magomedsaygitov
8bbe62fcc4
[Windows] Sort tool names in README ( #2422 )
...
* sort tool names
* small fixes
* add sort-object
2021-01-15 17:30:09 +03:00
Aleksandr Chebotov
68e9c68855
[Windows] Add shell symlinks ( #2395 )
...
* add shell symlinks
* fix paths
* add a wrapper
* fix target output
* fix tests
2021-01-15 13:42:37 +03:00
Aleksandr Chebotov
3b80ec9501
deprecate go < 1.13 and node 8 ( #2442 )
2021-01-15 10:25:25 +03:00
Leonid Lapshin
8079b61569
openssl php extension fix ( #2444 )
...
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru >
2021-01-15 09:35:36 +03:00
Dr
e2027939f3
[Windows] use npm config instead of npm_config_cache ( #2153 )
...
The `npm_config_cache` env, if set, will have highest priority, and harder to change.
One way to un-set this is add a global workflow env, like:
```
env:
npm_config_cache: ''
```
This commit change the cache config to use `npm config set cache $CachePath --global`,
which should save the path under the global npmrc at: `C:\npm\prefix\etc\npmrc`,
and allow easier later reset with user/repo level `.npmrc` files.
For the record, my usage is to unify all platform's npm cache to `~/.npm/`,
then use the same cache action config on all platform to cache the folder.
2021-01-14 19:27:02 +03:00
Aleksandr Chebotov
e508e876f7
[Windows] Define mingw 8.1.0 ( #2431 )
...
* install the latest version
* Revert "install the latest version"
This reverts commit ddf40964b5 .
* define mingw 8.1.0 version
2021-01-13 20:34:29 +03:00
Sergey Dolin
ada08c2507
[windows] Change Android SDK root ( #2343 )
2021-01-13 15:58:05 +03:00
Nikita Bykov
d20a55914c
[Windows] Move the list of installed Java versions to toolset ( #2369 )
...
* added java to toolset
* updated java tests
* fixed windows2016.json
* fixed tests
* fixed java.Tests
* fixed Java.Tests.ps1
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com >
2021-01-13 10:48:09 +03:00
Dibir Magomedsaygitov
c24eb0b7b5
[Windows] Fix hub installation ( #2403 )
...
* fix hub installation
* add comment
* small fix
* add link to the issue
2021-01-12 12:49:54 +03:00
Sergey Dolin
ecc81aa902
Add missed Rust tools to the documentation for Win ( #2401 )
...
* Add documentation for rust tools
* Rename helpers
* Remove duplicates
2021-01-12 11:29:05 +03:00
Sergey Dolin
3e1fdc417b
[windows] Add Android Comand Line tools ( #2362 )
2020-12-30 11:29:15 +03:00
Vladimir Safonkin
f3f0f47926
Add ruby 3.0.0 to the toolcache ( #2366 )
...
* Add Ruby 3.0.0 to toolsets
* Ruby 2.7.2 as default for macOS
* Minor fix
2020-12-30 09:58:27 +03:00
Dibir Magomedsaygitov
6245d40db7
fix vcpkg output ( #2319 )
2020-12-24 10:17:19 +03:00
Mikhail Timofeev
ec4b0fa89c
Revert "[windows] change vm spec to Standard_D8s_v4 for win images ( #2318 )" ( #2333 )
...
This reverts commit 1ff7e6a0c8 .
2020-12-23 10:48:07 +03:00
Aleksandr Chebotov
9da3c0764a
Install the latest PHP version ( #2210 )
2020-12-22 09:45:29 +03:00
Mikhail Timofeev
1ff7e6a0c8
[windows] change vm spec to Standard_D8s_v4 for win images ( #2318 )
2020-12-21 21:20:24 +03:00
Dmitry Shibanov
4de7f89a42
Add PYPY_VERSION file to the images ( #2285 )
...
* add PYPY_VERSION file
* resolving comments
* fix output for windows
* add fix for windows
2020-12-21 15:07:19 +03:00
github-actions[bot]
fc8402e007
Updating readme file for win19 version 20201210.0 ( #2239 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-12-16 13:56:20 +00:00
github-actions[bot]
751222b27c
Updating readme file for win16 version 20201210.0 ( #2244 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-12-16 10:36:01 +00:00
Aleksandr Chebotov
034cf97599
bash version output ( #2241 )
2020-12-14 09:24:20 +03:00
Sergey Dolin
3c7eed569a
Add android emulator version ( #2144 )
2020-12-08 22:13:20 +03:00
github-actions[bot]
80ce7c1c6e
Windows Server 2016 (20201202 update) ( #2191 )
...
* Updating readme file for win16 version 20201202.1
* added announcement section back
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-12-07 12:25:44 +00:00
github-actions[bot]
f9e0bdcc06
Windows Server 2019 (20201202 update) ( #2192 )
...
* Updating readme file for win19 version 20201202.1
* added announcement section back
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-12-07 12:00:17 +00:00
Sergey Dolin
bcd9c6c636
[windows] Fix spaces in ndk-build.cmd path ( #2174 )
...
* Fix spaces in ndk-build.cmd path
* Enforce utf-8 encoding
2020-12-07 10:58:10 +03:00
Dibir Magomedsaygitov
a4aa77743e
add dotnet-core 5.0 ( #2050 )
2020-12-04 10:22:27 +03:00
Dibir Magomedsaygitov
84744e30de
[Windows] Fix version output for vcpkg ( #2142 )
...
* change version output for vcpkg
* change to short commit id
* minor change
* minor change
* minor change
* resolve issue
2020-12-04 10:21:21 +03:00
Aleksandr Chebotov
906e2ab865
[Windows] Set PHP-7.4 as default ( #2170 )
...
* debug message
* debug output total folders
* Install PHP-7.4
2020-12-01 15:56:17 +03:00
Maxim Lobanov
ebecc93df3
Move BizTalk Server lower in documentation ( #2125 )
...
* Update SoftwareReport.Generator.ps1
* Update SoftwareReport.Generator.ps1
2020-11-25 08:45:44 +03:00
Elvis Shi
3a7123ebeb
Add BizTalk Server project build component to build agent machine. ( #1960 )
...
* Add BizTalk Project Build components, including msi and vsix.
* Add BizTalk Build Components to software report.
* Use registry/folder check replace actually BizTalk Project building for testing purpose.
* Remove unnecessary try/catch.
* Make sure BizTalk related software report only for Windows 2019 OS.
* Add statement to make sure BizTalk test only invoked in Win19 env.
* Fix test failue when no test runs use "skip"
* Update the TestName to be identity to BizTalk.Test.ps1
2020-11-24 19:20:02 +03:00
github-actions[bot]
e707b6a3c5
Updating readme file for win19 version 20201116.1 ( #2076 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-11-21 18:20:56 +00:00
github-actions[bot]
3b009039cb
Updating readme file for win16 version 20201116.1 ( #2075 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-11-21 06:21:27 +00:00
Aleksandr Chebotov
9e906b7f73
[Post-Generation] Turn off IE ESC factory script ( #2079 )
...
* turn off IE ESC factory script
* suppresses the error message
2020-11-19 12:31:30 +03:00
Maxim Lobanov
8445f55d50
Merge branch 'main' into al-cheb/use-setup-ruby-logic
2020-11-18 12:40:07 +03:00
Maxim Lobanov
7a511f87bf
Merge pull request #2070 from al-cheb/al-cheb/update-wsl-version
...
[Windows] Update WSLv1 version
2020-11-18 09:36:38 +03:00
Vladimir Safonkin
7dae76249b
[ubuntu][windows] Remove announcements from generation ( #2063 )
2020-11-17 10:20:55 +03:00
Aleksandr Chebotov
763c1277c6
update WSLv1 version
2020-11-16 19:13:37 +03:00
Aleksandr Chebotov
69370b14c4
remove bundler installation
2020-11-16 10:46:20 +03:00
Aleksandr Chebotov
5534aa6946
remove ruby doc folder
2020-11-13 10:25:05 +03:00
github-actions[bot]
544f52a21f
Updating readme file for win16 version 20201108.1 ( #2010 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-11-13 04:22:46 +00:00
github-actions[bot]
55c9bd353f
Updating readme file for win19 version 20201108.1 ( #2028 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2020-11-13 00:15:37 +00:00
Aleksandr Chebotov
fe3f5efbe8
rework ruby installation
2020-11-12 20:09:32 +03:00
Maxim Lobanov
364fd63255
Merge pull request #2020 from dibir-magomedsaygitov/v-dimago/add-dotnet-5.0-win
...
[Windows] Move list of .Net Core versions to install to toolset
2020-11-12 12:32:26 +03:00