diff --git a/appveyor.yml b/appveyor.yml index ae9d477bf..5ec88faaf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,11 @@ skip_commits: files: - '**/*.md' +install: +- ps: | + Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1" + & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.102' -InstallDir "$env:ProgramFiles\dotnet" + environment: Appveyor: true # Postgres