Skip to content

Commit 8e85487

Browse files
committed
Changed .NET6 release for action
1 parent c906a4a commit 8e85487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wf-build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install .NET 6
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: '3.1.x'
19+
dotnet-version: '6.0.x'
2020

2121
- name: Setup MSBuild Path
2222
uses: microsoft/setup-msbuild@v1
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install .NET 6
5050
uses: actions/setup-dotnet@v1
5151
with:
52-
dotnet-version: '3.1.x'
52+
dotnet-version: '6.0.x'
5353

5454
- name: Run test .NET 3.5
5555
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Run test .NET 6.0
7373
run: dotnet test -c Release -f net6.0 --nologo --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
74-
74+
7575
- name: Run test .NET 6.0 Windows
7676
run: dotnet test -c Release -f net6.0-windows --nologo --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
7777

0 commit comments

Comments
 (0)