Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2015-07-09 00:01:10 +0300
committernulltoken <emeric.fermas@gmail.com>2015-07-09 00:01:10 +0300
commit80c0ec135c3e3406a14c7adeaa86eeb8dd060c84 (patch)
tree3e8c314ed590713dc2187fe95fb5e76a1b2a6e73
parent5dc59683444ded35740072f77bf7893057f53934 (diff)
parentcbbafb62fe21b919492247a677940e808e271ac7 (diff)
Merge pull request #1143 from libgit2/ntk/pre_packages
NuGet packages are no longer generated on AppVeyor
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 09d6d51a..4a9c7a13 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -57,8 +57,8 @@ install:
Write-Host "Should run Coverity analysis = " -NoNewLine
Write-Host $Env:SHOULD_RUN_COVERITY_ANALYSIS -ForegroundColor "Green"
- $Env:SHOULD_PACKAGE_NUGET_ARTIFACT = $($Env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null `
- -and $Env:APPVEYOR_SCHEDULED_BUILD -eq $False)
+ $Env:SHOULD_PACKAGE_NUGET_ARTIFACT = $($($Env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null) `
+ -and $($Env:APPVEYOR_SCHEDULED_BUILD -eq $False))
Write-Host "Should package Nuget artifact = " -NoNewLine
Write-Host $Env:SHOULD_PACKAGE_NUGET_ARTIFACT -ForegroundColor "Green"