NuGet/Home

Add docs for `disableTLSCertificateValidation`

Closed this issue · 1 comments

We are adding a disableTLSCertificateValidation property into packageSources section in NuGet.Config files that will allow users to disable TLS certificate validation for https certificates.

<packageSources>
    <add key="Contoso" value="https://source" disableTLSCertificateValidation="true" />
</packageSources>

Update the docs describing this change.

@Nigusu-Allehu Issue is missing Type label, remember to add a Type label