mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-19 04:58:09 +00:00
Updating Files w/ New Flags (#2861)
This commit is contained in:
committed by
GitHub
parent
b38ab5de9e
commit
5061a3de29
@ -34,8 +34,8 @@ jobs:
|
||||
set -ex
|
||||
pip install onefuzz
|
||||
sed -i s/INSERT_PAT_HERE/$(ado_pat)/ ado-work-items.json
|
||||
onefuzz config --endpoint $(endpoint) --client_id $(client_id) --client_secret $(client_secret)
|
||||
onefuzz template libfuzzer basic ${{ parameters.onefuzz_project }} ${{ parameters.onefuzz_target }} $(Build.SourceVersion) ${{ parameters.onefuzz_pool }} --target_exe fuzz.exe --colocate_all_tasks --duration 1 --vm_count 1 --notification_config @./ado-work-items.json
|
||||
onefuzz config --endpoint $(endpoint) --override_client_id $(client_id)
|
||||
onefuzz --client_secret $(client_secret) template libfuzzer basic ${{ parameters.onefuzz_project }} ${{ parameters.onefuzz_target }} $(Build.SourceVersion) ${{ parameters.onefuzz_pool }} --target_exe fuzz.exe --colocate_all_tasks --duration 1 --vm_count 1 --notification_config @./ado-work-items.json
|
||||
displayName: run onefuzz
|
||||
env:
|
||||
client_secret: client_secret
|
||||
|
Reference in New Issue
Block a user