SharpeRAD / Cake.Powershell

Powershell addin for Cake
http://cakebuild.net
MIT License
83 stars 36 forks source link

GH-49: Expose AuthenticationMechanism in PowershellSettings #50

Closed ecoonradt closed 6 years ago

ecoonradt commented 6 years ago

Expose AuthenticationMechanism in PowershellSettings and update runner to honor that setting

The PowershellSettings class now exposes an AuthenticationMechanism property. The PowershellSettingsExtensions class also has been updated to offer an extension method to set this property. Finally, the PowershellRunner class has been updated to apply the value of this new property to the connection when a username is specified.

SharpeRAD commented 6 years ago

Hard to argue against this one 👍