Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[azure-pipelines] exclude path not working #135

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago

on triggers and PR the exclude path is misconfigured (or not working).

for eg changing the README or appveyor file will trigger the pipelines, when should not.

Raffaello commented 4 years ago

from the documentation should be configured properly. wouldn't be a bug in azure devops? 🤔 or it is a special case when is root file?

ref: https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#paths

Raffaello commented 4 years ago

it seems more the behavior of azure PR trigger is considering all the file changed in the commits of that specific PR, so cannot really work as intended.....

reported here:

[azure pipelines] triggers paths.exclude in PR is not working on a single commit but as the whole PR changes - Developer Community
Developer Community for Visual Studio Product family
Raffaello commented 4 years ago

this is the response, so it seems i misunderstood the meaning of exclude.path and by design won't work on files: https://developercommunity.visualstudio.com/comments/1047494/view.html

[azure pipelines] triggers paths.exclude in PR is not working on a single commit but as the whole PR changes - Developer Community
Developer Community for Visual Studio Product family