Skip to content

Commit

Permalink
Print mono information during Actions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Aug 16, 2023
1 parent 513113a commit 007148b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Get .NET information
run: dotnet --info

- name: Get Mono information
run: mono --version
if: ${{ matrix.os != 'windows-2022' }}

- name: "Build target: BuildAll"
run: dotnet run --project tools/builder --no-launch-profile -- BuildAll

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Get .NET information
run: dotnet --info

- name: Get Mono information
run: mono --version

- name: "Build target: BuildAll"
run: dotnet run --project tools/builder --no-launch-profile -- BuildAll --timing

Expand Down

0 comments on commit 007148b

Please sign in to comment.