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
Recently we've seen errors in appveyor that highlight a general issue with data streams in powershell. Since train does not need the progress information (which is useful for a terminal), I propose we set $ProgressPreference = "SilentlyContinue" as a prefix for all commands under windows.
Our winrm implementation does not seem to be affected by that.
Recently we've seen errors in appveyor that highlight a general issue with data streams in powershell. Since train does not need the progress information (which is useful for a terminal), I propose we set
$ProgressPreference = "SilentlyContinue"
as a prefix for all commands under windows.Our winrm implementation does not seem to be affected by that.
cc @arlimus @ksubrama @mwrock
A sample output from appveyor:
The text was updated successfully, but these errors were encountered: