[Windows 2019] Fix missing msvcr100.dll (#1427)

* install vcredist2010

* Microsoft Visual C++ docs section
This commit is contained in:
Aleksandr Chebotov
2020-08-19 10:32:35 +03:00
committed by GitHub
parent 2602d38877
commit 9110b38999
3 changed files with 27 additions and 0 deletions

View File

@@ -173,6 +173,11 @@ $markdown += New-MDNewLine
$markdown += ((Get-VisualStudioComponents) + (Get-VisualStudioExtensions)) | New-MDTable
$markdown += New-MDNewLine
$markdown += New-MDHeader "Microsoft Visual C++:" -Level 4
$markdown += New-MDNewLine
$markdown += Get-VisualCPPComponents | New-MDTable
$markdown += New-MDNewLine
$markdown += New-MDHeader ".NET Core SDK" -Level 3
$sdk = Get-DotnetSdks
$markdown += "``Location $($sdk.Path)``"