added PR build section

eiximenis 2019-06-07 14:18:09 +02:00
parent 3a3ac23b9d
commit ad33fef0ae

@ -37,6 +37,12 @@ Once the build pipeline is created in Azure Devops you can override some of its
![Editing the build pipeline](./img/azure-devops/edit-build.png) ![Editing the build pipeline](./img/azure-devops/edit-build.png)
## Pull Request Builds
We have enabled the build pipelines for Pull Request. There are some differences between a normal build and the build triggered by a PR though:
* The build triggered from a PR do not push the docker images to any docker registry.
## Windows vs Linux images ## Windows vs Linux images
Each build generates the windows AND linux images (note that we could have two separated builds instead). Build pushes the images to [eshop Dockerhub](https://hub.docker.com/u/eshop/). Each build generates the windows AND linux images (note that we could have two separated builds instead). Build pushes the images to [eshop Dockerhub](https://hub.docker.com/u/eshop/).