diff --git a/scripts/Auto_load_versions.ps1 b/scripts/Auto_load_versions.ps1 index 3846b8b2509..5e0ed644b4a 100644 --- a/scripts/Auto_load_versions.ps1 +++ b/scripts/Auto_load_versions.ps1 @@ -5,8 +5,8 @@ $ErrorActionPreference = "SilentlyContinue" [System.Collections.ArrayList]$Versions = @() -# Get-BCArtifactUrl -select All -Type OnPrem -country $country -after ([DateTime]::Today.AddDays(-1)) | % { -Get-BCArtifactUrl -select All -Type OnPrem -country $country | % { +Get-BCArtifactUrl -select All -Type OnPrem -country $country -after ([DateTime]::Today.AddDays(-2)) | % { +# Get-BCArtifactUrl -select All -Type OnPrem -country $country | % { [System.Uri]$Url = $_ $TempString = $Url.AbsolutePath [version]$Version = $TempString.Split('/')[2]