microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
275 stars 425 forks source link

Updated appcmdontargetmachines.ps1 #1134

Open jc-odot opened 1 year ago

jc-odot commented 1 year ago

This resolves an issue with Add-SslCert and Windows 2022. the netsh command on 2022 has a different number of lines being output, which results in checks for existing certificate or bindings to fail.

This should resolve following issues:

1058

1008

mmrazik commented 1 year ago

Just one note here -- we most likely can't break backwards compatibility on older windows releases.

joeywas commented 1 year ago

Just one note here -- we most likely can't break backwards compatibility on older windows releases

How far back do you need to confirm backwards cmpatibility?