diff --git a/appveyor.yml b/appveyor.yml index 080e2f1..00dbca3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,3 +2,5 @@ version: 0.2.{build} os: Visual Studio 2015 RC build: verbosity: detailed +before_build: + - nuget restore FileSystemSyncher\FileSystemSyncher.sln