mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
Update get-new-tool-versions.ps1
This commit is contained in:
@@ -14,6 +14,10 @@ param (
|
|||||||
|
|
||||||
Import-Module (Join-Path $PSScriptRoot "helpers.psm1")
|
Import-Module (Join-Path $PSScriptRoot "helpers.psm1")
|
||||||
|
|
||||||
|
$VersionFilterToInclude.GetType()
|
||||||
|
$VersionFilterToInclude.Length
|
||||||
|
$VersionFilterToInclude | ForEach-Object { Write-Host $_ }
|
||||||
|
|
||||||
function Get-VersionsByUrl {
|
function Get-VersionsByUrl {
|
||||||
param (
|
param (
|
||||||
[Parameter(Mandatory)] [string] $ToolPackagesUrl,
|
[Parameter(Mandatory)] [string] $ToolPackagesUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user