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
This commit is contained in:
Rob Hague
2024-02-16 13:58:31 +00:00
committed by GitHub
parent 7cfe62b9f1
commit 2b19eecc16
-3
View File
@@ -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