From f90b19ef9044629edd716502e5d6568547b5aabe Mon Sep 17 00:00:00 2001 From: Hyungju Lee Date: Thu, 24 Sep 2020 17:32:46 +0900 Subject: [PATCH] [Build] change nitool to dotnettool (#2039) Change-Id: I8bd92b02cd1d9f6746fb2aef8a1a4b44dd017765 Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com> --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c3ac385..99f4f0d 100755 --- a/build.sh +++ b/build.sh @@ -204,8 +204,8 @@ cmd_install() { nifile_cnt=$(sdb $SDB_OPTIONS shell find $TARGET_ASSEMBLY_DIR -name '*.ni.dll' | wc -l) if [ $nifile_cnt -gt 0 ]; then sdb $SDB_OPTIONS shell "rm -f $TARGET_ASSEMBLY_DIR/*.ni.dll" - sdb $SDB_OPTIONS shell nitool --system - sdb $SDB_OPTIONS shell nitool --regen-all-app + sdb $SDB_OPTIONS shell dotnettool --ni-system + sdb $SDB_OPTIONS shell dotnettool --ni-regen-all-app fi sdb $SDB_OPTIONS shell chsmack -a '_' $TARGET_ASSEMBLY_DIR/* -- 2.7.4