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