Skip to content

Commit

Permalink
Merge pull request #102 from sqlcollaborative/development
Browse files Browse the repository at this point in the history
enabling nuget provider
  • Loading branch information
nvarscar authored Jan 8, 2020
2 parents 0f50899 + 62042a3 commit d423d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/bump_version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Write-Host "Current build $version"

$magicPhrase = "Bumping up version"
$commitMessage = git log -1 --pretty=%B
Install-PackageProvider nuget -force
$publishedVersion = Find-Module dbops -ErrorAction Stop | Select-Object -ExpandProperty Version

if ($version -le $publishedVersion -and $commitMessage -notlike "$magicPhrase*") {
Expand Down

0 comments on commit d423d55

Please sign in to comment.