Nightly Releases

@adam - looks like install-nightly.ps1 script is broken now. It’s failing on establishing secure TLS session.
Adding:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

In the beginning of script to force specific TLS version solve problem.

1 Like