Skip to content

Commit 1b9ad97

Browse files
author
Atsushi Eno
committedMar 11, 2013
pass arguments to xbuild so that we can easily run /t:Clean.
1 parent cbec29a commit 1b9ad97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
for dir in `find . -type f -name *.csproj`; do
4-
xbuild $dir;
4+
xbuild $dir $@;
55

66
if [ $? != 0 ]; then
77
exit 1;

0 commit comments

Comments
 (0)
Please sign in to comment.