We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e69885 commit c2d5e0cCopy full SHA for c2d5e0c
BuildScripts/build.ps1
@@ -24,7 +24,7 @@ if($Help){
24
}
25
26
if(Test-Path -Path env:\APPVEYOR) {
27
- if ($env:APPVEYOR_SCHEDULED_BUILD -ne "True") {
+ if ($env:APPVEYOR_SCHEDULED_BUILD -eq "True") {
28
Write-Output "Since this is a scheduled build, simply run a build, with deployment of Coverity Artifacts, but no other deployment"
29
invoke-psake "$here/default.ps1" -task RebuildSolution -properties @{ 'config'='Release'; }
30
} elseif($env:APPVEYOR_REPO_BRANCH -eq "develop" -And $env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null) {
0 commit comments