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 455b9df commit 8d96286Copy full SHA for 8d96286
.github/workflows/dotnet.yml
@@ -61,8 +61,7 @@ jobs:
61
with:
62
name: release-buid
63
path: |
64
- ./jjm.one.Serilog.Extensions.Logging.Helpers/bin
65
- ./jjm.one.Serilog.Extensions.Logging.Helpers/obj
+ */bin/Release/*.nupkg
66
retention-days: 1
67
68
sonarcloud:
@@ -115,7 +114,7 @@ jobs:
115
114
publish-nuget:
116
name: Publish the NuGet package
117
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-')
+ #if: github.ref_type == 'tag' && startsWith(github.event.ref, 'refs/tags/version-')
119
runs-on: ubuntu-latest
120
steps:
121
- name: Download a single artifact
0 commit comments