Release 12.0.0.18314
[platform/core/csapi/tizenfx.git] / build.sh
index bce3bbd..28d0139 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -172,8 +172,11 @@ cmd_dummy_build() {
     exit 1
   fi
   mkdir -p $OUTDIR/bin/dummy
+  CACHE=`pwd`
+  cd $OUTDIR/bin/dummy
   dotnet $SCRIPT_DIR/tools/bin/APITool.dll \
          dummy $OUTDIR/bin/public/ref $OUTDIR/bin/dummy
+  cd $CACHE
 }
 
 cmd_pack() {