Skip to content

Commit

Permalink
Tweak OneFuzz workaround comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed May 17, 2024
1 parent 6f4cea3 commit 70857b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ extends:
publish/DotnetFuzzing.exe prepare-onefuzz deployment
displayName: Prepare OneFuzz deployment
# Temporary workaround - at the moment OneFuzz can't handle a single deployment where multiple jobs share similar assemblies/pdbs
# OneFuzz can't currently handle a single deployment where multiple jobs share similar assemblies/pdbs.
# As a workaround, we emit a task for every fuzzing target individually.
# https://fuzzfest.visualstudio.com/Onefuzz/_workitems/edit/191504/ is tracking this issue.
# - task: onefuzz-task@0
# inputs:
# onefuzzOSes: 'Windows'
Expand Down

0 comments on commit 70857b2

Please sign in to comment.