Skip to content

Commit

Permalink
Get more debug info from dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Feb 2, 2023
1 parent ef55f91 commit f6fcc31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,13 @@ jobs:
run: dotnet tool restore

- name: List SDKS [Debug]
run: dotnet --list-sdks
run: dotnet --info

- name: Echo DOTNET Env [Debug]
run: echo ${{ env.DOTNET_ROOT }}

- name: Echo env [Debug]
run: env

- name: Generate solution
shell: pwsh
Expand Down

0 comments on commit f6fcc31

Please sign in to comment.