Skip to content

Commit 9692a67

Browse files
committed
ci cleanup
1 parent cfd6c52 commit 9692a67

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ jobs:
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]

0 commit comments

Comments
 (0)