Skip to content

Commit

Permalink
add missing DryRun parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Mar 22, 2024
1 parent 0ef010c commit dbfb750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Param(
[String] $Target = 'build',
[String] $Build = '',
[String] $VersionTag = '1.0-1',
[switch] $PushVersions = $false
[switch] $DryRun = $false
)

$ErrorActionPreference = 'Stop'
Expand Down

0 comments on commit dbfb750

Please sign in to comment.