File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ COMMIT=$(git log --pretty=%H -1)
43
43
# Output the selected options
44
44
echo " Selected Options:"
45
45
echo " Use all frameworks (-u) $USE_ALL "
46
+ echo " Include debug builds (-d) $INCLUDE_DEBUG "
46
47
echo " No build (-b) $NO_BUILD "
47
48
echo " No archive (-a) $NO_ARCHIVE "
48
49
echo " "
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ $COMMIT = git log --pretty=format:"%H" -1
34
34
# Output the selected options
35
35
Write-Host " Selected Options:"
36
36
Write-Host " Use all frameworks (-UseAll) $USE_ALL "
37
+ Write-Host " Include debug builds (-IncludeDebug) $INCLUDE_DEBUG "
37
38
Write-Host " No build (-NoBuild) $NO_BUILD "
38
39
Write-Host " No archive (-NoArchive) $NO_ARCHIVE "
39
40
Write-Host " "
You can’t perform that action at this time.
0 commit comments