Skip to content

Commit 6a24eab

Browse files
committed
List installed .NET info added to publish action
1 parent f9f13cc commit 6a24eab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
dotnet-version: 7.0.x
2020

21+
- name: List installed .NET info
22+
shell: pwsh
23+
run: dotnet --info
24+
2125
- name: Deploy
2226
run: |
2327
tagParts=(${GITHUB_REF//\// })

0 commit comments

Comments
 (0)