From ce7ff2d1466314e8fbc6a50605c88be66ddf8119 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Tue, 16 Mar 2021 12:50:01 +0100 Subject: [PATCH] AppVeyor YML update submodules --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 13d8a46..93474b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ image: Visual Studio 2019 install: - choco install gitversion.portable -pre -y + - git submodule update --init --recursive before_build: - nuget restore Windows\MassiveKnob.sln