Is there any way to pass parameters to azure devops build pipelines (YAML) when triggered on a schedule? E.g. if you want to build a release build nightly, but also a debug build weekly for example?
It doesn't seem right to have to duplicate the whole build pipeline to SomeBuild-Debug in order to make a build that has configuration=debug as defualt, to be able to schedule it?