Skip to content

Commit

Permalink
Workaround for Mono tests broken on 7.0.400 (#14)
Browse files Browse the repository at this point in the history
Temporary workaround for microsoft/vstest#4549.
  • Loading branch information
SvenGroot committed Aug 18, 2023
1 parent 940ab39 commit 6c58af8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
# Workaround for https://github.com/microsoft/vstest/issues/4549 with 7.0.400.
# Revert once a newer version is available.
dotnet-version: 7.0.307
- name: Restore dependencies
run: dotnet restore src
- name: Build
Expand Down

0 comments on commit 6c58af8

Please sign in to comment.