Browse Source

Update 'Jenkinsfile'

관리자 3 tháng trước cách đây
mục cha
commit
21039cd86a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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') {