Skip to content

Commit

Permalink
Added default info
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 19, 2024
1 parent 803c4da commit 8335755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
with:
architecture: ${{inputs.architecture}}

- name: Get Installed .NET Information for Default
run: 'dotnet --info'
shell: pwsh

- name: Get Installed .NET Information for ${{inputs.architecture}}
run: '& "${{steps.get-dotnet-path.outputs.path}}" --info'
shell: pwsh
Expand Down

0 comments on commit 8335755

Please sign in to comment.