I'm configuring an ADO Build Pipeline, however, it's failing on the Install NuGet step
YAML
trigger:
- master
pool:
name: TestPool
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
steps:
- task: NuGetToolInstaller@1
I got the following error
You are using a query match on the version string. Behavior changes or breaking changes might occur as NuGet updates to a new version. ERR:Client network socket disconnected before secure TLS connection was established