From 3cfcaf768d2f083189e89adb5b0b0b4efed7de22 Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Fri, 8 Oct 2021 10:12:50 -0300 Subject: [PATCH] add azure-functions-core-tools add azure-functions-core-tools --- install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/install.ps1 b/install.ps1 index 420d1c1..3e0081f 100644 --- a/install.ps1 +++ b/install.ps1 @@ -14,6 +14,7 @@ choco feature enable -n=allowGlobalConfirmation; @( "git" ,"dotnet-5.0-sdk" +,"azure-functions-core-tools" ,"dotnetcore-sdk" ,"microsoft-edge" ,"visualstudio2019professional"