From 7a8ac7c26a1f7353d416661d1be62d6cc0923ed2 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 24 Nov 2019 08:38:45 +0000 Subject: [PATCH] azure-functions-core-tools: fix decompress (#603) - Closes #601 --- bucket/azure-functions-core-tools.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bucket/azure-functions-core-tools.json b/bucket/azure-functions-core-tools.json index 37adb4777b..1f16ad4552 100644 --- a/bucket/azure-functions-core-tools.json +++ b/bucket/azure-functions-core-tools.json @@ -5,11 +5,11 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x64.2.7.1948.zip", + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x64.2.7.1948.zip#/dl.7z", "hash": "9ec12abe01a2590a634a808ee5d63e940703dd12c61202a317397b294ecf9b0a" }, "32bit": { - "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x86.2.7.1948.zip", + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1948/Azure.Functions.Cli.win-x86.2.7.1948.zip#/dl.7z", "hash": "c43791137743e1496a96e03e87ae1f544bfbb40fb978d0bb853e2cda83e7c98e" } }, @@ -18,11 +18,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip" + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x64.$version.zip#/dl.7z" }, "32bit": { - "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip" + "url": "https://github.com/Azure/azure-functions-core-tools/releases/download/$version/Azure.Functions.Cli.win-x86.$version.zip#/dl.7z" } } - } + }, + "##": "Rename download file because 7-zip can't decompress it as zip file." }