Matvey 4 lat temu
rodzic
commit
4317e526fa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Wyświetl plik

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
         }

Ładowanie…
Anuluj
Zapisz