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 777b479 commit 02479e0Copy full SHA for 02479e0
appveyor.yml
@@ -31,8 +31,8 @@ install:
31
{
32
git checkout -qf $($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT)
33
}
34
-# - ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
35
-# - 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.403 -InstallDir "C:\Program Files\dotnet"
36
37
pull_requests:
38
do_not_increment_build_number: false
0 commit comments