Skip to content

Commit 2bd418f

Browse files
committed
Explicit configuration for tests
1 parent cace019 commit 2bd418f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Restore dependencies
2222
run: dotnet restore
2323
- name: Build
24-
run: dotnet build --no-restore -c release
24+
run: dotnet build --no-restore -c Release
2525
- name: Test
26-
run: dotnet test --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --blame-hang --blame-hang-timeout 2m
26+
run: dotnet test -c Release --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --blame-hang --blame-hang-timeout 2m
2727
- name: Codecov
2828
uses: codecov/codecov-action@v2
2929
with:

0 commit comments

Comments
 (0)