remove internal work item refs (#6)

This commit is contained in:
bmc-msft
2020-09-18 17:31:57 -04:00
committed by GitHub
parent 1799eabb05
commit 31f4c51b87
2 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,7 @@ These are currently used in the following tasks:
* libfuzzer_fuzz: `target_exe`, `target_options`, `input_corpus`, `crashes`
* libfuzzer_crash_report: `target_exe`, `target_options`, `input`
* libfuzzer_merge: `target_exe`, `target_options`, `input_corpus`
* libfuzzer_coverage: NONE (see work item #129626)
* libfuzzer_coverage: None
* generic_analysis: `input`, `target_exe`, `target_options`, `analyzer_exe`,
`anayzer_options`, `output_dir`, `tools_dir`
* generic_generator: `generated_inputs`, `input_corpus`, `tools_dir`,

View File

@ -30,5 +30,3 @@
of Azure Functions was not available yet. This race condition is solved by
ARM reporting the deployment is finished too early. Retry the deployment and
the error should be corrected automatically.
Work item: #122629