I would like to integrate into my CI/CD pipeline a requirement set condition.
I'm developing an Office.js Excel addin and I would like to track client compatibility. There is a way to inspect code to detect the maximum value of requirement set?
The codebase is not so small, and I want to keep an eye on client compatibility.
Thanks