mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 05:42:14 +00:00
- Remove the ability to create or execute a `libfuzzer_coverage` task - Preserve the enum variant in `onefuzztypes` to prevent errors when deserializing old data - Remove doc references to `libfuzzer_coverage`
If you are doing development on the API service, you can build and deploy directly to your own instance using the azure-functions-core-tools.
From the api-service directory, do the following:
func azure functionapp publish <instance>
While Azure Functions will restart your instance with the new code, it may take a while. It may be helpful to restart your instance after pushing by doing the following:
az functionapp restart -g <group> -n <instance>