-
Notifications
You must be signed in to change notification settings - Fork 18
Install Insiders Build
Eric Jizba edited this page Feb 5, 2024
·
2 revisions
If you would like to install an insiders version of the @azure/functions
npm package, follow these steps:
-
View the latest build in Azure Pipelines here
-
Select "1 published"
-
Select "Download artifacts". NOTE: The button with the three dots might not be displayed until you hover your mouse over it
-
Unzip the downloaded file "drop.zip" and you should see a tgz file with a name like "azure-functions-4.2.0-alpha.20240131.1.tgz"
-
From the root folder of your project, run
npm install <path to tgz file>