Browse Source

Update 'Jenkinsfile'

관리자 2 months ago
parent
commit
990fb0cf8f
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 Backend/Web.Api -c Release -o publish/api'
-                sh 'dotnet publish Backend/Admin -c Release -o publish/admin'
+                sh 'dotnet publish Web.Api -c Release -o publish/api'
+                sh 'dotnet publish Admin -c Release -o publish/admin'
             }
             }
         }
         }
         stage('Deploy API') {
         stage('Deploy API') {