mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 14:19:03 +00:00
updating deploy.py to push dotnet by default (#1888)
* updating deploy.py to push dotnet by default * Updating requirements for Azure Function core tools CLI to 4 * updating docs for Azure Functions Core Tools v 4.x requirement * Update src/utils/check-pr/README.md Co-authored-by: Cheick Keita <chkeita@microsoft.com>
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"IsEncrypted": false,
|
||||
"Values": {
|
||||
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
|
||||
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
|
||||
"linux_fx_version": "DOTNET-ISOLATED|6.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user