mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-17 08:43:45 +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) {
|
if ((Get-Module -ListAvailable pester) -eq $null) {
|
||||||
Install-Module -Name Pester -Repository PSGallery -Force
|
Install-Module -Name Pester -Repository PSGallery -Force
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user