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 3b20c09 commit 4e6ca8fCopy full SHA for 4e6ca8f
.github/workflows/build.yml
@@ -22,14 +22,12 @@ jobs:
22
dotnet-version: |
23
6.0.405
24
8.0.101
25
- - name: Install solution dependencies
26
- run: dotnet restore
27
- name: Build
28
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build --configuration Release
29
- name: Test Examples
30
run: dotnet test ../examples/
31
- name: Test & Code Coverage
32
- run: dotnet test --collect:"XPlat Code Coverage" -r codecov --no-restore --verbosity normal
+ run: dotnet test --collect:"XPlat Code Coverage" -r codecov --verbosity normal
33
- name: Codecov
34
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
35
with:
0 commit comments