Skip to content

Commit 28b0ba3

Browse files
committed
Merge pull request #248 from Azure/clu
Clu
2 parents abd104b + 5734d75 commit 28b0ba3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.proj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@
183183
<Target
184184
Name="Full"
185185
DependsOnTargets="Build;Test" >
186-
<Exec Command="$(LibraryToolsFolder)\CLU\BuildAndInstallClu.bat"></Exec>
186+
<Exec Command="$(LibraryToolsFolder)\CLU\BuildAndInstallClu.bat" />
187+
<!--do a simple verification-->
188+
<Exec Command="$(LibraryRoot)drop\clurun\win7-x64\azure.bat help" />
187189
</Target>
188190

189191
<Target Name="BuildMsBuildTask" DependsOnTargets="RestoreNugetPackages">

0 commit comments

Comments
 (0)