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 d3c7733 commit 160895bCopy full SHA for 160895b
.github/workflows/gate.yml
@@ -23,6 +23,11 @@ jobs:
23
run: dotnet build src --configuration Release --no-restore
24
- name: Test
25
run: dotnet test src --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
26
+ - name: Publish NuGet artifacts
27
+ uses: actions/upload-artifact@v3
28
+ with:
29
+ name: NuGet package
30
+ path: src/BitFaster.Caching.DependencyInjection/bin/Release/
31
- name: Publish coverage report to coveralls.io
32
uses: coverallsapp/github-action@master
33
with:
0 commit comments