mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-16 06:46:48 +00:00
8 lines
311 B
PowerShell
8 lines
311 B
PowerShell
################################################################################
|
|
## File: Install-Perl.ps1
|
|
## Desc: Install Perl
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName strawberryperl
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Perl" |