diff --git a/Jenkinsfile b/Jenkinsfile index 6ba7ec8..c5d3d73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -182,7 +182,7 @@ pipeline { }*/ stage('Publish') { steps { - sh 'dotnet publish ${WORKSPACE}/bizgaze/Bizgaze.Web.Server.publish.sln -o out --configuration Release --no-restore' + sh 'dotnet publish ${WORKSPACE} -o out --configuration Release --no-restore' } }