Rest processor help us transform swagger.json(v2) to schema base yaml file by opeartion.
| Environment (Branch) | Build Status | Package | Function Test Status |
|---|---|---|---|
PROD (master branch) |
status | nuget package | No |
PPE (develop branch) |
status | nuget package | test |
develop is the branch for development and will release the package each time when code is merged.
- You are suggested to open a feature branch based on
developand make changes in your feature branch. - You can test your feature in local with some command line arguments.
- Once the feature branch is ready, open a PR towards
develop. - Changes merged into
developwill be released a package immediately toRestProcessor-Testfeed. - After the package released, it will trigger a ci build with function test and impact test.
master branch is the branch for PROD deployment.
- when we need a feature release,
developwill be merged intomaster. - Changes merged into
masterwill be release a package immediately toRestProcessorfeed.
