Commit Graph
56 Commits
Author SHA1 Message Date
Alexey-AyupovandGitHub 1b5e9f95d0 [Windows] fix software report for innosetup (#7658) 2023-06-01 21:14:51 +02:00
Mikhail KoliadaandGitHub b9ca7b686b fix software report output for packer (#7495) 2023-04-26 17:22:01 +02:00
Vasilii PolikarpovandGitHub 5657dec7af [Windows|Ubuntu] Remove obsolete workarounds (#7431) 2023-04-17 13:31:56 +02:00
Angela P WenandGitHub 1e75a20a49 [Linux,macOS,Windows] Download two latest CodeQL bundles (#6884)
Previously, our runner image only included the most recent release of CodeQL. In order to improve stability of rollout of new CodeQL versions, we are now downloading the most recent two releases.

The change updates the Linux and Windows script variable names to match that of the Mac script, because they are mostly functionally identical. It also adds the same log messages to all scripts and ensures Mac and Windows test parity. It tests that there are two bundles in each of the OS's as well.

This will approximately double the total size and installation time of the existing CodeQL tool.
2023-01-29 14:46:43 +01:00
Alexey-AyupovandGitHub a218bee02d [Windows] fix software report generator for Parcel (#6933) 2023-01-20 18:08:01 +01:00
bogdan-damian-bgdandGitHub 447c8387a2 [Windows] Update documentation generation to use shared software report module (#6834) 2022-12-30 10:24:22 +01:00
Maxim LobanovandGitHub 257743a26d [Windows] Minor documentation improvements (#6751) 2022-12-14 19:53:32 +01:00
Aleksandr ChebotovandGitHub 89b1d058fb Fix Google CloudSDK version output (#6550) 2022-11-11 16:27:54 +01:00
Aleksandr ChebotovandGitHub f412cb04d7 [Windows] Add docker symlink (#6287) 2022-09-24 17:09:06 +03:00
Erik BershelandGitHub 7f10a5a590 [Windows] Add ImageMagick tool (#6247)
* Add ImageMagick tool

* Add ImageMagick tool
2022-09-16 10:23:13 +02:00
Aleksandr ChebotovandGitHub 70019eaa8f [Windows] Replace Win32_Product call to registry query (#5887)
* Replace Win32_Product call to registry query

* Update properties
2022-07-12 10:10:32 +03:00
Andrew BrownandGitHub 89ee433676 Update MinGW on Windows 2022 (#5729)
* Update MinGW on Windows 2022

Previously, the GitHub virtual environments only had MinGW v8.1.0
installed. That version was released in October of 2018 and, since then,
MinGW has released versions all the way up to v11.2.0. This change
updates the MinGW version to the latest available on Chocolatey for the
Windows 2022 environment. Windows 2019 retains the current v8.1.0
version. Fixes #5530.

* Update MinGW documentation

* Additionally update win-2016 version

* Revert "Update MinGW documentation"

This reverts commit cb7a72ff0f33f8a5bbda15be677b348a05f9fee0.

* fix: modify the pattern used for retrieving the MinGW version
2022-06-16 18:15:38 +03:00
Aleksandr ChebotovandGitHub 3caf4a3e5c [Windows] Add docker-compose v2 (#5504) 2022-05-10 11:23:19 +03:00
Dusko DobranicandGitHub ad4871d86c Fix kubectl version in software report (#5491) 2022-05-05 16:04:43 +02:00
Mikhail TimofeevandGitHub 94788ae5ea Change pattern for Rscript output (#5437) 2022-04-26 15:26:51 +03:00
Maksim ShilovandGitHub 4d4f454424 [All OS] Output full version of git to software report (#5097) 2022-02-18 10:23:34 +03:00
Aleksandr ChebotovandGitHub 6865a4ccfe Update DACX 150 -> 160 path (#4966) 2022-01-28 14:18:57 +03:00
Maksim ShilovandGitHub afc8bd66cc [Windows] Add SQL OLEDB Driver to win19 and win22 (#4893)
* Add SQL OLEDB Driver to win19 and win22

* Update installation, improve install-binary and resolve comments

* Slight improvement of the installation. Fixing argument list for the WebPI

* Fix argument list for AzureCLI

* Fix software report
2022-01-20 15:59:37 +03:00
V-ZabayrachnyandGitHub d9b2265e58 [Windows] Update npm parcel package to v2 (#4742)
* [Windows] Update npm parcel package to v2

* [Windows] Add the parcel to the software report

* [Windows] Add the parcel in tests

* [Windows] Move the function Get-ParcelVersion
2021-12-16 18:37:45 +03:00
Nikolay FrolovandGitHub 884d3e799d [Windows] Add WiX tool for Windows 2022 (#4624) 2021-11-29 18:54:51 +03:00
Mikhail KoliadaandGitHub 3063eac712 Revert "Add WiX v3 to Windows 2022. (#4448)" (#4604)
This reverts commit 4672cb208d.
2021-11-26 20:37:33 +03:00
Nikolay FrolovandGitHub 870d8506f2 [Windows] Add Service Fabric SDK to Software Report (#4563) 2021-11-23 21:01:37 +03:00
Maxim LobanovandGitHub d3a5bad25f [Windows] Install Docker-wincred (#4540)
* Add Docker WinCred

* fix getting docker url

* Use Expand-Archive instead of Extract-7Zip since 7zip is not installed yet
2021-11-19 12:44:22 +01:00
Bob ArnsonandGitHub 4672cb208d Add WiX v3 to Windows 2022. (#4448)
Move WiX to tools and stop installing WiX Votive VSIX, which isn't
needed for build.
2021-11-10 14:38:26 +03:00
Dibir MagomedsaygitovandGitHub 3ab5292583 move selenium version output to the browsers sector (#4377) 2021-10-29 17:26:06 +03:00
Dibir MagomedsaygitovandGitHub 1b3870ab40 [Windows] Rework Selenium installation (#4309) 2021-10-28 22:17:05 +03:00
Aleksandr ChebotovandGitHub 7e90162def [Windows] revert PR3766 (#4278) 2021-10-14 16:27:30 +03:00
Aleksandr ChebotovandGitHub 5aa96839a8 [Windows] win: add validation InstalledSoftware.md and testResults.xml files (#3960)
* win: add validation InstalledSoftware.md file
2021-08-27 09:38:18 +03:00
Julien MarrecandGitHub 99fa3a3396 Add aria2 (aria2c) to Windows (#3795) 2021-08-05 18:16:04 +03:00
Aleksandr ChebotovandGitHub 05781ccad0 [Windows] Add GVFS (Git Virtual File System) (#3766)
* Add GVFS (Git Virtual File System)
* invoke all tests from git file
2021-07-22 10:32:13 +03:00
Yann JouaniqueandGitHub 5161c257a2 [ubuntu] Install yq (#3646) 2021-07-15 12:21:48 +03:00
1a96373918 [Windows] Adding Bicep CLI (#3600)
* Add Bicep CLI

* Correct regex for bicep version

Co-authored-by: Marcus Felling <MarcusFelling@microsoft.com>
2021-06-23 17:52:45 +03:00
Nursultan KassanandGitHub 659b9d878c [Windows] Adding Swig (#3509) 2021-06-07 12:23:47 +03:00
daniv-msftandGitHub 729b5626f0 Removing support of Azure Dev Spaces now that it's retired (#3413) 2021-05-19 10:14:16 +03:00
Mikhail TimofeevandGitHub 6ede984b96 [windows] Fix output for packer 1.7.1 (#3104) 2021-04-06 05:06:39 +03:00
Drew Skwiers-Koballa 3b2c13ea5b Merge branch 'main' of https://github.com/actions/virtual-environments into dacfx-186 2020-10-05 08:08:28 -07:00
70219fe6ee Add database tools section to Windows docs (#1706)
* add database tools section to docs, removed sqlps powershell module

* reverted SQLPS module changes

* removed SqlServer module from tools, its listed in PS modules

* delete function as its not needed

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-10-05 16:24:53 +03:00
Drew Skwiers-Koballa c4a0c6a8ea adds dacfx to win tools report 2020-09-30 13:47:59 -07:00
Aleksandr Chebotov 79beb8514c fix Get-CodeQLBundleVersion output 2020-09-28 12:50:18 +03:00
Maxim LobanovandGitHub 7f21439a6e Merge branch 'main' into install-codeql-bundle 2020-09-25 15:09:27 +03:00
932d0f36cd Add azure dev spaces to Windows (#1558)
* add azds to windows images

* add script to template

* syntax improvments, persistent path value, proper documentation section

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-09-25 14:51:01 +03:00
Chris Gavin 49dc2ce2fd Use new approach for documenting CodeQL on Ubuntu. 2020-09-20 13:39:58 +01:00
Chris Gavin 60d40e5dd5 Document the CodeQL version that is installed. 2020-09-18 08:31:58 +01:00
dd8885cdc9 Add Pulumi to Windows images (#1439)
* 1242 add Pulumi to windows images

* change package name

* Add Pulumi version to doc generator

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-08-28 10:34:51 +03:00
db45f3fcac the Github CLI version fix for short version number (#1468)
* the Github CLI version fix for short version number

* select the string with version in command output, get the version without date

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-08-28 10:25:28 +03:00
Aleksandr ChebotovandGitHub 9110b38999 [Windows 2019] Fix missing msvcr100.dll (#1427)
* install vcredist2010

* Microsoft Visual C++ docs section
2020-08-19 10:32:35 +03:00
a3eb0ee40a Install NSIS from Source Forge (#1392)
* Install NSIS from Source Forge

* Switch to 3.06.1

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-08-11 23:41:25 +03:00
Maxim LobanovandGitHub 0f6fba462a Move CLI tests to the separate test file on Windows (#1363)
* move cli tests to the separate file

* switch install scripts

* unify CLI names
2020-08-06 11:27:58 +03:00
0e0e62dceb Add R tools for windows (#1264)
* add R for windows

* fix tests

* fix for tests

* remove unused file

* fix doc version for R

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-07-27 11:41:47 +03:00
acc3f46b5c Add aws session manager windows (#1178)
* add installation aws session manager for windows

* move to one file

* remove script step

* add documentation

* move logic to one file

* add notmatch

* change setup path variable

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-07-08 10:30:30 +03:00