Matvey 4 år sedan
förälder
incheckning
4317e526fa
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Visa fil

@@ -182,7 +182,7 @@ pipeline {
182 182
         }*/
183 183
         stage('Publish') {
184 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
         }

Laddar…
Avbryt
Spara