]> git.deb.at Git - rhonda/impostor.git/commitdiff
appveyor
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 11:14:07 +0000 (13:14 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 11:14:07 +0000 (13:14 +0200)
appveyor.yml

index 703820f117f32dd8093f5b6ac11d12e51f994216..b1a2ac7ec49a4b00019574575f7b0b2c39527049 100644 (file)
@@ -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