azure-functions-core-tools
Advanced tools
Comparing version 2.7.1373 to 2.7.1468
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "2.7.1373", | ||
"version": "2.7.1468", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "2.7.1373", | ||
"version": "2.7.1468", | ||
"description": "Azure Functions Core Tools", | ||
"scripts": { | ||
"postinstall": "node lib/install.js" | ||
"postinstall": "node lib/install.js", | ||
"prepublishOnly": "node lib/copy-metadata.js" | ||
}, | ||
@@ -8,0 +9,0 @@ "author": "Microsoft", |
@@ -5,4 +5,4 @@ ![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png) | ||
|---|---| | ||
|master|[![Build status](https://ci.appveyor.com/api/projects/status/max86pwo54y44j36/branch/master?svg=true)](https://ci.appveyor.com/project/appsvc/azure-functions-cli/branch/master)| | ||
|dev|[![Build status](https://ci.appveyor.com/api/projects/status/max86pwo54y44j36/branch/dev?svg=true)](https://ci.appveyor.com/project/appsvc/azure-functions-cli/branch/dev)| | ||
|master|[![Build Status](https://azfunc.visualstudio.com/Azure%20Functions/_apis/build/status/azure-functions-core-tools?branchName=master)](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=11&branchName=master) | ||
|dev|[![Build Status](https://azfunc.visualstudio.com/Azure%20Functions/_apis/build/status/azure-functions-core-tools?branchName=dev)](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=11&branchName=dev) | ||
|v1.x|[![Build status](https://ci.appveyor.com/api/projects/status/max86pwo54y44j36/branch/v1.x?svg=true)](https://ci.appveyor.com/project/appsvc/azure-functions-cli/branch/v1.x)| | ||
@@ -24,23 +24,9 @@ | ||
Both v1 and v2 of the runtime can be installed on Windows. | ||
To install runtime with npm: | ||
To install v1 with npm: | ||
```bash | ||
npm i -g azure-functions-core-tools@1 | ||
``` | ||
To install v1 with chocolatey: | ||
```bash | ||
choco install azure-functions-core-tools --version 1.0.15 | ||
``` | ||
To install v2 with npm: | ||
```bash | ||
npm i -g azure-functions-core-tools --unsafe-perm true | ||
``` | ||
To install v2 with chocolatey: | ||
To install with chocolatey: | ||
@@ -47,0 +33,0 @@ ```bash |
7
455
41053
289
9