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

CI/CI for React Native powered by Azure Pipelin...

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

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.

Avatar for Hyperjump Tech

Hyperjump Tech

July 12, 2019

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