Skip to content

Commit d43e713

Browse files
Merge pull request #21 from leonvandermeer/dotnet-info
Display .NET information during build
2 parents 3cfe1fa + e655a29 commit d43e713

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)