From ab5392b7d988c9a1a499db2307709cb0adcb472e Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 21 Feb 2018 12:01:25 -0500 Subject: [PATCH] Attempt to restore submodule packages --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index dadb8c6..5a3d9c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,4 +23,6 @@ deploy: - provider: Environment name: NuGet install: -- cmd: git submodule update --init --recursive \ No newline at end of file +- cmd: git submodule update --init --recursive +before_build: +- cmd: msbuild /t:restore \ No newline at end of file