File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 5656 run : dotnet build --no-restore -c Release
5757 - name : Test
5858 run : dotnet test --no-build --verbosity normal
59- # - name: Upload artifact
60- # uses: actions/upload-artifact@v3
61- # with:
62- # name: release-buid
63- # path: |
64- # ./jjm-one_jjm.one.Serilog.Extensions.Logging.Helpers/bin/Release/*.nupkg
65- # retention-days: 1
6659
6760 sonarcloud :
6861 name : Build and analyze with SonarCloud
@@ -126,27 +119,6 @@ jobs:
126119 cat coverage.xml
127120 .\..\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
128121
129- # publish-nuget:
130- # name: Publish the NuGet package
131- # needs: [build-and-test-debug, build-and-test-release, sonarcloud, publish-doc]
132- # if: github.ref_type == 'tag' && startsWith(github.event.ref, 'refs/tags/version-')
133- # runs-on: ubuntu-latest
134- # steps:
135- # - name: Download a single artifact
136- # uses: actions/download-artifact@v3
137- # with:
138- # name: release-buid
139- # - name: Setup dotNET
140- # uses: actions/setup-dotnet@v3
141- # with:
142- # dotnet-version: 7.x
143- # - name: Publish the package to nuget.org
144- # run: |
145- # ls -la
146- # #run: dotnet nuget push */bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
147- # #env:
148- # # NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
149-
150122 publish-doc :
151123 name : Publish Documentation
152124 needs : [build-and-test-debug]
You can’t perform that action at this time.
0 commit comments