Skip to content

Commit 636c164

Browse files
committed
bash2
1 parent 914c8bd commit 636c164

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

dotnet-test.sh

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

3-
echo "dotnet build"
4-
5-
dotnet clean; dotnet build
6-
rc=$?
7-
8-
if [[ $rc != 0 ]] ; then
9-
echo -e "build failed"
10-
exit $rc
11-
fi
12-
13-
dotnet "dotnet test"
3+
dotnet test
144

155
rc=$?
166

0 commit comments

Comments
 (0)