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:
authorJamie Humphries <jamie.humphries@softwire.com>2015-01-03 14:13:51 +0300
committernulltoken <emeric.fermas@gmail.com>2015-01-05 19:53:52 +0300
commit977817ea6fcf3d4f05d9ebd0b44948cc7d4441c9 (patch)
treee29b151657967b2437d55716cf3262343bf3a851 /appveyor.yml
parent6b7216e5cfe07629b0e427820dca679d567ada49 (diff)
Leverage NuGet restore for development dependencies
Fix #872
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bc90eada..bec55bff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,6 +17,7 @@ environment:
Arch: 32
build_script:
+- nuget restore "C:\projects\libgit2sharp\LibGit2Sharp.sln"
- msbuild "C:\projects\libgit2sharp\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
test_script: