Azure-functions-core-tools: [V2] remove dependency on ./dotnet from the CLI

Created on 1 Feb 2018  路  2Comments  路  Source: Azure/azure-functions-core-tools

The only scenario that requires dotnet executable to be on the machine is that of installing extensions because we just launch dotnet add extensions.csproj package <extension> --version <version>

this is the only command that would prevent building a self-contained cli

blocked external feature

Most helpful comment

Any ETA on when this dependency can be removed?

Running azure functions via node container and need to install extensions so I ran into this.

All 2 comments

Any ETA on when this dependency can be removed?

Running azure functions via node container and need to install extensions so I ran into this.

closing as resolved by extension bundles

Was this page helpful?
0 / 5 - 0 ratings