Skip to content

Commit

Permalink
pass arguments to xbuild so that we can easily run /t:Clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Mar 11, 2013
1 parent cbec29a commit 1b9ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

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

if [ $? != 0 ]; then
exit 1;
Expand Down

0 comments on commit 1b9ad97

Please sign in to comment.