Skip to content

Commit 02479e0

Browse files
committed
ci: install .Net 8.0.403
1 parent 777b479 commit 02479e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ install:
3131
{
3232
git checkout -qf $($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT)
3333
}
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"
34+
- ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
35+
- ps: ./dotnet-install.ps1 -Version 8.0.403 -InstallDir "C:\Program Files\dotnet"
3636

3737
pull_requests:
3838
do_not_increment_build_number: false

0 commit comments

Comments
 (0)