We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee03bbd commit 0047069Copy full SHA for 0047069
.azure/pipelines/components-e2e-tests.yml
@@ -18,14 +18,24 @@ pr:
18
include:
19
- '*'
20
paths:
21
+ include:
22
+ - eng/*
23
+ - src/Components/*
24
+ - src/Extensions/*
25
+ - src/Framework/*
26
+ - src/Hosting/*
27
+ - src/Http/*
28
+ - src/Middleware/HttpLogging/*
29
+ - src/Middleware/HttpOverrides/*
30
+ - src/Middleware/HttpsPolicy/*
31
+ - src/Middleware/Localization/*
32
+ - src/Middleware/Session/*
33
+ - src/Middleware/StaticFiles/*
34
+ - src/Middleware/WebSockets/*
35
+ - src/Servers/*
36
+ - src/SignalR/*
37
exclude:
- - .devcontainer/*
- - .github/*
- - .vscode/*
- - docs/*
38
- '**/*.md'
- - LICENSE.TXT
- - THIRD-PARTY-NOTICES.TXT
39
40
variables:
41
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
0 commit comments