Skip to content

Commit 8d96286

Browse files
authored
Update dotnet.yml
1 parent 455b9df commit 8d96286

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
with:
6262
name: release-buid
6363
path: |
64-
./jjm.one.Serilog.Extensions.Logging.Helpers/bin
65-
./jjm.one.Serilog.Extensions.Logging.Helpers/obj
64+
*/bin/Release/*.nupkg
6665
retention-days: 1
6766

6867
sonarcloud:
@@ -115,7 +114,7 @@ jobs:
115114
publish-nuget:
116115
name: Publish the NuGet package
117116
needs: [build-and-test-debug, build-and-test-release, sonarcloud, publish-doc]
118-
if: github.ref_type == 'tag' && startsWith(github.event.ref, 'refs/tags/version-')
117+
#if: github.ref_type == 'tag' && startsWith(github.event.ref, 'refs/tags/version-')
119118
runs-on: ubuntu-latest
120119
steps:
121120
- name: Download a single artifact

0 commit comments

Comments
 (0)