From 16d45609394605930324075bb8035b32813fb6d9 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sat, 2 Dec 2023 12:15:11 +0100 Subject: [PATCH] CI: .NET 8.0 is now available on AppVeyor --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a66ec907..13d5651f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,9 +21,6 @@ skip_tags: true pull_requests: do_not_increment_build_number: true -# TODO(kleisauke): Remove when .NET 8.0 is available in AppVeyor -build: off - # Disable automatic tests and deployment test: off deploy: off