Kaynağa Gözat

Update 'Jenkinsfile'

관리자 3 ay önce
ebeveyn
işleme
990fb0cf8f
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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