-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathOneFuzzConfig.json
More file actions
37 lines (37 loc) · 990 Bytes
/
OneFuzzConfig.json
File metadata and controls
37 lines (37 loc) · 990 Bytes
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
{
"ConfigVersion": 3,
"Entries": [
{
"JobNotificationEmail": "peetdev@microsoft.com",
"Skip": false,
"Fuzzer": {
"$type": "libfuzzer",
"FuzzingHarnessExecutableName": "WinGetYamlFuzzing.exe"
},
"OneFuzzJobs": [
{
"ProjectName": "winget-fuzzing",
"TargetName": "yamlFuzzer"
}
],
"JobDependencies": [
"WinGetYamlFuzzing.exe",
"WinGetYamlFuzzing.pdb",
"WinGetYamlFuzzing.lib",
"clang_rt.asan_dynamic*.dll"
],
"AdoTemplate": {
"Org": "microsoft",
"Project": "OS",
"AssignedTo": "ranm@microsoft.com",
"AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\InstaDev",
"IterationPath": "OS"
},
"codeCoverage": {
"org": "ms",
"project": "winget-cli",
"pipelineId": "630"
}
}
]
}