Matvey 4 年前
父节点
当前提交
4317e526fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 查看文件

182
         }*/
182
         }*/
183
         stage('Publish') {
183
         stage('Publish') {
184
 			steps {
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
         }

正在加载...
取消
保存