File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ useColor=true
1111doDebug=false
1212lineWidth=70
1313
14+ bash ../utils/stop_all.sh
15+
16+
1417# List of modules we'll look after =======================++====================
1518
1619dotNetModules=( " ObjectDetectionYOLOv5Net" )
@@ -369,11 +372,6 @@ if [ "$cleanBuild" = true ]; then
369372 rm " ${rootDir} /src/demos/modules/${dirName} /${dirName} -*"
370373 done
371374
372- cleanSubDirs " ${rootDir} /Installers/Windows" " bin/Debug/"
373- cleanSubDirs " ${rootDir} /Installers/Windows" " bin/Release/"
374- cleanSubDirs " ${rootDir} /Installers/Windows" " obj/Debug/"
375- cleanSubDirs " ${rootDir} /Installers/Windows" " obj/Release/"
376-
377375 removeDir " ${rootDir} /utils/ParseJSON/bin"
378376 removeDir " ${rootDir} /utils/ParseJSON/obj"
379377 rm " ${rootDir} /utils/ParseJSON/ParseJSON.deps.json"
You can’t perform that action at this time.
0 commit comments