From d40dea3b0ba063c1a891f9d2b8171cc7794384f4 Mon Sep 17 00:00:00 2001 From: Amit Apple Date: Sun, 30 Dec 2012 23:45:39 -0800 Subject: [PATCH] Change script to install azure-cli from a private branch, so we have the latest fixes (not dependant on azure-cli schedule for them). --- Kudu.Services.Web/updateNodeModules.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kudu.Services.Web/updateNodeModules.cmd b/Kudu.Services.Web/updateNodeModules.cmd index 08f0fe6e3..4f478021d 100644 --- a/Kudu.Services.Web/updateNodeModules.cmd +++ b/Kudu.Services.Web/updateNodeModules.cmd @@ -3,9 +3,9 @@ pushd %1 if exist %1\node_modules\azure-cli\bin\azure ( - cmd /c npm update azure-cli + cmd /c npm update https://github.com/amitapl/azure-sdk-tools-xplat/tarball/latest ) else ( - cmd /c npm install azure-cli + cmd /c npm install https://github.com/amitapl/azure-sdk-tools-xplat/tarball/latest ) IF %ERRORLEVEL% NEQ 0 goto error