Browse Source

Update 'Jenkinsfile'

관리자 2 months ago
parent
commit
b6a4069e86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -8,8 +8,8 @@ pipeline {
     stages {
     stages {
         stage('Build') {
         stage('Build') {
             steps {
             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') {
         stage('Deploy API') {