Skip to content

Commit

Permalink
tools added IgnoreCase = $false
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 14, 2024
1 parent 323cb37 commit bc8173a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ function Show-DiffSummaryAndApprove {
[Parameter(Mandatory,
HelpMessage = 'Specifies the name of updated artifacts (used in the info message).')]
[ValidateNotNullOrEmpty()]
[ValidateSet('Number of Unit Tests', 'Version Numbers', 'Vcpkg Port')]
[ValidateSet('Number of Unit Tests', 'Version Numbers', 'Vcpkg Port', IgnoreCase = $false)]
[string]
$SummaryFor
)
Expand Down
2 changes: 1 addition & 1 deletion tools/qsdb-deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Param(
[Parameter(Mandatory,
HelpMessage = 'Specifies the build system that was used to build the TinyORM project.')]
[ValidateNotNullOrEmpty()]
[ValidateSet('CMake', 'qmake')]
[ValidateSet('CMake', 'qmake', IgnoreCase = $false)]
[string] $BuildSystem
)

Expand Down

0 comments on commit bc8173a

Please sign in to comment.