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 29, 2023
1 parent 85f7e0c commit 500a824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
# 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
- name: Set SDK version
run: dotnet new globaljson --sdk-version 7.0.307 - name: Restore dependencies
run: dotnet restore src
- name: Build
run: dotnet build src --no-restore --configuration Release
Expand Down

0 comments on commit 500a824

Please sign in to comment.