Aleksandr Chebotov
44d41e873b
[Windows] Remove RustJunction.ps1 post-generation script ( #4635 )
...
* Remove RustJunction.ps1 post-generation script
* update rust tests
2021-12-14 18:08:46 +03:00
Julian Ospald
1fb7d122d1
Expose ghcup binary to PATH on windows ( #4264 )
...
* Expose ghcup binary to PATH on windows
The bootstrap-haskell.ps1 script uses
'[System.EnvironmentVariableTarget]::User' instead of
'[System.EnvironmentVariableTarget]::Machine', so it appears
ghcup env vars and PATH update never make it. Do these manually
for now.
* Set CABAL_DIR and make sure config is adjusted
The config adjustment usually includes adding msys2 directories,
so cabal can find `pkg-config` and libraries, e.g.:
+ C: \ghcup\msys64\mingw64\bin
+ extra-include-dirs: C:\ghcup\msys64\mingw64\include
+ extra-lib-dirs: C:\ghcup\msys64\mingw64\lib
- extra-prog-path: C:\cabal\bin
+ extra-prog-path: C:\ghcup\bin,
* Expose cabal dir to PATH as well
* Use Set-SystemVariable
* Fix tests
* Use hardcoded cabal dir
* Fix bootstrap-haskell
* Move test after installation
* Print ghcup installation message
* Don't adjust cabal.config (to include mingw paths)
This may break setups.
2021-12-10 11:23:44 +03:00
Nikolay Frolov
050efaf52a
[Windows] Improve MySQL install ( #4646 )
2021-12-03 19:49:55 +03:00
Nikolay Frolov
884d3e799d
[Windows] Add WiX tool for Windows 2022 ( #4624 )
2021-11-29 18:54:51 +03:00
Mikhail Koliada
3063eac712
Revert "Add WiX v3 to Windows 2022. ( #4448 )" ( #4604 )
...
This reverts commit 4672cb208d .
2021-11-26 20:37:33 +03:00
Mikhail Koliada
8922c7b5bf
[Windows] pin mysql release version in toolset ( #4590 )
2021-11-26 11:52:02 +03:00
Nikolay Frolov
870d8506f2
[Windows] Add Service Fabric SDK to Software Report ( #4563 )
2021-11-23 21:01:37 +03:00
Ewout ter Hoeven
79dfeeba45
[Windows] Add sbt to Windows 2022 image ( #4526 )
...
* [Windows] Add sbt to Windows 2022 image
* Update SoftwareReport.Generator.ps1 to include sbt on Win22
2021-11-22 15:21:03 +03:00
Maxim Lobanov
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
Aleksandr Chebotov
df27520b1f
[Windows] Add test to validate windows updates installation ( #4489 )
...
* Add test to validate windows updates installation
* Add function Get-WindowsUpdatesHistory
2021-11-16 17:14:17 +03:00
Maksim Shilov
ff41a760f0
[Windows] Pin PostgreSQL version installed in the toolset ( #4492 )
2021-11-16 11:38:03 +03:00
V-Zabayrachny
d3e74a5d7d
[Windows] Add PHP to the toolset ( #4493 )
2021-11-16 11:32:09 +03:00
Mikhail Koliada
fad30aa851
[Windows] move llvm to toolset ( #4487 )
2021-11-15 12:54:35 +03:00
Dibir Magomedsaygitov
47a60e0776
[Windows] Upgrade Selenium server version from 3 to 4 ( #4473 )
2021-11-11 18:21:51 +03:00
V-Zabayrachny
f8c50c93b5
[Windows] Add MySQL to the toolset ( #4435 )
2021-11-11 17:18:39 +03:00
Mikhail Timofeev
e5e8cc59dd
Add miniconda to windows 2022 image ( #4467 )
2021-11-11 15:27:09 +03:00
Maksim Shilov
fef060bec8
[Windows] Pin MongoDB to the specific version defined in the toolset ( #4418 )
2021-11-10 21:43:42 +03:00
Bob Arnson
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
Nikolay Frolov
234919982e
[Windows] Rework NodeJS install ( #4375 )
2021-10-30 14:03:05 +03:00
Aleksandr Chebotov
1f97f5de37
[Windows] Add NSIS to Windows Server 2022 ( #4326 )
2021-10-26 14:16:20 +03:00
Aleksandr Chebotov
ae930f132c
win2019: enable use of test-signed code ( #4296 )
2021-10-19 12:58:41 +03:00
Aleksandr Chebotov
7e90162def
[Windows] revert PR3766 ( #4278 )
2021-10-14 16:27:30 +03:00
Aleksandr Chebotov
b930b3d9d8
[Windows] win: add vcredist 2010 test ( #4160 )
2021-09-29 09:40:01 +03:00
Mikhail Timofeev
efcefca087
Revert "[Windows OS] Include Microsoft Game Development Kit (GDK) to image" ( #4162 )
2021-09-28 16:03:39 +03:00
Mikhail Koliada
ee4eda5e99
[Windows] Add Adoptium (Temurin-Hotspot) jdk 17 LTS ( #4129 )
2021-09-24 11:05:25 +03:00
Nikita Bykov
fabf527ea8
[Windows] Add android NDK r23 ( #4100 )
2021-09-23 13:33:28 +03:00
Henti Smith
c97e29c514
Add LLVM via choco ( #4056 )
2021-09-23 11:52:11 +03:00
Maksim Shilov
ebedfbc739
[Windows OS] Include Microsoft Game Development Kit (GDK) to image ( #4097 )
2021-09-20 13:06:52 +03:00
Aleksandr Chebotov
5a73d60641
[Windows] win2022: enable use of test-signed code ( #4098 )
2021-09-16 15:58:40 +03:00
Dibir Magomedsaygitov
ecfc9c43da
[Windows] Rework Kotlin installation ( #4083 )
2021-09-16 11:35:11 +03:00
Mikhail Koliada
045e638562
[Windows] Add adoptium to javatools installer ( #3985 )
2021-09-10 12:26:11 +03:00
Aleksandr Chebotov
6968a424be
pester: remove Nuget.Config test ( #4015 )
2021-09-03 17:05:14 +03:00
Aleksandr Chebotov
d261844fc2
[Windows] postdotnet: delete nuget.conf if exists ( #4013 )
...
* postdotnet: delete nuget.conf if exists
* rename to $nugetConfigPath
* add nuget.config check test
* remove issue link
2021-09-03 14:02:30 +03:00
Aleksandr Chebotov
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
Maxim Lobanov
a2d76d2a0e
Add Windows Server 2022 image templates ( #3929 )
...
* add windows2022 image template
Co-authored-by: Aleksandr Chebotov <v-aleche@microsoft.com >
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com >
Co-authored-by: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com >
Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com >
2021-08-23 11:13:14 +03:00
Julien Marrec
99fa3a3396
Add aria2 (aria2c) to Windows ( #3795 )
2021-08-05 18:16:04 +03:00
Maxim Lobanov
8481b2c846
[Windows] Improve Visual Studio installation scripts to support Preview versions ( #3850 )
...
* Support Preview versions of Visual Studio
* resolve comments
* Fix test
* fix tests
2021-08-04 22:35:44 +03:00
mikhailshaganov
5ece292613
[windows] Add Kotlin ( #3784 )
2021-08-04 12:19:55 +03:00
Maxim Lobanov
f93413492e
[Windows] Move Windows features to toolset ( #3838 )
...
* move windows features to toolset
* Update WindowsFeatures.Tests.ps1
* revert templates
2021-08-03 20:17:31 +03:00
Maxim Lobanov
32184fd850
[Windows] Clean up and simplify Windows templates ( #3833 )
...
* improve InitializeVM script
* Update windows2019.json
* remove configs
* resolve comments
* resolve comments; fix order
* fix templates
* move Node.js packages to toolset
* dotnet warmup and merge docker scripts
* clean up templates
* move template
* fix dotnetTLS order
2021-08-03 11:56:52 +03:00
Maxim Lobanov
892ada55d5
[Windows] Docker, .NET Core and NPM improvements ( #3811 )
...
* improve InitializeVM script
* Update windows2019.json
* remove configs
* resolve comments
* resolve comments; fix order
* fix templates
* move Node.js packages to toolset
* dotnet warmup and merge docker scripts
* Update Node.Tests.ps1
* Update Install-Docker.ps1
* fix node.js tests
* fix npm package installation
* Update Install-NodeLts.ps1
* fix tests
* fix test
2021-08-01 15:10:59 +03:00
Aleksandr Chebotov
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
Nikita Bykov
8a77fdb2a1
[Windows] Move choco installation list into toolset ( #3688 )
...
* Move choco installation list into toolset
* Add a condition to Install-CommonUtils.ps1
* Rename tests and revert Bazel to single script
* Return Install-Bazel.ps1 to windows2016.json and windows2019.json
* Remove condition and Write-Host command from Install-CommonUtils.ps1
* Reset Install-Bazel.ps1 to be the same as in main
* Update choco.common_packages in toolset-2016.json and toolset-2019.json
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com >
2021-07-08 16:23:07 +03:00
Mikhail Timofeev
6e7af98600
[Windows] Switch android tools installation to use cmdline-tools' sdkmanager ( #3682 )
...
* Switch android installation to use cmdline-tools
* Rename update-android sdk to install-android sdk as for the other OSs
* Remove cmdline-tools installation from toolset as it's installed
* Regenerate licenses for the new sdkmanager
* Add tests to check that both sdkmanagers are available
* Simplify Get-AndroidInstalledPackages function to use list_installed
* Resolve nitpicks from @AlenaSviridenko
* Add extra lines to separate comments from the code
* Remove extra line after $androidNDKs
* Modify software report to output any version number
* Change regex pattern to output the group
* Currently the function returns 4. instead of 4.0, this change fixes it
2021-07-07 15:16:35 +03:00
Leonid Lapshin
de7775d901
[windows] Improve MSYS2 installation ( #3652 )
2021-06-29 11:59:03 +03:00
Marcus Felling
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
Mikhail Timofeev
1fb8c5d6a1
[Windows] Improve Pester tests coverage for MSYS2 ( #3595 )
...
* Add ShouldReturnZeroExitCodeWithParam function and a new set of tests for MSYS2 tools
* Change get-command -> Get-Command
* Remove elevated user, return original path after msys installation and tests, resolve nitpicks
* Add BeforeEach and AfterEach blocks
These blocks change the path before each test
and return the original path after each test
* Change get-command -> Get-Command
2021-06-21 14:09:51 +03:00
Mikhail Timofeev
395eb43c2b
Added a condition for the $binGhcPath to not depend on the exact Haskell version ( #3537 )
2021-06-07 20:49:36 +03:00
Nursultan Kassan
659b9d878c
[Windows] Adding Swig ( #3509 )
2021-06-07 12:23:47 +03:00
daniv-msft
729b5626f0
Removing support of Azure Dev Spaces now that it's retired ( #3413 )
2021-05-19 10:14:16 +03:00