Skip to content

Commit

Permalink
Change script to install azure-cli from a private branch, so we have …
Browse files Browse the repository at this point in the history
…the latest fixes (not dependant on azure-cli schedule for them).
  • Loading branch information
Amit Apple committed Dec 31, 2012
1 parent 5f9268f commit d40dea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kudu.Services.Web/updateNodeModules.cmd
Expand Up @@ -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
Expand Down

0 comments on commit d40dea3

Please sign in to comment.