Procházet zdrojové kódy

Update 'Jenkinsfile'

관리자 před 2 měsíci
rodič
revize
b6a4069e86
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -8,8 +8,8 @@ pipeline {
     stages {
         stage('Build') {
             steps {
-                sh 'dotnet publish Web.Api -c Release -r win-x64 --self-contained false -o publish/api'
-                sh 'dotnet publish Admin -c Release -r win-x64 --self-contained false -o publish/admin'
+                sh 'dotnet publish Web.Api -c Release -r win-x64 --self-contained true -o publish/api'
+                sh 'dotnet publish Admin -c Release -r win-x64 --self-contained true -o publish/admin'
             }
         }
         stage('Deploy API') {