Skip to content

Commit

Permalink
chore: no need to install .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Apr 24, 2024
1 parent 10311af commit e8fc7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ image: Visual Studio 2022
test: false

install:
# Install Windows SDK 10.0.16299 and .NET 5
# Install Windows SDK 10.0.18362
- ps: .\build\Install-WindowsSDK.ps1
- ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
- ps: ./dotnet-install.ps1 -Version 8.0.100 -InstallDir "C:\Program Files\dotnet"
# - ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
# - ps: ./dotnet-install.ps1 -Version 8.0.100 -InstallDir "C:\Program Files\dotnet"

pull_requests:
do_not_increment_build_number: false
Expand Down

0 comments on commit e8fc7fa

Please sign in to comment.