2851884c8b
example: ├── folderA │ ├── fileA (skip vstest) │ ├── fileB │ └── fileC If we want to skip vstest when changing /folderA/fileA, and not skip vstest when changing fileB or fileC. vstest-include: ^folderA/fileA vstest-exclude: ^folderA
3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
^platform/vs
|
|
^.azure-pipelines/run-test-template.yml
|