Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CI/CI for React Native powered by Azure Pipelines and App Center

CI/CI for React Native powered by Azure Pipelines and App Center

How we efficiently develop, test and deploy our project using Azure Pipeline and App Center.

Hyperjump Tech

July 12, 2019
Tweet

More Decks by Hyperjump Tech

Other Decks in Programming

Transcript

  1. @kvnerd - task: Gradle@2 displayName: "gradlew assembleRelease" inputs: gradleWrapperFile: android/gradlew

    workingDirectory: android/ gradleOptions: "-Xmx3072m" tasks: assembleRelease publishJUnitResults: false Declarative YAML