Skip to content

Commit e655a29

Browse files
Display .NET information during build
1 parent 3cfe1fa commit e655a29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
2121
restore-keys: |
2222
${{ runner.os }}-nuget-
23+
- name: Display .NET information
24+
run: dotnet --info
2325
- name: Import Code Signing Certificate
2426
env:
2527
CERTIFICATE: ${{ secrets.CERTIFICATE }}

0 commit comments

Comments
 (0)