I am trying to install following NuGet package in Visual Studio 2019 on my laptop. But it seems ZScalar root certificate in office network causing some error while installing package. If I try this in test network I am able to install the package.
Please suggest any way by which I can install package without certificate validation(without validating public key signature). Same as we do for apt-get on linux with –allow-unauthenticated parameter.
PM> Install-Package Microsoft.CognitiveServices.SpeechInstall-Package : Unable to find package 'Microsoft.CognitiveServices.Speech' at source ''.At line:1 char:1+ Install-Package Microsoft.CognitiveServices.Speech+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand