nrwl / nx-azure-build

Example of setting up distributed Azure build for Nx workspace
113 stars 38 forks source link

For a direct commit to master and there is a merge request after the latest commit, it does not build the correct apps #8

Open msreekm opened 4 years ago

msreekm commented 4 years ago

I guess this is the limitation with directly committing to master branch, if there is a merge commit after the new commit, then it wont find the correct code to build . I read in the readme about storing the last commit somewhere, any pointers to this approach?