Skip to content

Commit 5eac2fc

Browse files
committed
remove unused azure file, rathe the nix version azure.sh is fine to reuse
1 parent 2f307a9 commit 5eac2fc

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

tools/CLU/BuildAndInstallClu.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ copy /Y %root%\drop\clurun\win7-x64\msclu.cfg %root%\drop\clurun\ubuntu.14.04-x6
4545
copy /Y %azuresh% %root%\drop\clurun\ubuntu.14.04-x64
4646

4747
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

tools/CLU/BuildDrop.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ if (!($dropLocation))
1717
if (!(Test-Path -Path $dropLocation -PathType Container))
1818
{
1919
mkdir "$dropLocation"
20+
}
21+
22+
if (!(Test-Path -Path "$dropLocation\CommandRepo" -PathType Container))
23+
{
2024
mkdir "$dropLocation\CommandRepo"
25+
}
26+
27+
if (!(Test-Path -Path "$dropLocation\clurun" -PathType Container))
28+
{
2129
mkdir "$dropLocation\clurun"
2230
}
2331

tools/CLU/azure

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)