Este commit está contenido en:
2021-08-04 03:52:59 -07:00
padre c4afe34e73
commit 4317e526fa
+1 -1
Ver fichero
@@ -182,7 +182,7 @@ pipeline {
}*/ }*/
stage('Publish') { stage('Publish') {
steps { 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'
} }
} }