From 2b19eecc16a05aba922c20cb8ff8b25c88497c66 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Fri, 16 Feb 2024 13:58:31 +0000 Subject: [PATCH] CI: remove install of net8.0 sdk on VS image (#1323) 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 b1129976..106f429e 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