Matvey hace 4 años
padre
commit
4317e526fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

@@ -182,7 +182,7 @@ pipeline {
182 182
         }*/
183 183
         stage('Publish') {
184 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…
Cancelar
Guardar