fix
This commit is contained in:
Vendored
+1
-1
@@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user