8000 (Really) Fix publishing of NuGet pre-release packages · repo-archive/libgit2sharp@2aa142e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aa142e

Browse files
FeodorFitsnernulltoken
authored andcommitted
(Really) Fix publishing of NuGet pre-release packages
1 parent 80c0ec1 commit 2aa142e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ install:
5757
Write-Host "Should run Coverity analysis = " -NoNewLine
5858
Write-Host $Env:SHOULD_RUN_COVERITY_ANALYSIS -ForegroundColor "Green"
5959
60-
$Env:SHOULD_PACKAGE_NUGET_ARTIFACT = $($($Env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null) `
61-
-and $($Env:APPVEYOR_SCHEDULED_BUILD -eq $False))
60+
$Env:SHOULD_PACKAGE_NUGET_ARTIFACT = -not $Env:APPVEYOR_PULL_REQUEST_NUMBER -and -not $Env:APPVEYOR_SCHEDULED_BUILD
6261
Write-Host "Should package Nuget artifact = " -NoNewLine
6362
Write-Host $Env:SHOULD_PACKAGE_NUGET_ARTIFACT -ForegroundColor "Green"
6463

0 commit comments

Comments
 (0)
0