Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
pointing to new KuduScript that adds the switch UseSharedCompilation=…
Browse files Browse the repository at this point in the history
…false to msbuild fixes #1693
  • Loading branch information
shobak101 committed Sep 30, 2015
1 parent 62fb3e2 commit 9a4c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kudu.Services.Web/updateNodeModules.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set counter=0
set /a counter+=1
echo Attempt %counter% out of %attempts%

cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/cf97bbbb26b0442de8cafa99275e3ea8fedf8849
cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/4c735be9e8ee7dcd768dd4a2d8f674d7b460514e
IF %ERRORLEVEL% NEQ 0 goto error

goto end
Expand Down

0 comments on commit 9a4c81d

Please sign in to comment.