Tuesday, July 28, 2020

Azure Build react native app with gradle

I found this blog explains the steps to build a react native app with gradle in azure ci/cd pipelines. The only confusion was regarding keystore files, after searching a bit on internet I realized that keystore files can have both .keystore and .jks extension.

https://techcommunity.microsoft.com/t5/windows-dev-appconsult/using-azure-devops-to-create-a-ci-cd-pipeline-for-an-android/ba-p/1094422

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...