Skip to content

Commit

Permalink
Display debug in selected options
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Dec 6, 2024
1 parent 584ec00 commit 1df2bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions publish-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ COMMIT=$(git log --pretty=%H -1)
# Output the selected options
echo "Selected Options:"
echo " Use all frameworks (-u) $USE_ALL"
echo " Include debug builds (-d) $INCLUDE_DEBUG"
echo " No build (-b) $NO_BUILD"
echo " No archive (-a) $NO_ARCHIVE"
echo " "
Expand Down
1 change: 1 addition & 0 deletions publish-win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $COMMIT = git log --pretty=format:"%H" -1
# Output the selected options
Write-Host "Selected Options:"
Write-Host " Use all frameworks (-UseAll) $USE_ALL"
Write-Host " Include debug builds (-IncludeDebug) $INCLUDE_DEBUG"
Write-Host " No build (-NoBuild) $NO_BUILD"
Write-Host " No archive (-NoArchive) $NO_ARCHIVE"
Write-Host " "
Expand Down

0 comments on commit 1df2bd2

Please sign in to comment.