File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments