File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ copy /Y %root%\drop\clurun\win7-x64\msclu.cfg %root%\drop\clurun\ubuntu.14.04-x6
45
45
copy /Y %azuresh% %root% \drop\clurun\ubuntu.14.04-x64
46
46
47
47
REM , windows version also needs it for bash based testing
48
- copy /Y %azuresh% %root% \drop\clurun\win7-x64
48
+ copy /Y %azuresh% %root% \drop\clurun\win7-x64\azure
Original file line number Diff line number Diff line change @@ -17,7 +17,15 @@ if (!($dropLocation))
17
17
if (! (Test-Path - Path $dropLocation - PathType Container))
18
18
{
19
19
mkdir " $dropLocation "
20
+ }
21
+
22
+ if (! (Test-Path - Path " $dropLocation \CommandRepo" - PathType Container))
23
+ {
20
24
mkdir " $dropLocation \CommandRepo"
25
+ }
26
+
27
+ if (! (Test-Path - Path " $dropLocation \clurun" - PathType Container))
28
+ {
21
29
mkdir " $dropLocation \clurun"
22
30
}
23
31
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments