Skip to content

Commit 1df2bd2

Browse files
committed
Display debug in selected options
1 parent 584ec00 commit 1df2bd2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

publish-nix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ COMMIT=$(git log --pretty=%H -1)
4343
# Output the selected options
4444
echo "Selected Options:"
4545
echo " Use all frameworks (-u) $USE_ALL"
46+
echo " Include debug builds (-d) $INCLUDE_DEBUG"
4647
echo " No build (-b) $NO_BUILD"
4748
echo " No archive (-a) $NO_ARCHIVE"
4849
echo " "

publish-win.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ $COMMIT = git log --pretty=format:"%H" -1
3434
# Output the selected options
3535
Write-Host "Selected Options:"
3636
Write-Host " Use all frameworks (-UseAll) $USE_ALL"
37+
Write-Host " Include debug builds (-IncludeDebug) $INCLUDE_DEBUG"
3738
Write-Host " No build (-NoBuild) $NO_BUILD"
3839
Write-Host " No archive (-NoArchive) $NO_ARCHIVE"
3940
Write-Host " "

0 commit comments

Comments
 (0)