You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2021. It is now read-only.
Occasionally, LatestUpdate will sometimes throw an exception.
During
Get-LatestServicingStackUpdate.ps1, line 97 throws an exception, stating that$downloadInfois null.LatestUpdate/LatestUpdate/Public/Get-LatestServicingStackUpdate.ps1
Line 97 in 50e8c79
This variable is supposed to be set on line 94 while calling
Get-UpdateCatalogDownloadInfo, but it looks like this function occasionally returns null:LatestUpdate/LatestUpdate/Public/Get-LatestServicingStackUpdate.ps1
Line 94 in 50e8c79