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:
Adam
2022-05-04 11:44:27 -07:00
committed by GitHub
parent 457f03e4ae
commit 793ce85cdf
6 changed files with 8 additions and 17 deletions

View File

@ -1,6 +1,7 @@
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
"linux_fx_version": "DOTNET-ISOLATED|6.0"
}
}