Skip to content

Commit ecd319a

Browse files
committed
Updated .appveyor.yml to support .NET 8
1 parent d859669 commit ecd319a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ branches:
77
image: Visual Studio 2022
88
configuration: Release
99
clone_depth: 1
10+
install:
11+
- ps: |
12+
dotnet tool install -g InheritDocTool
13+
Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile dotnet-install.ps1
14+
./dotnet-install.ps1 -Channel 8.0
1015
before_build:
1116
- cmd: dotnet restore
1217
build:

0 commit comments

Comments
 (0)