chore(template): updating template
This commit is contained in:
commit
a1fa179206
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
if [ -f ./tests/*/*.csproj ]
|
||||
if ls ./tests/*/*.csproj >& /dev/null
|
||||
then
|
||||
./scripts/setup.sh || exit 1
|
||||
|
||||
|
|
Reference in a new issue