sonic-buildimage/.azure-pipelines/vstest-include
Shilong Liu 2851884c8b
[ci] Support to skip vstest using include/exclude config file. (#11086)
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
2022-06-17 15:39:41 +08:00

3 lines
53 B
Plaintext

^platform/vs
^.azure-pipelines/run-test-template.yml