This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deploy-onefuzz-via-azure-devops
onefuzz-job-azure-devops-pipeline Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,6 @@ stages:
121121 targetType : ' inline'
122122 script : |
123123 set -ex
124- ./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --override_client_id "$(AZURE_CLIENT_ID)"
124+ ./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --client_id "$(AZURE_CLIENT_ID)"
125125 ./onefuzz-cli-$(version).exe --version
126126 until ./onefuzz-cli-$(version).exe versions check --exact; do echo "waiting due to version mismatch"; sleep 1; done
Original file line number Diff line number Diff line change 3434 set -ex
3535 pip install onefuzz
3636 sed -i s/INSERT_PAT_HERE/$(ado_pat)/ ado-work-items.json
37- onefuzz config --endpoint $(endpoint) --override_client_id $(client_id)
37+ onefuzz config --endpoint $(endpoint) --client_id $(client_id)
3838 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
3939 displayName: run onefuzz
4040 env:
You can’t perform that action at this time.
0 commit comments