Azure Devops Pipeline – how to fetch all files changed on branch without using git commands
I want to run some pytest tests on the files changed in my branch, on which the build pipeline containing all the steps is running. I have this
Azure Devops Pipeline – how to fetch all files changed on branch without using git commands
I want to run some pytest tests on the files changed in my branch, on which the build pipeline containing all the steps is running. I have this