From 43cbd092c25b56ef84ad6c1dd3699fe153649c73 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 20 Oct 2014 12:56:32 +0100 Subject: [PATCH] (#180) Adding nuget packages to build cache In order to improve build times, lets cache the contents of the nuget packages folder. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5efafeb11..406ce1a19 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,5 +54,5 @@ artifacts: # caching configuration # #---------------------------------# -#cache: -# - Source\packages \ No newline at end of file +cache: + - Source\packages