Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick two PRs #11194

Merged
merged 2 commits into from
Jun 21, 2022
Merged

Commits on Jun 20, 2022

  1. [ci] Support to skip vstest using include/exclude config file. (sonic…

    …-net#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
    liushilongbuaa committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7366a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344e06a View commit details
    Browse the repository at this point in the history