Skip to content

Commit d309d83

Browse files
wallymathieugusty
authored andcommitted
Download dotnet install and install net8
1 parent 290ac9d commit d309d83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ before_build:
1111
init:
1212
- git config --global core.autocrlf input
1313
install:
14-
- cmd: winget install Microsoft.DotNet.SDK.8
14+
- ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
15+
- ps: ./dotnet-install.ps1 -Version 8.0.100 -InstallDir "C:\Program Files\dotnet"
16+
#- cmd: winget install Microsoft.DotNet.SDK.8
1517
- cmd: git submodule update --init --recursive
1618
build_script:
1719
- cmd: dotnet restore ./FSharpPlus.sln

0 commit comments

Comments
 (0)