Skip to content

Commit af90728

Browse files
skip install .net 9-10 / runner images already have it (8-10)
1 parent 28a27af commit af90728

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/actions/dotnet-test-build/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ runs:
55
using: "composite"
66

77
steps:
8-
- uses: actions/setup-dotnet@v4
9-
with:
10-
dotnet-quality: ga
11-
dotnet-version: |
12-
9.0
13-
10.0.x
14-
158
- uses: actions/cache@v4
169
with:
1710
key: ${{ runner.os }}-nuget-${{ hashFiles('net/**/*.csproj') }}

0 commit comments

Comments
 (0)