From e5bdc80d1016b0322b65a9b57b46f168fb3ce496 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 25 Jun 2024 20:46:00 -0400 Subject: [PATCH] Try fixing build --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index afecbbc..0534c8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,6 @@ version: 1.1.0.{build} +environment: + DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: 1 branches: only: - main