mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 14:19:03 +00:00
* updating deploy.py for dotnet packages * dotnet deployment needs to be along side python if flagged * indivdual deployment state for dotnet api since this will deploy alongside python api * correcting state order for dotnet-api deployment step to follow python api deployment * cleanup deploy.py formatting * Adding dotnet's zip package arguments to deploy and fixing func command flags * Updating ci.yml for dotnet artifacts and adding az-local.settings.json for functionapp deployment * fixing directory path on ci.yml * changed single quote to double to pass black check * keeping changes to deploy.py staged in separate branch * missing newline at EOF Co-authored-by: AdamLeclerc-Microsoft <103067949+AdamLeclerc-Microsoft@users.noreply.github.com>
This commit is contained in:
6
src/ApiService/ApiService/az-local.settings.json
Normal file
6
src/ApiService/ApiService/az-local.settings.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"IsEncrypted": false,
|
||||
"Values": {
|
||||
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user