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
The Construct test suite has been relying on the BOSH.WinRM.psm1 module
and not uploading the BOSH.Utils.psm1 module. When the WinRM code was
updated to remove a duplicated `Write-Log` method this caused different
behavior when it was executed without access to BOSH.Utils.psm1.
This commit updates the test setup to upload both BOSH.WinRM.psm1 and
BOSH.Utils.psm1.
0 commit comments