We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43476d9 commit 07518e2Copy full SHA for 07518e2
appveyor.yml
@@ -11,7 +11,9 @@ before_build:
11
init:
12
- git config --global core.autocrlf input
13
install:
14
- - cmd: winget install Microsoft.DotNet.SDK.8
+ - 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
17
- cmd: git submodule update --init --recursive
18
build_script:
19
- cmd: dotnet restore ./FSharpPlus.sln
0 commit comments