Skip to content

Commit

Permalink
Set LF for all files
Browse files Browse the repository at this point in the history
  • Loading branch information
vsafonkin committed Oct 9, 2020
1 parent 65f9b7f commit 994001d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Do not normalize line endings
* -text
* text=auto eol=lf
41 changes: 21 additions & 20 deletions images/win/Windows2019-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@

### MSYS2
- Pacman 5.2.2
```
Location: C:\msys64
Note: MSYS2 is pre-installed on image but not added to PATH.
```
Location: C:\msys64
Note: MSYS2 is pre-installed on image but not added to PATH.
```
### Cached Tools
#### Boost
Expand All @@ -122,18 +122,18 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| 1.69.0 | x64, x86 | BOOST_ROOT_1_69_0 |
| 1.72.0 | x64, x86 | BOOST_ROOT_1_72_0 |
##### Notes:
```
1. Environment variable "BOOST_ROOT" is not set by default.
Please make sure you set this variable value to proper value
from table above depending on the Boost version you are using.
2. If Boost was built using the boost-cmake project or from Boost 1.70.0
on it provides a package configuration file for use with find_package's config mode.
This module looks for the package configuration file called BoostConfig.cmake or boost-config.cmake
and stores the result in CACHE entry "Boost_DIR". If found, the package configuration file
is loaded and this module returns with no further action.
See documentation of the Boost CMake package configuration for details on what it provides.
Set Boost_NO_BOOST_CMAKE to ON, to disable the search for boost-cmake.
Link: https://cmake.org/cmake/help/latest/module/FindBoost.html
```
1. Environment variable "BOOST_ROOT" is not set by default.
Please make sure you set this variable value to proper value
from table above depending on the Boost version you are using.
2. If Boost was built using the boost-cmake project or from Boost 1.70.0
on it provides a package configuration file for use with find_package's config mode.
This module looks for the package configuration file called BoostConfig.cmake or boost-config.cmake
and stores the result in CACHE entry "Boost_DIR". If found, the package configuration file
is loaded and this module returns with no further action.
See documentation of the Boost CMake package configuration for details on what it provides.
Set Boost_NO_BOOST_CMAKE to ON, to disable the search for boost-cmake.
Link: https://cmake.org/cmake/help/latest/module/FindBoost.html
```

#### Go
Expand Down Expand Up @@ -486,10 +486,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
| 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\> |
| 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\> |
| 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\> |
```
Azure PowerShell module 2.1.0 and AzureRM PowerShell module 2.1.0 are installed
and are available via 'Get-Module -ListAvailable'.
All other versions are saved but not installed.
```
Azure PowerShell module 2.1.0 and AzureRM PowerShell module 2.1.0 are installed
and are available via 'Get-Module -ListAvailable'.
All other versions are saved but not installed.
```
#### Powershell Modules
| Module | Version |
Expand Down Expand Up @@ -525,3 +525,4 @@ All other versions are saved but not installed.
- microsoft/aspnetcore-build:1.0-2.0


test

0 comments on commit 994001d

Please sign in to comment.