From f40d6c95f0ad87747b845a479469b1b766aef56c Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 4 Dec 2020 06:16:04 +1000 Subject: [PATCH] AppVeyor wasn't building unless the config changed, enable it again --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 55992b8164..5b992f0d40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ version: 0.0.0.{build} branches: only: - - appveyor-plz + - master image: Visual Studio 2019 assembly_info: patch: true