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)
4343# Output the selected options
4444echo " Selected Options:"
4545echo " Use all frameworks (-u) $USE_ALL "
46+ echo " Include debug builds (-d) $INCLUDE_DEBUG "
4647echo " No build (-b) $NO_BUILD "
4748echo " No archive (-a) $NO_ARCHIVE "
4849echo " "
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ $COMMIT = git log --pretty=format:"%H" -1
3434# Output the selected options
3535Write-Host " Selected Options:"
3636Write-Host " Use all frameworks (-UseAll) $USE_ALL "
37+ Write-Host " Include debug builds (-IncludeDebug) $INCLUDE_DEBUG "
3738Write-Host " No build (-NoBuild) $NO_BUILD "
3839Write-Host " No archive (-NoArchive) $NO_ARCHIVE "
3940Write-Host " "
You can’t perform that action at this time.
0 commit comments