Skip to content

Commit

Permalink
update to launch version of .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Nov 9, 2021
1 parent 1b3344c commit b368a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true
- name: Run automated tests
run: dotnet test src/Battle.Tests/Battle.Tests.csproj --configuration Debug --logger trx /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov /p:CoverletOutputFormat=lcov --settings:./src/Battle.Tests/CodeCoverage.runsettings
- name: Publish coverage report to coveralls.io
Expand Down

0 comments on commit b368a03

Please sign in to comment.