Merge remote-tracking branch 'github/master' into tizen
[platform/core/csapi/tizenfx.git] / tools / build-tools.sh
index c95e151..c19320b 100755 (executable)
@@ -14,7 +14,7 @@ find $SOURCE_DIR -type d -name "bin" -prune -exec rm -r "{}" \;
 find $SOURCE_DIR -type d -name "obj" -prune -exec rm -r "{}" \;
 
 # Build and publish
-dotnet publish -c $CONF src/Tools.sln
+dotnet publish -c $CONF Tools.sln
 
 # Install
 APPS="GenDummy.Tasks ABIChecker"