We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to change from functionscdn.azureedge.net to cdn.functions.azure.com.
functionscdn.azureedge.net
cdn.functions.azure.com
For the Core Tools, there is are direct dependencies...
in the build config:
azure-functions-core-tools/build/Settings.cs
Line 196 in 2619642
In the publish scripts:
azure-functions-core-tools/publish-scripts/shared/helper.py
Line 61 in 2619642
In the Chocolatey script:
azure-functions-core-tools/publish-scripts/chocolatey/buildNUPKG.py
Line 48 in 2619642
In the npm script:
azure-functions-core-tools/src/Azure.Functions.Cli/npm/lib/install.js
Line 45 in 9a8ba2e
Related, we should update the dotnet-install script as per dotnet/core#9671:
dotnet-install
azure-functions-core-tools/dotnet-install.sh
Line 815 in 9a8ba2e
This issue description may not include all instances that need to be changed. As part of this work, a re-audit should be completed.
An ad-hoc release should be planned for these changes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to change from
functionscdn.azureedge.net
tocdn.functions.azure.com
.For the Core Tools, there is are direct dependencies...
in the build config:
azure-functions-core-tools/build/Settings.cs
Line 196 in 2619642
In the publish scripts:
azure-functions-core-tools/publish-scripts/shared/helper.py
Line 61 in 2619642
In the Chocolatey script:
azure-functions-core-tools/publish-scripts/chocolatey/buildNUPKG.py
Line 48 in 2619642
In the npm script:
azure-functions-core-tools/src/Azure.Functions.Cli/npm/lib/install.js
Line 45 in 9a8ba2e
Related, we should update the
dotnet-install
script as per dotnet/core#9671:azure-functions-core-tools/dotnet-install.sh
Line 815 in 9a8ba2e
This issue description may not include all instances that need to be changed. As part of this work, a re-audit should be completed.
An ad-hoc release should be planned for these changes.
The text was updated successfully, but these errors were encountered: