Skip to content

Commit 891c05f

Browse files
authored
Update dotnet.yml
1 parent b62b150 commit 891c05f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
107107
publish-nuget:
108108
name: Publish the NuGet package
109-
needs: [build-and-test-debug, build-and-test-release, sonarcloud]
109+
needs: [build-and-test-debug, build-and-test-release, sonarcloud, publish-doc]
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Setup dotNET
113-
uses: actions/setup-dotnet@v3
114-
with:
115-
dotnet-version: 7.x
113+
uses: actions/setup-dotnet@v3
114+
with:
115+
dotnet-version: 7.x
116116
- name: Publish the package to nuget.org
117117
run: |
118118
ls -la
@@ -122,12 +122,10 @@ jobs:
122122
#env:
123123
# NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
124124

125-
deploy-doc:
126-
127-
needs: [build-debug, test-debug]
128-
125+
publish-doc:
126+
name: Publish Documentation
127+
needs: [build-and-test-debug]
129128
runs-on: ubuntu-latest
130-
131129
steps:
132130
- uses: actions/checkout@v3
133131
- name: Deploy documentation

0 commit comments

Comments
 (0)