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

@ -74,7 +74,7 @@ stages:
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install azure-functions-core-tools-3
sudo apt-get install azure-functions-core-tools-4
- task: CmdLine@2
displayName: "Deploying update to OneFuzz"