Matvey před 3 roky
rodič
revize
4317e526fa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Zobrazit soubor

182
         }*/
182
         }*/
183
         stage('Publish') {
183
         stage('Publish') {
184
 			steps {
184
 			steps {
185
-				sh 'dotnet publish ${WORKSPACE}/bizgaze/Bizgaze.Web.Server.publish.sln -o out --configuration Release --no-restore'
185
+				sh 'dotnet publish ${WORKSPACE} -o out --configuration Release --no-restore'
186
 			}
186
 			}
187
             
187
             
188
         }
188
         }

Loading…
Zrušit
Uložit