From 7dbaa3884d29fbbd6eb32f4fb2fac03301ee0345 Mon Sep 17 00:00:00 2001
From: Raman Arora <raman@basistech.com>
Date: Mon, 27 Jul 2020 10:44:54 -0400
Subject: [PATCH] Try nuget restore command with path to packages.config file.

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 5783265e3..2cd5dc065 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,7 @@ environment:
 services:
 
 before_build:
-  - nuget restore
+  - nuget restore win32\libtsk
   
 build_script:
       - python setupDevRepos.py
-- 
GitLab