Skip to content

Commit

Permalink
Updated workaround for microsoft/vstest#4549
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot authored Aug 28, 2023
1 parent 398e2ac commit 6613337
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 @@ -22,8 +22,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
# Workaround for https://github.com/microsoft/vstest/issues/4549 with 7.0.400.
# Revert once a newer version is available.
# Revert and remove next step once a newer version is available.
dotnet-version: 7.0.307
- name: Set SDK version.
run: dotnet new globaljson --sdk-version 7.0.307
- name: Restore dependencies
run: dotnet restore src
- name: Build
Expand Down

0 comments on commit 6613337

Please sign in to comment.