Skip to content

Commit 2b19eec

Browse files
authored
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
1 parent 7cfe62b commit 2b19eec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ for:
3333
only:
3434
- image: Visual Studio 2022
3535

36-
install:
37-
- ps: choco install dotnet-8.0-sdk --version=8.0.100
38-
3936
before_build:
4037
- ps: mkdir artifacts -f
4138

0 commit comments

Comments
 (0)