Update get-new-tool-versions.ps1

This commit is contained in:
Maxim Lobanov
2020-07-02 11:34:42 +03:00
committed by GitHub
parent 9b7f127678
commit 7cfb6816a8

View File

@@ -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,