Matvey 4 years ago
parent
commit
4317e526fa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

182
         }*/
182
         }*/
183
         stage('Publish') {
183
         stage('Publish') {
184
 			steps {
184
 			steps {
185
-				sh 'dotnet publish ${WORKSPACE}/bizgaze/Bizgaze.Web.Server.publish.sln -o out --configuration Release --no-restore'
185
+				sh 'dotnet publish ${WORKSPACE} -o out --configuration Release --no-restore'
186
 			}
186
 			}
187
             
187
             
188
         }
188
         }

Loading…
Cancel
Save