This commit is contained in:
2021-08-04 03:52:59 -07:00
parent c4afe34e73
commit 4317e526fa
Vendored
+1 -1
View File
@@ -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'
}
}