Skip to content

Commit

Permalink
download dotnet install and install net8
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu authored and gusty committed Nov 19, 2023
1 parent 43476d9 commit 72233b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ before_build:
init:
- git config --global core.autocrlf input
install:
- cmd: winget install Microsoft.DotNet.SDK.8
- ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
- ps: ./dotnet-install.ps1 -Version 8.0.100 -InstallDir "C:\Program Files\dotnet"
#- cmd: winget install Microsoft.DotNet.SDK.8
- cmd: git submodule update --init --recursive
build_script:
- cmd: dotnet restore ./FSharpPlus.sln
Expand Down

0 comments on commit 72233b0

Please sign in to comment.