From aa283da1d2b7206889c90be1864057833d21d1b1 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Fri, 16 Feb 2024 12:46:10 +0100 Subject: [PATCH] CI: remove install of net8.0 sdk on VS image It is installed on the image now: https://www.appveyor.com/docs/windows-images-software/#net-framework --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b1129976f..106f429e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,9 +33,6 @@ for: only: - image: Visual Studio 2022 - install: - - ps: choco install dotnet-8.0-sdk --version=8.0.100 - before_build: - ps: mkdir artifacts -f