From 911f8aa40a588403442eaa5e4889cfd789f7e5e1 Mon Sep 17 00:00:00 2001 From: Nikolay Pozdnichenko Date: Sun, 1 Dec 2024 20:30:18 +0600 Subject: [PATCH] Try fixing appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 317088bf..89728918 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Visual Studio 2019 +image: Visual Studio 2022 dotnet_csproj: patch: true file: '**\*.csproj' @@ -10,7 +10,7 @@ install: before_build: - cmd: nuget restore build: - project: LibiadaCore.sln + project: Libiada.Core.sln verbosity: minimal before_test: - cmd: dotnet test