Skip to content

Commit

Permalink
update pipeline to dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
YusufMavzer committed May 11, 2022
1 parent 03eb49a commit 13ced8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0'
dotnet-version: '6.0'
- name: Build and run tests.
run: dotnet test --collect:"XPlat Code Coverage"
- name: Make artifacts directory.
Expand Down

0 comments on commit 13ced8f

Please sign in to comment.