Skip to content

Commit

Permalink
Install .NET 8 on build start
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Nov 15, 2023
1 parent f22e3fd commit 260e84d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ skip_tags: true
image: Visual Studio 2022
test: off
build_script:
- ps: ./Build.ps1
- pwsh: |
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
./dotnet-install.ps1 -JSonFile global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
./Build.ps1
artifacts:
- path: artifacts/Serilog.*.nupkg
skip_commits:
Expand Down

0 comments on commit 260e84d

Please sign in to comment.