Skip to content

Commit 0683b4c

Browse files
committed
Updated .appveyor.yml
1 parent ecd319a commit 0683b4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ 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
1510
before_build:
11+
- cmd: choco install dotnet-sdk --version 8.0.100
1612
- cmd: dotnet restore
1713
build:
1814
project: MyTested.AspNetCore.Mvc.sln

0 commit comments

Comments
 (0)