Forráskód Böngészése

Update 'Jenkinsfile'

관리자 2 hónapja
szülő
commit
21039cd86a
1 módosított fájl, 2 hozzáadás és 2 törlés
  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') {