浏览代码

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
Rob Hague 1 年之前
父节点
当前提交
2b19eecc16
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      appveyor.yml

+ 0 - 3
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