add ADO_PROJECT variable to required parameters
All Submissions:
- [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
- [YES] I have updated the documentation accordingly.
- [YES] My code follows the code style of this project.
Current Behavior or Linked Issues
- Currently
common_prepare.sh
expectsADO_PROJECT
variable to be provided, this is no where documented. - This MR fixes script to expect
ADO_PROJECT
variable as an argument to run the script, without allowing the script to fail during run time. - Updated documentation with separate MR. Ref #876
Does this introduce a breaking change?
- [NO]