From aebcac618b28871c03afdf930663a230a901714c Mon Sep 17 00:00:00 2001 From: Giuseppe Lippolis Date: Tue, 13 Nov 2018 13:14:50 +0100 Subject: [PATCH] fixed nuget restore path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8c8f2e1..10e3eb9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: Visual Studio 2017 init: tzutil /s "W. Europe Standard Time" before_build: - cmd: nuget restore + cmd: nuget restore ./src/ build: project: ./src/FatturaElettronica.Core.sln verbosity: minimal