Skip to content

Commit

Permalink
changed prerelease removal
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Feb 19, 2022
1 parent 9acdacf commit a298ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Build.Tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ task Install -Jobs Build, {
task Publish -Jobs Build, {
if ( -Not $Global:PreRelease ) {
assert ( $Configuration -eq 'Release' )
Update-ModuleManifest -Path $Global:Manifest -Prerelease $null
Update-ModuleManifest -Path $Global:Manifest -Prerelease ''
}
Publish-Module -Path $Global:Manifest.Directory -NuGetApiKey $NuGetApiKey -Force:$ForcePublish
}

0 comments on commit a298ce4

Please sign in to comment.