Release 11.0.0.17901
[platform/core/csapi/tizenfx.git] / tools / update-tools.sh
1 #!/bin/bash
2
3 SCRIPT_FILE=$(readlink -f $0)
4 SCRIPT_DIR=$(dirname $SCRIPT_FILE)
5
6 GITDIR="$SCRIPT_DIR"/.APITool
7 BINDIR="$SCRIPT_DIR"/bin
8
9 rm -fr $GITDIR
10 git clone https://github.com/TizenAPI/APITool $GITDIR
11
12 dotnet publish $GITDIR -o $BINDIR
13
14 rm -fr $GITDIR