We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d859669 commit ecd319aCopy full SHA for ecd319a
.appveyor.yml
@@ -7,6 +7,11 @@ branches:
7
image: Visual Studio 2022
8
configuration: Release
9
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
15
before_build:
16
- cmd: dotnet restore
17
build:
0 commit comments