[Ubuntu] Add msbuild to software report (#3210)

This commit is contained in:
Mikhail Timofeev
2021-04-19 16:17:48 +03:00
committed by GitHub
parent 98743bcf9c
commit a06f07dfb4
3 changed files with 13 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ $markdown += New-MDList -Style Unordered -Lines (@(
(Get-ClangFormatVersions),
(Get-ErlangVersion),
(Get-MonoVersion),
(Get-MsbuildVersion),
(Get-NodeVersion),
(Get-PerlVersion),
(Get-PythonVersion),