We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdd724 commit 76d82f1Copy full SHA for 76d82f1
1 file changed
appveyor.yml
@@ -17,7 +17,7 @@ environment:
17
install:
18
- ps: |
19
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
20
- & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.2' -InstallDir "$env:ProgramFiles\dotnet"
+ & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.102' -InstallDir "$env:ProgramFiles\dotnet"
21
22
build_script:
23
- ps: .\build.ps1
0 commit comments