Update get-new-tool-versions.ps1

pull/5/head
Maxim Lobanov 5 years ago committed by GitHub
parent 9b7f127678
commit 7cfb6816a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,10 @@ param (
Import-Module (Join-Path $PSScriptRoot "helpers.psm1")
$VersionFilterToInclude.GetType()
$VersionFilterToInclude.Length
$VersionFilterToInclude | ForEach-Object { Write-Host $_ }
function Get-VersionsByUrl {
param (
[Parameter(Mandatory)] [string] $ToolPackagesUrl,

Loading…
Cancel
Save