Azure / azure-functions-core-tools

Command line tools for Azure Functions
MIT License
1.3k stars 429 forks source link

Azure Functions Core tools not updated in github actions while build and deploy to azure functions #3487

Open chandrainvestpb opened 10 months ago

chandrainvestpb commented 10 months ago

Get this error while build and deploy azure functions in github actions Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.19.0:package (package-functions) on project FunctionName: Local Azure Functions Core Tools does not exist or is too old to support function extension installation, skip package phase. To install or update it, see: https://aka.ms/azfunc-install - [Help 1]

this link https://aka.ms/azfunc-install talks about the location of the core tools but locally it is in the users/user/project.. folder and it is set in the environment variable also. Not sure how where this setting is setup while building and deploying the function app on azure functions.

The project is a java project with maven. Core tools are installed in the local computer and the project builds and runs properly on the local machine. The issue is while building the POM file in github actions.

simenkjernlie commented 5 months ago

I have the same issue. Did you figure out a way to get the code running on Azure functions?