Skip to content

Commit 160895b

Browse files
author
Alex Peck
committed
upload
1 parent d3c7733 commit 160895b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
run: dotnet build src --configuration Release --no-restore
2424
- name: Test
2525
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/
2631
- name: Publish coverage report to coveralls.io
2732
uses: coverallsapp/github-action@master
2833
with:

0 commit comments

Comments
 (0)