Skip to content

Commit

Permalink
[Build] change nitool to dotnettool (Samsung#2039)
Browse files Browse the repository at this point in the history
Change-Id: I8bd92b02cd1d9f6746fb2aef8a1a4b44dd017765

Co-authored-by: TizenAPI-Bot <[email protected]>
  • Loading branch information
HJLeee and TizenAPI-Bot authored Sep 24, 2020
1 parent b10f9f9 commit f90b19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit f90b19e

Please sign in to comment.