We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9549e67 commit 2526d81Copy full SHA for 2526d81
devops/build/create_packages.bat
@@ -24,7 +24,7 @@ set useJq=false
24
set includeDotNet=true
25
26
:: Sometimes we want to skip this one because it's long and painful
27
-set doODNet=true
+set includeObjectDetectionNet=true
28
29
:: Width of lines
30
set lineWidth=70
@@ -228,7 +228,7 @@ REM Creates a package for a module
228
229
if "!isDotNet!" == "true" (
230
if "!includeDotNet!" == "true" (
231
- if "!doODNet!" == "false" if /i "!packageModuleId!" == "ObjectDetectionYOLOv5Net" (
+ if "!includeObjectDetectionNet!" == "false" if /i "!packageModuleId!" == "ObjectDetectionYOLOv5Net" (
232
set doPackage=false
233
call "!utilsScript!" WriteLine "Skipping Object Detection .NET module !packageModuleId!..." "Gray"
234
)
0 commit comments