We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf23caf commit 19fb805Copy full SHA for 19fb805
.vsts-dotnet-ci.yml
@@ -8,6 +8,15 @@ pr:
8
- main
9
- feature/*
10
- release/*
11
+ paths:
12
+ include:
13
+ - '*'
14
+ exclude:
15
+ - '**.md'
16
+ - .github/*
17
+ - docs/*
18
+ - LICENSE
19
+ - THIRD-PARTY-NOTICES.TXT
20
21
trigger:
22
branches:
build/codecoverage-ci.yml
0 commit comments