The following azure pipeline yaml file works for create-react-app version 3.0.1. Install the package jest-junit for unit test code coverage results to be published. In the root of the repository, create a file called azure-pipelines.yml with the following content. trigger: - master pool: vmImage: "Ubuntu-16.04" steps: