diff --git a/Tests/Deploy.ps1 b/Tests/Deploy.ps1 index 86dc7ba3..64a90032 100644 --- a/Tests/Deploy.ps1 +++ b/Tests/Deploy.ps1 @@ -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 {