Skip to content

Commit eb06b5b

Browse files
Update build-and-test.yml
1 parent 3ed4d91 commit eb06b5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ jobs:
4848
restore-keys: |
4949
${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
5050
${{ runner.os }}-nuget-
51+
- name: List dotnet versions installed
52+
run: dotnet --list-sdks
5153
- name: Restore dependencies
5254
run: dotnet restore
5355
- name: Build
5456
run: dotnet build --no-restore
5557
- name: Test
56-
run: dotnet test --no-build --no-restore --verbosity normal
58+
run: dotnet test --no-build --no-restore --verbosity normal

0 commit comments

Comments
 (0)