Skip to content

Commit

Permalink
Merge pull request #19 from SvenGroot/revert_workaround
Browse files Browse the repository at this point in the history
Revert workaround for microsoft/vstest#4549
  • Loading branch information
SvenGroot authored Sep 16, 2023
2 parents f2ba7e3 + 5ce2a1c commit 2b52fce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
# Workaround for https://github.com/microsoft/vstest/issues/4549 with 7.0.400.
# 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
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore src
- name: Build
Expand Down

0 comments on commit 2b52fce

Please sign in to comment.