소스 검색

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') {