Skip to content

Commit

Permalink
Merge pull request #11 from replicaJunction/dev
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
replicaJunction committed Dec 2, 2015
2 parents 1042437 + 713b31a commit 2e29a92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ $shouldDeploy = $false
if ($env:APPVEYOR_REPO_BRANCH -ne 'master')
{
Write-Host "This commit is not to branch [master], so it will not be published." -ForegroundColor Yellow
} elseif ($env:APPVEYOR_REPO_COMMIT_MESSAGE -notmatch '\[release\]' -and $env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED -notmatch '\[release\]') {
Write-Host "This commit does not include the message " -ForegroundColor Yellow -NoNewline
Write-Host "[release]" -ForegroundColor Green -NoNewline
Write-Host ", so it will not be published." -ForegroundColor Yellow
#} elseif ($env:APPVEYOR_REPO_COMMIT_MESSAGE -notmatch '\[release\]' -and $env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED -notmatch '\[release\]') {
# Write-Host "This commit does not include the message " -ForegroundColor Yellow -NoNewline
# Write-Host "[release]" -ForegroundColor Green -NoNewline
# Write-Host ", so it will not be published." -ForegroundColor Yellow
} elseif ($PSVersionTable.PSVersion -lt '5.0.0') {
Write-Warning "We are not running in a PowerShell 5 environment, so the module cannot be pulbished."
} else {
Expand Down

0 comments on commit 2e29a92

Please sign in to comment.