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 7518240 commit b71ead2Copy full SHA for b71ead2
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run tests
28
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
29
- name: Upload coverage
30
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
31
with:
32
name: Code coverage ${{ matrix.os }}
33
path: "**/coverage.cobertura.xml"
@@ -78,7 +78,7 @@ jobs:
78
- name: Create packages
79
run: dotnet pack --configuration Release --output ./packages
80
- name: Upload a Build Artifact
81
82
83
name: NuGet packages
84
path: packages/*.*
0 commit comments