8000
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 80c0ec1 commit 2aa142eCopy full SHA for 2aa142e
appveyor.yml
@@ -57,8 +57,7 @@ install:
57
Write-Host "Should run Coverity analysis = " -NoNewLine
58
Write-Host $Env:SHOULD_RUN_COVERITY_ANALYSIS -ForegroundColor "Green"
59
60
- $Env:SHOULD_PACKAGE_NUGET_ARTIFACT = $($($Env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null) `
61
- -and $($Env:APPVEYOR_SCHEDULED_BUILD -eq $False))
+ $Env:SHOULD_PACKAGE_NUGET_ARTIFACT = -not $Env:APPVEYOR_PULL_REQUEST_NUMBER -and -not $Env:APPVEYOR_SCHEDULED_BUILD
62
Write-Host "Should package Nuget artifact = " -NoNewLine
63
Write-Host $Env:SHOULD_PACKAGE_NUGET_ARTIFACT -ForegroundColor "Green"
64
0 commit comments