Skip to content

Commit 5ee6dc8

Browse files
committed
update Build files
1 parent 3f2a892 commit 5ee6dc8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/CLU/BuildAndInstallClu.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ echo ^(Get-Content "%mscluCfg%"^) ^| ForEach-Object { $_ -replace "TOFILL", "%ro
3232
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Resources
3333
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Resources.Cmdlets
3434
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Websites
35+
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Network
3536
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Management.Storage
3637
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Compute
3738

tools/CLU/BuildCmdlet.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ if not "%1"=="" (
1313
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Resources
1414
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Resources.Cmdlets
1515
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Websites
16+
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Network
1617
%root%\drop\clurun\win7-x64\clurun.exe --install Microsoft.Azure.Commands.Management.Storage
1718
)

0 commit comments

Comments
 (0)