How can I tell the Deployment Source to only run when there have been changes to specific project(s)/file(s)? In other words, something like Triggers.
I know Triggers are different, because that would be the Repo checking the file differences and kicking off a build. Whereas Azure appears to subscribe to my Repo, and the Repo tells my Azure CD when a commit is made, so Azure pulls that solution and builds it.
On a side note: Can I have Azure decide which Configuration to build in? Debug or Release (or otherwise)?