Skip to content

Commit c039edf

Browse files
committed
Show .NET info (dotnet --info) after installing the .NET SDK
1 parent 4bc571a commit c039edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
fetch-depth: 0
2929
- name: Install .NET SDK
3030
uses: actions/setup-dotnet@v4
31+
- name: Show .NET info
32+
run: dotnet --info
3133
- name: Retrieve cached NuGet packages
3234
uses: actions/cache@v4
3335
with:

0 commit comments

Comments
 (0)