Matvey 3 年之前
父節點
當前提交
4317e526fa
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile 查看文件

@@ -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…
取消
儲存