winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

OneFuzzConfig.json (990B)


      1 {
      2   "ConfigVersion": 3,
      3   "Entries": [
      4     {
      5       "JobNotificationEmail": "peetdev@microsoft.com",
      6       "Skip": false,
      7       "Fuzzer": {
      8         "$type": "libfuzzer",
      9         "FuzzingHarnessExecutableName": "WinGetYamlFuzzing.exe"
     10       },
     11       "OneFuzzJobs": [
     12         {
     13           "ProjectName": "winget-fuzzing",
     14           "TargetName": "yamlFuzzer"
     15         }
     16       ],
     17       "JobDependencies": [
     18         "WinGetYamlFuzzing.exe",
     19         "WinGetYamlFuzzing.pdb",
     20         "WinGetYamlFuzzing.lib",
     21         "clang_rt.asan_dynamic*.dll"
     22       ],
     23       "AdoTemplate": {
     24         "Org": "microsoft",
     25         "Project": "OS",
     26         "AssignedTo": "ranm@microsoft.com",
     27         "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\InstaDev",
     28         "IterationPath": "OS"
     29       },
     30       "codeCoverage": {
     31         "org": "ms",
     32         "project": "winget-cli",
     33         "pipelineId": "630"
     34       }
     35     }
     36   ]
     37 }