From: AeonLucid Date: Wed, 14 Oct 2020 11:14:07 +0000 (+0200) Subject: appveyor X-Git-Tag: v1.2.2~113^2~20 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=4a91e532e88a4b917f40dd4490c06e40ec15c03f;p=rhonda%2Fimpostor.git appveyor --- diff --git a/appveyor.yml b/appveyor.yml index 703820f..b1a2ac7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,6 +27,9 @@ configuration: Release environment: DOTNET_CLI_TELEMETRY_OPTOUT: 1 +install: + - git submodule update --init --recursive + before_build: - dotnet restore "src/Impostor.sln" -v Minimal