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 ecd319a commit 0683b4cCopy full SHA for 0683b4c
.appveyor.yml
@@ -7,12 +7,8 @@ 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:
+- cmd: choco install dotnet-sdk --version 8.0.100
16
- cmd: dotnet restore
17
build:
18
project: MyTested.AspNetCore.Mvc.sln
0 commit comments