forked from dotnet/skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vally.yaml
More file actions
79 lines (65 loc) · 1.62 KB
/
Copy path.vally.yaml
File metadata and controls
79 lines (65 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
paths:
evals:
- tests/
skills:
- plugins/
evalFilenames:
- eval.vally.yaml
results: vally-results/
suites:
all:
description: All vally evals
evals:
- "tests/**/eval.vally.yaml"
dotnet:
description: Core dotnet evals
evals:
- "tests/dotnet/*/eval.vally.yaml"
dotnet-ai:
description: AI/ML technology evals
evals:
- "tests/dotnet-ai/*/eval.vally.yaml"
dotnet-aspnetcore:
description: ASP.NET evals
evals:
- "tests/dotnet-aspnetcore/*/eval.vally.yaml"
dotnet-data:
description: Data/EF Core evals
evals:
- "tests/dotnet-data/*/eval.vally.yaml"
dotnet-diag:
description: Diagnostics evals
evals:
- "tests/dotnet-diag/*/eval.vally.yaml"
dotnet-experimental:
description: Experimental test quality evals
evals:
- "tests/dotnet-experimental/*/eval.vally.yaml"
dotnet-maui:
description: MAUI evals
evals:
- "tests/dotnet-maui/*/eval.vally.yaml"
dotnet-msbuild:
description: MSBuild evals
evals:
- "tests/dotnet-msbuild/*/eval.vally.yaml"
dotnet-nuget:
description: NuGet evals
evals:
- "tests/dotnet-nuget/*/eval.vally.yaml"
dotnet-template-engine:
description: Template engine evals
evals:
- "tests/dotnet-template-engine/*/eval.vally.yaml"
dotnet-test:
description: Testing evals
evals:
- "tests/dotnet-test/*/eval.vally.yaml"
dotnet-upgrade:
description: Upgrade/migration evals
evals:
- "tests/dotnet-upgrade/*/eval.vally.yaml"
dotnet11:
description: .NET 11 evals
evals:
- "tests/dotnet11/*/eval.vally.yaml"