We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7459310 commit e2a027bCopy full SHA for e2a027b
appveyor8.yml
@@ -3,7 +3,13 @@ branches:
3
only:
4
- develop8
5
configuration: release
6
-image: Visual Studio 2026
+image: Visual Studio 2022
7
+install:
8
+- ps: |
9
+ Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
10
+ & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet"
11
+before_build:
12
+ - cmd: dotnet --version
13
init:
14
- ps: >-
15
Update-AppveyorBuild -Version "8.4.0.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
0 commit comments