瀏覽代碼

Update 'Jenkinsfile'

관리자 3 月之前
父節點
當前提交
21039cd86a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -7,8 +7,8 @@ pipeline {
     stages {
         stage('Build') {
             steps {
-                bat 'chcp 65001 && dotnet publish Web.Api -c Release -r win-x64 -o publish\\api'
-                bat 'chcp 65001 && dotnet publish Admin -c Release -r win-x64 -o publish\\admin'
+                bat 'chcp 65001 && dotnet publish Web.Api -c Release -o publish\\api'
+                bat 'chcp 65001 && dotnet publish Admin -c Release -o publish\\admin'
             }
         }
         stage('Stop Services') {