Azure DevOps Release pipeline for create-react-app and GitFlow?
We have a creat-react-app application, which includes a couple of variables that are different (react) build time, depending on where the build will be deployed. For example, we need to specify build time which URL will be used, e.g. https://app-stage.company.com for a release-x.y.z build vs. https://app.company.com for a master build (please refer to this article about GitFlow ). We've already created such a build pipeline as suggested here , which will build with the appropriate react config for any commit to branches master , release-x.y.z , dev , hotfix-x.y.z . We would like to create a