mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
Checks version of pester on appveyor
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
|
||||
Get-Module -ListAvailable pester | Out-Host
|
||||
|
||||
|
||||
return
|
||||
if ((Get-Module -ListAvailable pester) -eq $null) {
|
||||
Install-Module -Name Pester -Repository PSGallery -Force
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user