110
110
111
111
### MSYS2
112
112
- Pacman 5.2.2
113
- ```
114
- Location: C:\msys64
115
-
116
- Note: MSYS2 is pre-installed on image but not added to PATH.
113
+ ```
114
+ Location: C:\msys64
115
+
116
+ Note: MSYS2 is pre-installed on image but not added to PATH.
117
117
```
118
118
### Cached Tools
119
119
#### Boost
@@ -122,18 +122,18 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
122
122
| 1.69.0 | x64, x86 | BOOST_ROOT_1_69_0 |
123
123
| 1.72.0 | x64, x86 | BOOST_ROOT_1_72_0 |
124
124
##### Notes:
125
- ```
126
- 1. Environment variable "BOOST_ROOT" is not set by default.
127
- Please make sure you set this variable value to proper value
128
- from table above depending on the Boost version you are using.
129
- 2. If Boost was built using the boost-cmake project or from Boost 1.70.0
130
- on it provides a package configuration file for use with find_package's config mode.
131
- This module looks for the package configuration file called BoostConfig.cmake or boost-config.cmake
132
- and stores the result in CACHE entry "Boost_DIR". If found, the package configuration file
133
- is loaded and this module returns with no further action.
134
- See documentation of the Boost CMake package configuration for details on what it provides.
135
- Set Boost_NO_BOOST_CMAKE to ON, to disable the search for boost-cmake.
136
- Link: https://cmake.org/cmake/help/latest/module/FindBoost.html
125
+ ```
126
+ 1. Environment variable "BOOST_ROOT" is not set by default.
127
+ Please make sure you set this variable value to proper value
128
+ from table above depending on the Boost version you are using.
129
+ 2. If Boost was built using the boost-cmake project or from Boost 1.70.0
130
+ on it provides a package configuration file for use with find_package's config mode.
131
+ This module looks for the package configuration file called BoostConfig.cmake or boost-config.cmake
132
+ and stores the result in CACHE entry "Boost_DIR". If found, the package configuration file
133
+ is loaded and this module returns with no further action.
134
+ See documentation of the Boost CMake package configuration for details on what it provides.
135
+ Set Boost_NO_BOOST_CMAKE to ON, to disable the search for boost-cmake.
136
+ Link: https://cmake.org/cmake/help/latest/module/FindBoost.html
137
137
```
138
138
139
139
#### Go
@@ -486,10 +486,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
486
486
| Az | 1.0.0<br >1.6.0<br >2.3.2<br >2.6.0<br >3.1.0<br >3.5.0<br >3.8.0<br >4.3.0<br >4.4.0<br >4.6.0<br >4.7.0 | C:\Modules\az_ \< version\> |
487
487
| Azure | 2.1.0 [ Installed] <br >3.8.0<br >4.2.1<br >5.1.1<br >5.3.0 | C:\Modules\azure_ \< version\> |
488
488
| AzureRM | 2.1.0 [ Installed] <br >3.8.0<br >4.2.1<br >5.1.1<br >6.7.0<br >6.13.1 | C:\Modules\azurerm_ \< version\> |
489
- ```
490
- Azure PowerShell module 2.1.0 and AzureRM PowerShell module 2.1.0 are installed
491
- and are available via 'Get-Module -ListAvailable'.
492
- All other versions are saved but not installed.
489
+ ```
490
+ Azure PowerShell module 2.1.0 and AzureRM PowerShell module 2.1.0 are installed
491
+ and are available via 'Get-Module -ListAvailable'.
492
+ All other versions are saved but not installed.
493
493
```
494
494
#### Powershell Modules
495
495
| Module | Version |
@@ -525,3 +525,4 @@ All other versions are saved but not installed.
525
525
- microsoft/aspnetcore-build:1.0-2.0
526
526
527
527
528
+ test
0 commit comments