From 9ecfd9d4ff6a0c5f42275f9616ada769a0f7eaf5 Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Fri, 6 Sep 2024 16:51:52 +0200 Subject: [PATCH] Attempt at fixing appveyor build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index aa08bb3..7b8ef77 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: - ps: | dotnet tool install -g InheritDocTool Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile dotnet-install.ps1 - ./dotnet-install.ps1 -Channel 8.0 + ./dotnet-install.ps1 -Channel 5.0 build_script: - cmd: echo __BUILD__ - dotnet restore src/ConfigCatClient.sln