We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cace019 commit 2bd418fCopy full SHA for 2bd418f
.github/workflows/dotnet.yml
@@ -21,9 +21,9 @@ jobs:
21
- name: Restore dependencies
22
run: dotnet restore
23
- name: Build
24
- run: dotnet build --no-restore -c release
+ run: dotnet build --no-restore -c Release
25
- 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
+ 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
27
- name: Codecov
28
uses: codecov/codecov-action@v2
29
with:
0 commit comments