[Ubuntu] Add Fastlane (#2751)

This commit is contained in:
Mikhail Timofeev
2021-02-19 18:33:28 +03:00
committed by GitHub
parent d76f3274f8
commit c4d66c8dc7
8 changed files with 56 additions and 8 deletions

View File

@@ -144,6 +144,10 @@ if (-not (Test-IsUbuntu16)) {
)
}
if (Test-IsUbuntu20) {
$toolsList += (Get-FastlaneVersion)
}
$markdown += New-MDList -Style Unordered -Lines ($toolsList | Sort-Object)
$markdown += New-MDHeader "CLI Tools" -Level 3