We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634154b commit a2e12f0Copy full SHA for a2e12f0
1 file changed
appveyor.yml
@@ -11,7 +11,7 @@ matrix:
11
install:
12
- ps: |
13
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
14
- & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet"
+ & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.102' -InstallDir "$env:ProgramFiles\dotnet"
15
build:
16
publish_nuget: true
17
publish_nuget_symbols: true
0 commit comments