Fix UWP debug build
gst-plugins-bad: Local patch to fix UWP debug build
We need to add this via a patch because gstreamer is already tagged.
ci: Also build using the debug CRT in the UWP job
This should be fairly quick because the slowest parts are the setup
(copying files, fetching files, bootstrap, etc). Helps avoid
regressions like:
ci: Fix triggered cerbero pipelines while tagged for release
Cerbero pipelines triggered from the gstreamer monorepo were using
the release tarballs while we were tagged for release in Cerbero.
This means that the changes in the merge requests were not being
tested by Cerbero CI at all.
Edited by Nirbheek Chauhan